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 Mar 27, 2024
1 parent b0e1b64 commit c5864b8
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 @@ -695,6 +695,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 c5864b8

Please sign in to comment.