From 3d2114afb35aab853fde49f3f909d060d1babf03 Mon Sep 17 00:00:00 2001 From: Eli Rykoff Date: Mon, 19 Aug 2024 13:12:00 -0700 Subject: [PATCH] Add README for ComCam transmission_sensor data. --- comCam/transmission_sensor/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 comCam/transmission_sensor/README.md diff --git a/comCam/transmission_sensor/README.md b/comCam/transmission_sensor/README.md new file mode 100644 index 0000000..299ba83 --- /dev/null +++ b/comCam/transmission_sensor/README.md @@ -0,0 +1,11 @@ +This directory contains baseline sensor QE curves for the LSSTComCam instrument. +The LSSTComCam focal plane consists of one raft of ITL sensors. +As we do not have QE scans of LSSTComCam, we have simply taken an average of all the ITL sensors from the LSSTCam sensor QE scans as processed in DM-40164. + +Data Processing +--------------- + +To generate these files, you run this script from obs_lsst. +``` +python python/lsst/obs/lsst/script/write_comcam_estimated_transmission_sensor.py +```