Skip to content

Commit

Permalink
fixup! Deprecate old external* calib system in DetectorMeasurement.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed Jul 11, 2023
1 parent b9fe86e commit 9238750
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/lsst/faro/base/MatchedCatalogBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,8 @@ def runQuantum(self, butlerQC, inputRefs, outputRefs):
detectorSkyWcsList = np.array([calib["id"] for calib in flatSkyWcsList])

remove_indices = []
inputs.setdefault("photoCalibs", [None] * len(inputs["dataIds"]))
inputs.setdefault("astromCalibs", [None] * len(inputs["dataIds"]))

for i in range(len(inputs["dataIds"])):
dataId = inputs["dataIds"][i]
Expand Down

0 comments on commit 9238750

Please sign in to comment.