Skip to content

Commit

Permalink
Merge pull request #10 from lsst-camera-dh/LSSTTD-978
Browse files Browse the repository at this point in the history
persist fits files
  • Loading branch information
jchiang87 authored Apr 7, 2017
2 parents 58b82e3 + bc55b9c commit e3de607
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
with open(outfile, 'w') as output:
for seqno in seqnos:
fits_files = sorted(glob.glob('*_%s_*.fits' % seqno))
for fits_file in fits_files:
results.append(lcatr.schema.fileref.make(fits_file))
channel_signal, channel_status, exptime \
= aliveness_utils.raft_channel_statuses(fits_files)
for slot in channel_status:
Expand Down

0 comments on commit e3de607

Please sign in to comment.