Skip to content
Draft
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
9 changes: 9 additions & 0 deletions METIS/METIS_DET_IFU.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ properties:
dit: "!OBS.dit"
ndit: "!OBS.ndit"
mindit: 1.3 # seconds, Roy van Boekel, pers. communication
include_prnu: False
full_well: 1.e+5 # electrons, E-TNT-MPIA-1004, v1-0
gain:
1: 2.0 # electrons/ADU, email B.Serra 2024-10-09
Expand Down Expand Up @@ -69,6 +70,14 @@ effects:
description: Summing up sky signal for all DITs and NDITs
class: ExposureIntegration

- name: prnu
description: Pixel-to-pixel response non-uniformity — fixed multiplicative gain map
class: PixelResponseNonUniformity
include: "!DET.include_prnu"
kwargs:
prnu_std: 0.005
prnu_seed: 42

- name: dark_current
description: METIS LMS dark current
class: DarkCurrent
Expand Down
9 changes: 9 additions & 0 deletions METIS/METIS_DET_IFU_SMPL.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ properties:
dit: "!OBS.dit"
ndit: "!OBS.ndit"
mindit: 1.3 # seconds, Roy van Boekel, pers. communication
include_prnu: False
full_well: 1.e+5 # electrons, E-TNT-MPIA-1004, v1-0
gain: 2
dark_current: 0.1 # [e-/s]
Expand Down Expand Up @@ -51,6 +52,14 @@ effects:
description: Summing up sky signal for all DITs and NDITs
class: ExposureIntegration

- name: prnu
description: Pixel-to-pixel response non-uniformity — fixed multiplicative gain map
class: PixelResponseNonUniformity
include: "!DET.include_prnu"
kwargs:
prnu_std: 0.005
prnu_seed: 42

- name: dark_current
description: METIS LMS dark current
class: DarkCurrent
Expand Down
9 changes: 9 additions & 0 deletions METIS/METIS_DET_IMG_LM.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ properties:
temperature: -230
dit: "!OBS.dit"
ndit: "!OBS.ndit"
include_prnu: False
layout:
file_name: "FPA_metis_img_lm_layout.dat"
qe_curve:
Expand Down Expand Up @@ -82,6 +83,14 @@ effects:
description: Summing up sky signal for all DITs and NDITs
class: ExposureIntegration

- name: prnu
description: Pixel-to-pixel response non-uniformity — fixed multiplicative gain map
class: PixelResponseNonUniformity
include: "!DET.include_prnu"
kwargs:
prnu_std: 0.005
prnu_seed: 42

- name: dark_current
description: METIS LM dark current
class: DarkCurrent
Expand Down
9 changes: 9 additions & 0 deletions METIS/METIS_DET_IMG_N_Aquarius.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ properties:
temperature: -265
dit: "!OBS.dit"
ndit: "!OBS.ndit"
include_prnu: False
mindit: 0.008 # seconds, E-REP-NOVA-MET-1191, v2-0
full_well: 1.e+6 # electrons, low-capacity mode
dark_current: 13 # [e-/s] E-REP-NOVA-MET-1191, v2-0
Expand Down Expand Up @@ -69,6 +70,14 @@ effects:
description: Summing up sky signal for all DITs and NDITs
class: ExposureIntegration

- name: prnu
description: Pixel-to-pixel response non-uniformity — fixed multiplicative gain map
class: PixelResponseNonUniformity
include: "!DET.include_prnu"
kwargs:
prnu_std: 0.001
prnu_seed: 42

- name: dark_current
description: METIS Aquarius dark current
class: DarkCurrent
Expand Down
9 changes: 9 additions & 0 deletions METIS/METIS_DET_IMG_N_GeoSnap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ properties:
temperature: -240
dit: "!OBS.dit"
ndit: "!OBS.ndit"
include_prnu: False
border: [28, 28, 28, 28]
layout:
file_name: "FPA_metis_img_n_geosnap_layout.dat"
Expand Down Expand Up @@ -86,6 +87,14 @@ effects:
description: Summing up sky signal for all DITs and NDITs
class: ExposureIntegration

- name: prnu
description: Pixel-to-pixel response non-uniformity — fixed multiplicative gain map
class: PixelResponseNonUniformity
include: "!DET.include_prnu"
kwargs:
prnu_std: 0.001
prnu_seed: 42

- name: dark_current
description: METIS GeoSnap dark current
class: DarkCurrent
Expand Down