Commit f006206f authored by Francesco Amadori's avatar Francesco Amadori
Browse files

adjusted stare mode

parent e3bcb904
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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: