GalSim-developers / GalSim-Euclid-Like

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

[WIP] New PSF for bright objects #38

Closed aguinot closed 3 months ago

aguinot commented 3 months ago

(We can't make a draft PR on private repo)

This implementation is inspired from the implementation in galsim.roman with the pupil plane generated from this code by Tobias Liaudat. I used a size of 2048 for the pupil plane.

Things to do:

rmandelb commented 3 months ago

from July 31 discussion: maybe include option to pass in aberrations

FedericoBerlfein commented 3 months ago

Made changes to pull request. Mainly:

  1. Renamed Axel's getPSF_optical with getBrightPSF.
  2. Removed unused fake PSF
  3. Added unit tests for getBrightPSF
  4. Small documentation changes.

@aguinot let me know if everything looks alright.