solo-spice / sospice

Python data analysis tools for the SPICE extreme-UV spectrometer on Solar Orbiter
BSD 3-Clause "New" or "Revised" License
12 stars 5 forks source link

Read and dark noises should take into account dark map subtraction #18

Closed ebuchlin closed 1 year ago

ebuchlin commented 1 year ago

The dark maps used to correct for the dark current are affected by read noise and dark current noise. As a result, in the simple case of a single dark frame subtraction, both these noises have to be multiplied by $\sqrt2$. This will become a bit more complicated when multiple dark frames will be used to computed a dark map.

ebuchlin commented 1 year ago

See #29