Skip to content

Commit

Permalink
Create mock data to test code
Browse files Browse the repository at this point in the history
Test PTC fit with mock images
  • Loading branch information
plazas committed Jul 15, 2020
1 parent b22ad72 commit 97258d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/lsst/cp/pipe/ptc.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ def runDataRef(self, dataRef, visitPairs):

checkExpLengthEqual(exp1, exp2, v1, v2, raiseWithMessage=True)
expTime = exp1.getInfo().getVisitInfo().getExposureTime()

tupleRows = []
for ampNumber, amp in enumerate(detector):
ampName = amp.getName()
Expand Down

0 comments on commit 97258d7

Please sign in to comment.