LSSTDESC / descwl_coadd

Tools for coadding using the LSST DM software stack
GNU General Public License v3.0
2 stars 2 forks source link

Refactor so that interpolator can be sent #82

Closed esheldon closed 3 months ago

esheldon commented 4 months ago
the interpolator must conform to a simple interface,
it must be callable as interpolator(exposure)

It is expected to interpolate in place and set the INTRP
bit

Implement the default as interpt.CTInterpolator which
just wraps our current function

This will allow testing different interpolators that
conform to the interface