Skip to content

Commit a57dbf8

Browse files
authored
Merge pull request #74 from parrishOSU/CZMIL
Add CZMIL, CZMIL Nova, and CZMIL SuperNova Sensors.
2 parents 14335e1 + 4ef8e52 commit a57dbf8

File tree

86 files changed

+3004
-1349
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+3004
-1349
lines changed

CBlueApp.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
3030
3131
Last Edited By:
32-
Austin Anderson (NV5 Geospatial) and Keana Kief (OSU)
33-
September 26th, 2023
32+
Keana Kief (OSU)
33+
January 10th, 2024
3434
3535
"""
3636

@@ -189,7 +189,7 @@ def get_help_text(options_list):
189189
sensor_json_content = json.load(sensors_json)
190190
sensor_options = list(sensor_json_content.keys())
191191
sensor_help_text = get_help_text(sensor_options)
192-
parser.add_argument("sensor", type=int, choices=[0, 1, 2, 3, 4, 5, 6, 7, 8], help=sensor_help_text, metavar="sensor")
192+
parser.add_argument("sensor", type=int, choices=list(range(len(sensor_options))), help=sensor_help_text, metavar="sensor")
193193
# TPU Metric
194194
tpu_help_text = get_help_text(TPU_METRIC_OPTIONS)
195195
parser.add_argument("tpu_metric", type=int, choices=[0, 1], help=tpu_help_text, metavar="tpu_metric")

CBlueAppGui.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
3030
3131
Last Edited By:
32-
Austin Anderson (NV5 Geospatial) and Keana Kief (OSU)
33-
September 26th, 2023
32+
Keana Kief (OSU)
33+
April 29th, 2024
3434
3535
"""
3636
import tkinter as tk
@@ -287,7 +287,7 @@ def start_process(just_save_config=False):
287287
str(sensor_integer),
288288
str(tpu_integer),
289289
str(water_height_var.get()),
290-
"-vdatum", vdatum_var.get()
290+
"-vdatum_region", vdatum_var.get()
291291
]
292292
if csv_var.get():
293293
command.append("--csv")
2.52 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Manual/cBLUE User Manual - 10-31-23 Update/includes/course-info.tex

Lines changed: 0 additions & 12 deletions
This file was deleted.

Manual/cBLUE User Manual - 10-31-23 Update/includes/custom-commands.tex

Lines changed: 0 additions & 194 deletions
This file was deleted.

Manual/cBLUE User Manual - 10-31-23 Update/includes/document-header.tex

Lines changed: 0 additions & 39 deletions
This file was deleted.

Manual/cBLUE User Manual - 10-31-23 Update/includes/hyperef-setup.tex

Lines changed: 0 additions & 14 deletions
This file was deleted.

Manual/cBLUE User Manual - 10-31-23 Update/includes/metadata.tex

Lines changed: 0 additions & 15 deletions
This file was deleted.

Manual/cBLUE User Manual - 10-31-23 Update/includes/packages.tex

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)