soxs_mbias¶
A zero-second exposure will contain only read-noise, and \(\sim\)half of the pixels within this Gaussian distribution centred around zero counts will always contain negative flux. To avoid negative counts, an offset bias voltage is applied at the amplifier stage so that even when no photons are detected, the A/D converter will always register a positive value. This bias-voltage offset must be accounted for in the data reduction process.
The purpose of the soxs_mbias recipe is to provide a master-bias frame that can be subtracted from science/calibration frames to remove the contribution of pixel counts resulting from the bias voltage.
Input¶
Data Type |
Content |
Related OB |
Min. Frame Count |
|---|---|---|---|
FITS images |
raw bias frames (UV-VIS/AC exposures with exptime = 0) |
|
5 |
Data Type |
Content |
|---|---|
FITS images |
Default bad-pixel map |
Parameters¶
Parameter |
Description |
Type |
Entry Point |
Related Util |
|---|---|---|---|---|
|
number of \(\sigma\) from the median frame flux beyond which pixel is added to the bad-pixel mask |
float |
settings file |
|
|
number of \(\sigma\)-clipping iterations to perform when adding pixels to the bad-pixel mask |
int |
settings file |
|
|
number of \(\sigma\) deviations from the median pixel flux beyond which pixel is excluded from stack |
float |
settings file |
|
|
number of \(\sigma\)-clipping iterations to perform before stacking |
int |
settings file |
Method¶
The purpose of the soxs_mbias recipe is to stack raw bias frames together (using the clip_and_stack utility) into master-bias frames, clipping rogue pixels from the individual raw frames and reducing the read-noise contribution. The algorithm used in the soxs_mbias recipe is shown in Fig. 35.
Fig. 35 The soxs-mbias recipe algorithm.¶
Output¶
Label |
Content |
Data Type |
PRO CATG |
PRO TYPE |
PRO TECH |
|---|---|---|---|---|---|
|
Master bias frame (frame containing typical bias-voltage applied to the detector) |
FITS image |
|
|
|
QC Metrics¶
Label |
Description |
Unit |
Acceptable Range |
|---|---|---|---|
|
Fraction of bad pixels |
- |
- |
|
Median flux level of master bias |
electrons |
VIS: [0, 2000] |
|
Number of bad pixels |
- |
- |
|
Maximum periodic pattern noise ratio in raw bias frames |
- |
VIS: [0,3] |
|
RON in single BIAS |
electrons |
VIS: [0,15] |
|
Combined RON in MBIAS |
electrons |
VIS: [0,10] |
|
Slope of BIAS in X direction |
- |
VIS: [-3,1] |
|
Slope of BIAS in Y direction |
- |
VIS: [0.0,0.6] |