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
The Quicklook script reports that it can't find the science file passed in, although the script is still able to complete:
pypeit_ql keck_deimos --raw_path /Users/mbrodheim/drp/deimos_test/20230813 --raw_files d0813_0013.fits --sci_files d0813_0013.fits --setup_calib_dir /Users/mbrodheim/drp/deimos_test/20230813/keck_deimos_A/Calibrations --redux_path /Users/mbrodheim/drp/deimos_test/ql_test --det 3,7 --slitspatnum MSC03:1165
[INFO] :: Loading the reduction file
[ERROR] :: The filename does not exist -
d0813_0013.fits
[INFO] :: Adding metadata for d0813_0013.fits
This doesn't impact anything, except raising flags that an error occured.
Secondly, the final call to pypeit_show_2dspec errors out if the selected slit is not on --det=DET01. The detector/mosaic is passed into the quicklook script (as seen above), so it shouldn't be much trouble to pass that through to the 2d spec call.
The text was updated successfully, but these errors were encountered:
The Quicklook script reports that it can't find the science file passed in, although the script is still able to complete:
This doesn't impact anything, except raising flags that an error occured.
Secondly, the final call to
pypeit_show_2dspec
errors out if the selected slit is not on --det=DET01. The detector/mosaic is passed into the quicklook script (as seen above), so it shouldn't be much trouble to pass that through to the 2d spec call.The text was updated successfully, but these errors were encountered: