Focal plane automatic Recipe#
By appending all the scripts shown previously we produce a pipeline for the production of the focal plane.
The scripts are already collected in a pre-made pipeline.
This is under the recipes of ExoSim.
from exosim import recipes
recipes.CreateFocalPlane(options_file='your_config_file.xml',
output_file='output_file.h5')
The CreateFocalPlane can also be run from console as
exosim-focalplane -c your_config_file.xml -o output_file.h5
or
exosim-focalplane -c your_config_file.xml -o output_file.h5 -P
to also run ExoSim FocalPlanePlotter, which is documented in Focal plane Plotter.