Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

U/tguillem/bias stability #7

Open
wants to merge 47 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 59 additions & 5 deletions sections/biasStability.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,64 @@
Bias stability
############################################
Bias instabilities (typically above the 1-ADU level) are observed over a significant number of sensors for both ITL and e2v CCDs. The main issues are referred as :

hello world.
#. The ITL bias jumps : large variation of the column-wise structure from exposure to exposure.
#. The e2v yellow corners : residual 2D shape of the bias even after 2D-overscan correction. These residuals depend on the acquisition sequence and of the exposure time.

Both issues were observed and deeply studied in Run 6 EO data. The ITL issue is thought to be an hardware-level issue (phase shifts between Readout Electronics Boards). We tried to mitigate the e2v issue by optimizing the acquisition configuration in Run 7.

This section describes bias stability.
For the baseline acquisition configuration (see conclusion), three relevant stability runs were recorded :

- Typical bias stability runs
- dark delay
- dark with bias delays
#. Run E2136 : 15-s darks with some very long delays throughout the run
#. Run E2236 : 50 15-s darks, 50 biases recorded with 30-s delays between exposures
#. Run E2330 : 15-s and 30-s darks with variables delays between exposures

To process these runs, the eo_pipe bias stability task is used : for the ISR part, a serial ('mean_per_row') overscan correction and a bias subtraction (computed from the corresponding B-protocol run) are applied. The final data product is the mean of the per-amplifier science image over the full set of exposures of the run. Two typical examples from Run E2136 are shown in the figures below. In the stable case, the variations are typically at the 0.1 ADU level ; in the instable case, the variations go up to 4 ADUs.

.. figure:: sections/figures/E2136_R21_S21.png

Stable case (R21 S21)

.. figure:: sections/figures/E2136_R23_S22.png

Instable case (R23 S22)

A comparison of the results for an instable CDD is shown below for the three runs.

.. figure:: sections/figures/E2136_R33_S02.png

Run E2136, R33 S02

.. figure:: sections/figures/E2236_R33_S02.png

Run E2236, R33 S02

.. figure:: sections/figures/E2330_R33_S02.png

Run E2330, R33 S02

In order to highlight the 2D shape differences, a 2D-overscan correction is applied. A few exposures illustrating the variations of the 2D shape for an instable CCD are shown below. The 2D shape of the image in amplifier C01 is different in the 3 cases.

.. figure:: sections/figures/E1880_bias_R33_S02.png

Bias exposure, run 1880, R33 S02

.. figure:: sections/figures/E2136_dark15_R33_S02.png

15-s dark exposure, run E2136 in 'stable' conditions, R33 S02

.. figure:: sections/figures/E2136_dark15_delay_R33_S02.png

15-s dark exposure, run E2136 after a 3-minute delay, R33 S02

In order to quantify the number of e2v instable amplifiers, a stability metric *d* is defined from the eo_pipe stability task data products. More precisely, *d* is defined, for a given amplifier in a given run, as the difference between the 5th and 95th percentiles of the image mean over all the exposures. The distribution of *d* for run E2136 is shown below. Applying a threshold at 0.3, 51 amplifiers are identified as instable (see the corresponding mosaic). This corresponds to ~3% of the e2v amplifiers.

.. figure:: sections/figures/E2136_distribution_d.png

Distribution of the stability metric for the e2v amplifiers in run E2136

.. figure:: sections/figures/E2136_mosaic_d.png

Mosaic of e2v amplifiers identified as instable (white color) in run E2136

Further studies are required in order to converge on the best mitigation strategy for the start of the LSST survey.
Binary file added sections/figures/E1880_bias_R33_S02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sections/figures/E2136_R21_S21.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sections/figures/E2136_R23_S22.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sections/figures/E2136_R33_S02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sections/figures/E2136_dark15_R33_S02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sections/figures/E2136_dark15_delay_R33_S02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sections/figures/E2136_distribution_d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sections/figures/E2136_mosaic_d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sections/figures/E2236_R33_S02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sections/figures/E2330_R33_S02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sections/figures/E2330_dark30_R33_S02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading