Skip to content

Commit

Permalink
Add config parameters to LATISS calibration configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mareuter committed Dec 14, 2023
1 parent 1d6e42f commit b6d44a8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions python/lsst/ts/IntegrationTests/configs/image_taking_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@
"script_mode": "BIAS_DARK_FLAT",
"do_defects": True,
"certify_calib_begin_date": "replace_me",
"config_options_bias": "-c biasIsr:doDefect=False",
"config_options_dark": "-c darkIsr:doDefect=False",
"config_options_flat": "-c flatIsr:doDefect=False",
"config_options_defects": "-c defectIsr:doDefect=False",
"config_options_ptc": "-c ptcIsr:doCrosstalk=False",
},
explicit_start=True,
canonical=True,
Expand Down Expand Up @@ -122,6 +127,11 @@
"do_defects": True,
"do_ptc": True,
"certify_calib_begin_date": "replace_me",
"config_options_bias": "-c biasIsr:doDefect=False",
"config_options_dark": "-c darkIsr:doDefect=False",
"config_options_flat": "-c flatIsr:doDefect=False",
"config_options_defects": "-c defectIsr:doDefect=False",
"config_options_ptc": "-c ptcIsr:doCrosstalk=False",
},
explicit_start=True,
canonical=True,
Expand Down

0 comments on commit b6d44a8

Please sign in to comment.