astropy / specreduce

Tools for the reduction of spectroscopic observations from Optical and NIR instruments
https://specreduce.readthedocs.io
59 stars 38 forks source link

Implement optimal 2D background subtraction #197

Open tepickering opened 10 months ago

tepickering commented 10 months ago

Algorithms exist to optimally subtract the sky background from 2D spectra that account for optical distortions and other effects. These effects create non-linear relations between spatial/wavelength coordinates and pixel-based detector coordinates. Careful mapping of these effects allow one to build a sky background model with sub-pixel resolution. One such method is described in Kelson (2003). That algorithm should be implemented in specreduce and possible updates explored.

tepickering commented 10 months ago

193 is the first iteration of this.