Currently the getPSF method throws an error if you try to call it without previously downloading all of the PSF data. We want to change this to allow the user to call getPSFand use the PSF from the single quadrant already included in the repo. When the user attempts to do this, it should throw a warning.
Currently the
getPSF
method throws an error if you try to call it without previously downloading all of the PSF data. We want to change this to allow the user to callgetPSF
and use the PSF from the single quadrant already included in the repo. When the user attempts to do this, it should throw a warning.