jasonfrowe / neossat

Source Code related to CSA's NEOSSat Mission to extract Photometry.
GNU General Public License v3.0
3 stars 1 forks source link

Some headers have shutter as TBD #23

Open jasonfrowe opened 3 years ago

jasonfrowe commented 3 years ago

In the worksheet, adding a 'try' will safely skip these files. Needs to be done for the dark and science images.

try:
    if int(shutter[0]) != 0:  #Check if shutter was open or closed.
        darklist.append(imagefiles[i])
except:
    print("Error with Shutter: ",shutter[0])