bias_combine¶
Combine a stack of bias frames into one master bias.
| Category | Master frames |
| Backend | numpy - implemented here on top of numpy primitives |
| Version | 1.0.0 |
| Reads | ctx.images (a list of ImageFrame) |
| Writes | extras.master_bias |
Parameters¶
| Parameter | Default | Required | Description |
|---|---|---|---|
method |
'median' |
- | Combination method: 'median' (robust) or 'mean'. |
Use it¶
The CLI loads a single 1-D spectrum with --input; this algorithm needs
ctx.images (a list of ImageFrame). Run it from Python or as a step of a pipeline preset.
References¶
- Howell 2006 — Handbook of CCD Astronomy, ch. 4 (standard CCD reduction).
Related algorithms¶
bias_combine_easyspec- Combine bias frames into a master bias viaeasyspec.cleaning.master.dark_combine- Combine a stack of dark frames into a master dark.dark_combine_easyspec- Combine dark frames into a master dark viaeasyspec.cleaning.master.flat_combine- Combine a stack of flat frames into a master flat (raw, not normalised).flat_combine_easyspec- Combine flat frames into a master flat viaeasyspec.cleaning.master.