makeitso debug flag addded

This commit is contained in:
AnonNick
2025-08-11 05:02:39 -07:00
parent 0d301bc85c
commit 6008e16078

View File

@@ -799,6 +799,7 @@ def run_preprocessing_steps(options: dict, args: dict):
------
None
"""
debug = args["debug"]
# Check if the grid file exists and is valid. Create if needed.
grid_file = f'lfm{options["simulation"]["gamera_grid_type"]}.h5'
if os.path.exists(grid_file):