|
In the process of using generateCommands.py, I've noticed some behaviours which deserve addressing:
- I can't specify multiple types via --calibTypes.
- If the particular calib has already been ingested, the generated script fails (RuntimeError: File ... already exists; consider --config clobber=True) despite --force, and I'm unaware of any means of setting clobber=True in the ingestion.
- If I have a local subdirectory CALIB, running generateCommands.py /path/to/DATA/ --calib CALIB ... sets the calibration directory to /path/to/DATA/CALIB rather than CALIB.
|