Loading noctua/config/constants.py +2 −0 Original line number Diff line number Diff line Loading @@ -105,8 +105,10 @@ filter_number = {v: k for k, v in filter_name.items()} camera_state = { 0: "Idle", 1: "Waiting", # Atik 2: "Exposing", 3: "Readout", 4: "Downloading", # Atik 5: "Error", None: none_val, } Loading Loading
noctua/config/constants.py +2 −0 Original line number Diff line number Diff line Loading @@ -105,8 +105,10 @@ filter_number = {v: k for k, v in filter_name.items()} camera_state = { 0: "Idle", 1: "Waiting", # Atik 2: "Exposing", 3: "Readout", 4: "Downloading", # Atik 5: "Error", None: none_val, } Loading