RMS icon indicating copy to clipboard operation
RMS copied to clipboard

Reprocess script does not write to Station folder in multicam setup when config is not specified

Open timbot18 opened this issue 7 months ago • 0 comments

When running the reprocess script, if the config file is not explicitly defined, the reprocessed files are placed in the main RMS_data/ArchivedFiles, rather than in the RMS_data/stationNumber/ArchivedFiles folder. It should be using the .config file in the specified folder, even when the --config option is not used.

Example:

python3 -m RMS.Reprocess /home/rms/RMS_data/stationnumber/CapturedFiles/capture-folder #places the reprocessed files in the RMS_data/ArchivedFiles folder

python3 -m RMS.Reprocess /home/rms/RMS_data/stationnumber/CapturedFiles/capture-folder --config /path/to-config #placed the reprocessed files in the RMS_data/stationNumber/ArchivedFiles folder

timbot18 avatar Jan 16 '24 16:01 timbot18