Skip to content

Commit

Permalink
Add nExpected to table
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisherlevine committed Nov 22, 2023
1 parent a9932ac commit b2af9cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/lsst/rubintv/production/slac/botTesting.py
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,8 @@ def plotFocalPlane(self, expRecord, timeout, doNotDelete=False):
saveFile = os.path.join(self.locationConfig.plotPath, plotName)

nExpected = getNumExpectedItems(expRecord)
shardData = {seqNum: {'Number of CCDs readout': nExpected}}
writeMetadataShard(self.metadataShardPath, dayObs, shardData)

self.fig.clear()
success = plotFocalPlaneMosaic(butler=self.butler,
Expand Down

0 comments on commit b2af9cd

Please sign in to comment.