You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement formula and inverse to convert electron counts to digital units and make transformations for modifying slices back and forth given these conversions
When converting a calibrated FITs image to RAW, this is done by multiplying a constant ψ, which is approximately .2 digital units per electron and comes from calibration data ; consider talking to Joel Villasenor to get an estimate
To handle compression, apply a near identity, slightly non-linear transformation function (derived empirically). Note that a theoretical model for this exists already due to John Doty.
Make sure to represent whether data is in ADU or Electrons for bookkeeping purposes
The text was updated successfully, but these errors were encountered:
Implement formula and inverse to convert electron counts to digital units and make transformations for modifying slices back and forth given these conversions
When converting a calibrated FITs image to RAW, this is done by multiplying a constant ψ, which is approximately .2 digital units per electron and comes from calibration data ; consider talking to Joel Villasenor to get an estimate
To handle compression, apply a near identity, slightly non-linear transformation function (derived empirically). Note that a theoretical model for this exists already due to John Doty.
Make sure to represent whether data is in ADU or Electrons for bookkeeping purposes
The text was updated successfully, but these errors were encountered: