Running the IFU simulator
While not part of the FRIDA data reduction pipeline, the
fridadrp-ifu_simulator
script
was created with the intention of generating simulated images to begin the
development and testing of reduction recipes.
After installing megardrp
, the IFU simulator should be available in your
system:
(venv_frida) $ fridadrp-ifu_simulator --version
The script accepts a number of arguments, which are displayed when invoking the script name without any parameter:
(venv_frida) $ fridadrp-ifu_simulator
The simulator uses a file called scene as its basic input, which contains information about the image to be simulated. This file must be written in YAML format, which allows the user to conveniently define the geometry and type of spectrum of the astronomical sources to be simulated.
- Initial example
- Script arguments
--scene <string>
--flux_factor <string>
--grating <string>
--scale <float>
--ra_teles <float>
,--dec_teles <float>
--delta_ra_teles_arcsec <float>
,--delta_dec_teles_arcsec <float>
--seeing_fwhm_arcsec <float>
,--seeing_psf <string>
--instrument_pa_deg <float>
--airmass <float>
--parallactic_angle_deg <float>
--noversampling_whitelight <integer>
--atmosphere_transmission <[default] | none>
--rnoise <float>
--flatpix2pix <[default] | none>
--spectral_blurring_pixel <float>
--seed <integer>
--prefix_intermediate_FITS <string>
--stop_after_ifu_3D_method0
--verbose
--plots
--echo
--version
- The scene YAML file
- Some scene examples