Data Structures | |
| struct | muse_dark_params_s |
| Structure to hold the parameters of the muse_dark recipe. More... | |
Typedefs | |
| typedef struct muse_dark_params_s | muse_dark_params_t |
| Structure to hold the parameters of the muse_dark recipe. | |
This recipe combines several separate dark images into one master dark file. The master dark contains the combined pixel values of the raw dark exposures, with respect to the image combination method used and normalization time specified.
Processing trims the raw data and records the overscan statistics, subtracts the bias (taking account of the overscan, if --overscan is not "none") from each raw input image, converts them from adu to count, scales them according to their exposure time, and combines them using input parameters. Hot pixels are then identified using image statistics and marked in the data quality extension. The combined image is normalized to the specified exposure time. QC statistics are computed on the output master dark.
| typedef struct muse_dark_params_s muse_dark_params_t |
Structure to hold the parameters of the muse_dark recipe.
This structure contains the parameters for the recipe that may be set on the command line, in the configuration, or through the environment.
1.6.1