soxspipe.recipes.soxs_straighten¶
transform spectral image from detector pixel space to wavelength and slit-position space
- Author
David Young & Marco Landoni
- Date Created
May 17, 2021
Module Contents¶
Classes¶
The soxs_straighten recipe |
API¶
- class soxspipe.recipes.soxs_straighten.soxs_straighten(log, settings=False, inputFrames=[], verbose=False, overwrite=False, command=False, debug=False, turnOffMP=False)[source][source]¶
Bases:
soxspipe.recipes.base_recipe.base_recipeThe soxs_straighten recipe
Initialization
- produce_product()[source][source]¶
The code to generate the product of the soxs_straighten recipe
Return:
productPath– the path to the final product
Usage
from soxspipe.recipes import soxs_straighten recipe = soxs_straighten( log=log, settings=settings, inputFrames=fileList ) straightenFrame = recipe.produce_product()