Skip to content

Commit

Permalink
rename effect, add gain
Browse files Browse the repository at this point in the history
  • Loading branch information
oczoske committed Sep 17, 2024
1 parent 829130f commit 5e7f010
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions METIS/METIS_DET_IFU.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ properties:
ndit: "!OBS.ndit"
mindit: 1.3 # seconds, Roy van Boekel, pers. communication
full_well: !!float 1.E5 # electrons, E-TNT-MPIA-1004, v1-0
gain: 1. # electron/ADU TODO replace with realistic value
dark_current: 0.1 # [e-/s]
readout_noise: 70 # electrons, AI on RvB: check
layout:
Expand Down Expand Up @@ -72,8 +73,9 @@ effects:
noise_std: "!DET.readout_noise"
n_channels: 32

- name: quantization
description: Turn photon count into integers
class: Quantization
- name: ad_conversion
description: Apply gain and convert electron count into integers
class: ADConversion
kwargs:
dtype: uint16
gain: "!DET.gain"

0 comments on commit 5e7f010

Please sign in to comment.