hover2pi / specialsoss

SPECtral Image AnaLysis for SOSS
MIT License
1 stars 1 forks source link

Run spectral extraction on entire TSO #7

Closed hover2pi closed 4 years ago

hover2pi commented 5 years ago

Once the extraction can be run on a single frame (#6 ), use multiprocessing to extract 1D spectra for each frame of the TSO.

hover2pi commented 4 years ago

This is implemented via the SossExposure.extract() method. The column sum and wavelength binning methods ('sum' and 'bin', respectively) are implemented in the summation.py and binning.py modules.