MICADO FAQs

A collection of random code snippets that might help someone. One day they will be sorted into the docs properly

Add a larger SCAO PSF instead of the default kernel

[ ]:
from scopesim.effects import AnisocadoConstPSF

wide_psf = AnisocadoConstPSF(name="Wide_SCAO_PSF",
                             filename="MICADO_AnisoCADO_rms_map.fits",
                             strehl=0.5,
                             wavelength=2.15,
                             psf_side_length=2048)

micado.optics_manager["default_ro"].add_effect(wide_psf)

micado["relay_psf"].include = False
micado["Wide_SCAO_PSF"].include = True