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
The bias_subtraction function in modules/image_processing/src/alg.py indicates that it takes L0 files as inputs, with one being the master bias.
However, the master bias files in /data/kpf/masters/ on Shrek are 2D images. If the pipeline is performing bias subtraction by subtracting 2D master bias files from L0 image files, this could result in the fixed-pattern noise we've been dealing with.
Here are plots of the master bias file and a single bias image from the same date:
(Note the different color scales between the L0 and 2D products.)
Master bias file from 20240906:
Single bias image from 20240906:
L0:
2D:
The text was updated successfully, but these errors were encountered:
The
bias_subtraction
function in modules/image_processing/src/alg.py indicates that it takes L0 files as inputs, with one being the master bias.However, the master bias files in
/data/kpf/masters/
on Shrek are 2D images. If the pipeline is performing bias subtraction by subtracting 2D master bias files from L0 image files, this could result in the fixed-pattern noise we've been dealing with.Here are plots of the master bias file and a single bias image from the same date:
(Note the different color scales between the L0 and 2D products.)
Master bias file from 20240906:
Single bias image from 20240906:
L0:
2D:
The text was updated successfully, but these errors were encountered: