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 Mar 3, 2021
1 parent aca8184 commit 51bf4d1
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 51bf4d1

Please sign in to comment.