Skip to content

Commit

Permalink
Add linearizer to curated calib types.
Browse files Browse the repository at this point in the history
  • Loading branch information
czwa committed Feb 18, 2021
1 parent 1236201 commit 0db6cd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/obs/base/_instrument.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"defects": {"dimensions": ("instrument", "detector"), "storageClass": "Defects"},
"qe_curve": {"dimensions": ("instrument", "detector"), "storageClass": "QECurve"},
"crosstalk": {"dimensions": ("instrument", "detector"), "storageClass": "CrosstalkCalib"},
"linearizer": {"dimensions": ("instrument", "detector"), "storageClass": "Linearizer"},
}


Expand Down

0 comments on commit 0db6cd6

Please sign in to comment.