Open jasonfrowe opened 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])
In the worksheet, adding a 'try' will safely skip these files. Needs to be done for the dark and science images.