LATISS Daily Calibrations BIAS and DARK only#

Overview#

This procedure will acquire BIAS and DARK calibration images. This page assumes the reader is familiar with the content explained in the Observatory section: Introduction to the combined calibrations generation procedure.

Warning

This procedure does not involves telescope motion with AuxTel. Announce that you are about to run the calibrations without telescope or dome movement on the #summit-announce and #summit-auxtel channels before you run the following steps.

Post-Condition#

  • Individual BIAS and DARK calibration images will be taken and verified using the cp_verify framework.

  • If generate_calibrations is True, a (daily) combined calibration image per detector will be certified in a butler CALIBRATION collection.

Procedure Steps#

  1. Calibration images should only be taken if the LATISS WREB temperature is under temperature control.

    Check the LATISS WREB temperatures under the AuxTel (LATISS) Temperatures and Pressures dashboard in Chronograf. WREB temperatures are visible in the lower middle panel labeled WREB On Board.

    If the mean_temp2 (top blue line) is between 26-29 degress C, the temperature is suitable for taking calibrations.

    During the daytime, the fan on the WREB board may not be sufficient to cool the WREB down to these temperatures, so during warmer months you may have to wait until later in the day or early in the morning for it to reach the desired temperature.

    If the temperature is too high, do not proceed to the next steps.

  2. Enable ATCS and LATISS using the standard scripts enable_atcs.py and enable_latiss.py with no configuration.

  3. Enable the OCPS:1 CSC which is used to run automatic verification pipelines on the data. The set_summary_state.py script will enable the OCPS:1 CSC.
    set_summary_state.py#
    data:
      -
        - OCPS:1
        - ENABLED
    
  4. Enable the Scheduler:2 scheduler using the standard script auxtel/scheduler/enable.py.

  5. Run the script auxtel/make_latiss_calibrations.py on the ATQueue with the following configuration:
    auxtel/make_latiss_calibrations.py#
      script_mode: BIAS_DARK
    
  6. The script takes the default number of BIAS (20) and DARK (22 with different exposure times 5, 15 and 30 seconds) calibration images. The process will take about 15 minutes to complete.

Once the script finishes, announce that the calibrations are complete on #summit-announce and #summit-auxtel channels. Use the standby_latiss.py standard script to leave LATISS in STANDBY state.

Contingency#

In cases with not enough time available for calibrations, skip this procedure.

This procedure was last modified Sep 14, 2024.