Loading DataReductionGIANOB/gofio_gui.py +3 −3 Original line number Diff line number Diff line Loading @@ -26,9 +26,9 @@ else: single = "" if os.path.exists(f"{folder_gofio}{os.sep}raw{os.sep}{night}{os.sep}"): execute1 = f"cd {folder_gofio}" execute2b = f"python gofioDRS.py {night} --flat --only_calib {single}" execute2a = f"python gofioDRS.py {night} --dark --only_calib {single}" execute2c = f"python gofioDRS.py {night} --une --only_calib {single}" execute2b = f"python gofioDRS.py {night} --flat --only_calib" execute2a = f"python gofioDRS.py {night} --dark --only_calib" execute2c = f"python gofioDRS.py {night} --une --only_calib" execute3 = f"python gofioDRS.py {night} --use_flat={flat} {single}" execute4 = f"mkdir -p {folder_output_complete}" if stare: Loading Loading
DataReductionGIANOB/gofio_gui.py +3 −3 Original line number Diff line number Diff line Loading @@ -26,9 +26,9 @@ else: single = "" if os.path.exists(f"{folder_gofio}{os.sep}raw{os.sep}{night}{os.sep}"): execute1 = f"cd {folder_gofio}" execute2b = f"python gofioDRS.py {night} --flat --only_calib {single}" execute2a = f"python gofioDRS.py {night} --dark --only_calib {single}" execute2c = f"python gofioDRS.py {night} --une --only_calib {single}" execute2b = f"python gofioDRS.py {night} --flat --only_calib" execute2a = f"python gofioDRS.py {night} --dark --only_calib" execute2c = f"python gofioDRS.py {night} --une --only_calib" execute3 = f"python gofioDRS.py {night} --use_flat={flat} {single}" execute4 = f"mkdir -p {folder_output_complete}" if stare: Loading