plotting.py has the following line:
aps_imaging, aps_spectra, aps_coron = pysiaf.siaf.get_main_apertures()
This results in an error (in the View Observatory Field of View In Aladin.ipynb notebook) since there is no function called get_main_aperture in pysiaf.siaf.
plotting.py has the following line:
aps_imaging, aps_spectra, aps_coron = pysiaf.siaf.get_main_apertures()This results in an error (in the
View Observatory Field of View In Aladin.ipynbnotebook) since there is no function calledget_main_aperturein pysiaf.siaf.