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
8 changes: 4 additions & 4 deletions HAWKI/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ status: experimental
date_modified: 2022-02-22
changes:
- 2022-02-22 (MV) formatting

- 2026-01-02 (OC) random seed to None

packages:
- Paranal
Expand All @@ -34,12 +34,12 @@ properties :
### default simulation parameters needed for a HAWKI simulation
object : simulation
alias : SIM
name : HAWKI_simulation_paramters
description : RC simulation paramters which need to change for a HAWKI run
name : HAWKI_simulation_parameters
description : RC simulation parameters that need to change for a HAWKI run

properties :
random :
seed : 9001
seed : None # 9001

spectral :
wave_min : 0.85
Expand Down
6 changes: 3 additions & 3 deletions LFOA/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ properties :
### default simulation parameters needed for a LFAO simulation
object : simulation
alias : SIM
name : LFAO_simulation_paramters
description : RC simulation paramters
name : LFAO_simulation_parameters
description : RC simulation parameters

properties :
random :
seed : 9001
seed : None # 9001

spectral :
wave_min : 0.3
Expand Down
7 changes: 4 additions & 3 deletions MICADO/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ changes:
- 2025-06-27 (FH) add needs_scopesim keyword
- 2025-10-09 (OC) proper MJD value
- 2025-10-17 (JB) add parametes for FITS keywords, tplstart as MJD
- 2026-01-02 (OC) random seed to None

packages:
- Armazones
Expand Down Expand Up @@ -217,12 +218,12 @@ mode_yamls :
### default simulation parameters needed for a MICADO simulation
object : simulation
alias : SIM
name : MICADO_simulation_paramters
description : RC simulation paramters which need to change for a MICADO run
name : MICADO_simulation_parameters
description : RC simulation parameters which need to change for a MICADO run

properties :
random :
seed : 9001
seed : None # 9001

spectral :
wave_min : 0.7
Expand Down
6 changes: 3 additions & 3 deletions MICADO_Sci/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ mode_yamls :
### default simulation parameters needed for a MICADO simulation
object : simulation
alias : SIM
name : MICADO_sci_simulation_paramters
description : RC simulation paramters which need to change for a MICADO-Sci run
name : MICADO_sci_simulation_parameters
description : RC simulation parameters that need to change for a MICADO-Sci run

properties :
random :
seed : 9001
seed : None # 9001

spectral :
wave_min : 0.7
Expand Down
11 changes: 3 additions & 8 deletions ViennaLT/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ properties :
## default simulation parameters needed for a simulation
object : simulation
alias : SIM
name : ViLT_simulation_paramters
description : RC simulation paramters
name : ViLT_simulation_parameters
description : RC simulation parameters

properties :
random :
seed : 9001
seed : None # 9001

spectral :
wave_min : 0.3
Expand All @@ -45,8 +45,3 @@ properties :

computing :
preload_field_of_view : False





6 changes: 3 additions & 3 deletions WFC3/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ mode_yamls:
---
object: simulation
alias: SIM
name: WFC3_simulation_paramters
description: RC simulation paramters which need to change for a WFC3
name: WFC3_simulation_parameters
description: RC simulation parameters that need to change for a WFC3

properties:
random:
seed: 9001
seed: None # 9001

spectral:
wave_min: 0.8
Expand Down