sweverett / Balrog-GalSim

Modules for GalSim that will be useful for DES images in conjunction with Balrog.
MIT License
5 stars 5 forks source link

The `no_pixel` field should be automatically registered for relevant input types #55

Closed sweverett closed 5 years ago

sweverett commented 5 years ago

Certain PSF input types (like des_psfex) require stamp: {draw_method : no_pixel} as pixelization is already accounted for in the 'effective' psf. We should raise a runtime error if this is not in place to (1) make sure this error doesn't occur while (2) ensuring that the user knows this is required.