GalSim-developers / GalSim-Euclid-Like

Helper functions to generate simulations of Euclid-Like images.
Other
1 stars 0 forks source link

Functionality of getPSF without downloaded data #92

Closed FedericoBerlfein closed 3 weeks ago

FedericoBerlfein commented 1 month ago

The user can call getPSF even if they haven't downloaded the PSF data yet. Instead of throwing an error (previous implementation), it uses the PSF from the single quadrant already included in the repo tests directory. When the user attempts to do this, there is a warning.

rmandelb commented 3 weeks ago

@FedericoBerlfein - is this on track to finish? I think it just needs ~a sentence in the docstrings.

FedericoBerlfein commented 3 weeks ago

@FedericoBerlfein - is this on track to finish? I think it just needs ~a sentence in the docstrings.

Yes this is finished. I will add the documentation in the docstrings.

FedericoBerlfein commented 3 weeks ago

@FedericoBerlfein - is this on track to finish? I think it just needs ~a sentence in the docstrings.

Yes this is finished. I will add the documentation in the docstrings.

@rmandelb just added documentation to docstring.