You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running AutoDriver for a data set which does not have any calibration files specified, the DRP fails with this error:
Traceback (most recent call last):
File "/Users/jwalawender/anaconda/envs/mospy_2018_macos/bin/AutoDriver.py", line 6, in <module>
exec(compile(open(__file__).read(), __file__, 'exec'))
File "/Users/jwalawender/git/MOSFIRE_DRP/scripts/AutoDriver.py", line 465, in <module>
mydriver.printFlat()
File "/Users/jwalawender/git/MOSFIRE_DRP/scripts/AutoDriver.py", line 115, in printFlat
self.addLine(flatLine)
It should check for this and fail gracefully with a more useful message to the user.
The text was updated successfully, but these errors were encountered:
When running
AutoDriver
for a data set which does not have any calibration files specified, the DRP fails with this error:It should check for this and fail gracefully with a more useful message to the user.
The text was updated successfully, but these errors were encountered: