Skip to content
Merged
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
2 changes: 1 addition & 1 deletion MICADO/FITS_extra_keywords.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
# NOISESTD: "#readout_noise.noise_std"
# NCHANNEL: "#readout_noise.n_channels"
REF:
ALL: "#border_reference_pixels.all"
NPIX: "#border_reference_pixels.border"
- ext_type: ImageHDU
keywords:
INHERIT: true
Expand Down
2 changes: 1 addition & 1 deletion MICADO/MICADO_H4RG.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ effects:
description: Blanks the signal on N edge row and column pixels
class: ReferencePixelBorder
kwargs:
all: 0
border: [0, 0, 0, 0]

- name: readout_noise
description: Readout noise frames
Expand Down
2 changes: 1 addition & 1 deletion MOSAIC/MOSAIC_DET_NIR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ effects:
description: Blanks the signal on N edge row and column pixels
class: ReferencePixelBorder
kwargs:
all: 0
border: [0, 0, 0, 0]

- name: readout_noise
description: Readout noise frames
Expand Down
3 changes: 1 addition & 2 deletions OSIRIS/OSIRIS_DET.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ effects :
description: Blanks the signal on N edge row and column pixels
class: ReferencePixelBorder
kwargs:
left: 50
# right: 50 #New CCD only has prescan, no overscan
border: [0, 50, 0, 0]

- name : readout_noise
description : Readout noise frames
Expand Down