We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For now we only have dark and flats, only for the imagers. @ikashell
Below is the configuration file for simulations prepared by @arunsurya77 and @nils-erik
{ "sim_name": "Galactic Center_Simulations", "sim_date": "02/12/2030", "sim_author": "John. Doe", "sim_mode": "Imager", "observation": [ { "Object": "Galactic Center", "instrument_mode": "imager", "Pointing":{ "RA": "17 45 40.04", "DEC": "-29 00 28.1" }, "exposures": [ { "exp_type":"sci", "exp_start_UT":"120000", "exp_time": 10000, "instrument_config":{ "filter":"K", "detector_config":{ "gain":1, "ramp_time":10, "sampling":"UTR", "sub_array":true, "sub_array_list":"sub_array_info.csv" } }, "telescope_config":{ "dither_offset":{ "RA_offset":"0", "DEC_offset":"0" }, "seeing":25 } }, { "exp_type":"sky", "time": 10000, "instrument_config":{ "filter":"K", "detector_config":{ "gain":1, "ramp_time":10, "sampling":"UTR", "sub_array":true, "sub_array_list":"sub_array_info.csv" } }, "telescope_config":{ "dither_offset":{ "RA_offset":"20", "DEC_offset":"20" } } }, { "exp_type":"cal_dark", "time": 10000, "instrument_config":{ "filter":"K", "detector_config":{ "gain":1, "ramp_time":10, "sampling":"UTR", "sub_array":true, "sub_array_list":"sub_array_info.csv" } } }, { "exp_type":"cal_flat", "time": 10, "instrument_config":{ "filter":"K", "detector_config":{ "gain":1, "ramp_time":10, "sampling":"UTR", "sub_array":true, "sub_array_list":"sub_array_info.csv" } } } ] } ], "sim_config": { "input_scene":{ "input_type": "2D_scene_file", "input_file_type": "csv", "input_file": "galactic_center_starlist.csv", "input_unit":"AB_mag" }, "output_dir": "/data/iris_sim/", "products": { "ext_sci_files":true, "raw_det_files":true, "raw_readouts":true, "true_obj_files":true }, "noise_config":{ "dark_noise":{ "status":"true", "value": 0.002 }, "readout_noise":{ "status":"true", "value": 15 }, "background":{ "status":"true", "mode": "basic", "value": 20, "unit": "AB" } } } }
The text was updated successfully, but these errors were encountered:
Also have the FITS keyword.
DETNAME
FILTER
OBS_ID
GAIN
RNOISE
RAMPTIME
EXPTIME
PXLTIME
SAMPMODE
RAMPS
READS
DATE-OBS
All needed:
Sorry, something went wrong.
No branches or pull requests
For now we only have dark and flats, only for the imagers. @ikashell
Reference
Below is the configuration file for simulations prepared by @arunsurya77 and @nils-erik
The text was updated successfully, but these errors were encountered: