Skip to content

Commit

Permalink
persist fits files
Browse files Browse the repository at this point in the history
  • Loading branch information
jchiang87 committed Apr 6, 2017
1 parent 9cc7e8e commit bc55b9c
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 bc55b9c

Please sign in to comment.