Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
timbot18 opened this issue Jan 16, 2024 · 0 comments

Comments

@timbot18
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant