CarlosBacigalupo / my-astro-lib

Astronomical functions collected over the years
0 stars 0 forks source link

Spectral order overlap combination method #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Feature Request: 

Replacing the stitching function with something that combines the fluxes from 
the wavelength overlapping regions of two orders.

Possible method involves adding up the fluxes in the overlapping region 
(pre-flatfielding) making sure some sort of resampling/interpolation takes 
place, such that fluxes of the two orders are added up in the correct 
wavelength space. The same must be done to the flat field image and only then 
can the science images be flat fielded. 

Original issue reported on code.google.com by jpsbe...@gmail.com on 21 Jan 2014 at 4:40

GoogleCodeExporter commented 9 years ago
This should probably be included in the DR/__init__.py file as a replacement to 
the current stitch() function.

Original comment by jpsbe...@gmail.com on 21 Jan 2014 at 4:41