Skip to content

Commit

Permalink
Merge pull request #50 from lsst-camera-dh/LSSTTD-1356_pd_calculation
Browse files Browse the repository at this point in the history
persist the Photodiode_Reading.txt file
  • Loading branch information
jchiang87 authored Feb 13, 2019
2 parents 5bba726 + a34c003 commit fd9d786
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions harnessed_jobs/BOT_acq/v0/validator_BOT_acq.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
for item in fits_files:
results.append(lcatr.schema.fileref.make(item))

pd_files = sorted(glob.glob('*/Photodiode_Readings.txt'))
results.extend([lcatr.schema.fileref.make(_) for _ in pd_files])

results.extend(siteUtils.jobInfo())

lcatr.schema.write_file(results)
Expand Down

0 comments on commit fd9d786

Please sign in to comment.