There's a small bug with the submit-pyrosar-gamma-workflow utility. If using --output-dir <some-path> with a relative path, the workflow can break. This is shown in the error logs with an OSError like this:
File "/g/data/yp75/<userid>/miniforge3/envs/sar-pipeline/lib/python3.12/site-packages/pyroSAR/gamma/error.py", line 71, in gammaErrorHandler
raise errortype(err_out)
OSError: cannot open output data file: 20260318-13h45m34s-multi/data/temp/S1A__EW___A_20250419T221041/S1A_EW_GRDM_1SSH_20250419T221041_20250419T221148_058831_074A60_9416
This doesn't point to the cause being a relative path. Ideally, users should be prevented or at least warned specifically.
Tasks:
There's a small bug with the
submit-pyrosar-gamma-workflowutility. If using--output-dir <some-path>with a relative path, the workflow can break. This is shown in the error logs with anOSErrorlike this:This doesn't point to the cause being a relative path. Ideally, users should be prevented or at least warned specifically.
Tasks:
output_dirvar from the.tomlconfig file--output-dir