Skip to content

Commit

Permalink
sync log files in cutout_mosaic
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrammer committed Jul 11, 2023
1 parent dc3d2bc commit 8f1107b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grizli/aws/visit_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -2049,6 +2049,7 @@ def cutout_mosaic(rootname='gds', product='{rootname}-{f}', ra=53.1615666, dec=-
files += glob.glob(f'{prod}*fits*')
files += glob.glob(f'{prod}*_fp.png')
files += glob.glob(f'{prod}*wcs.csv')
files += glob.glob(f'{prod}*log.txt')


for file in files:
Expand Down

0 comments on commit 8f1107b

Please sign in to comment.