-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README for comcam manual defects.
- Loading branch information
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
This directory contains manual defects 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. | ||
|
||
The defects are a combination of manually identified phosphorescent regions, unmasked bad columns, edges of high CTI amplifiers, and bad bias columns. | ||
|
||
Data Processing | ||
--------------- | ||
|
||
Look at ingest_manual_defects.py attached to https://rubinobs.atlassian.net/browse/DM-47365 | ||
for the steps done to process these defects. | ||
The manual defects were generated by running (at USDF): | ||
``` | ||
python $OBS_LSST_DIR/python/lsst/obs/lsst/script/write_comcam_manual_defects.py | ||
``` |