Skip to content

Commit

Permalink
mmirs_qrp.main: Handle when dcorr files are not available - use raw d…
Browse files Browse the repository at this point in the history
…ata to compute last-first 'dcorr' images (cont'd)
  • Loading branch information
astrochun committed Sep 14, 2019
1 parent 0a41822 commit 7596a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmirs_qrp.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ def main(rawdir, prefix, bright=False, dither='ABApBp', flats=[],
str0 in dcorr_files] # Mod on 17/11/2017
else:
seqno = [str0.replace('.gz','').replace('.fits','')[-4:] for \
str0 in dcorr_files]
str0 in raw_files]

for ii in range(n_files):
if ii % (ncols*nrows) == 0: # + on 20/11/2017
Expand Down

0 comments on commit 7596a13

Please sign in to comment.