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

Customization of default paths #150

Open
NicerNewerCar opened this issue Jul 14, 2023 · 0 comments · May be fixed by #210
Open

Customization of default paths #150

NicerNewerCar opened this issue Jul 14, 2023 · 0 comments · May be fixed by #210
Assignees
Labels
enhancement New feature or request

Comments

@NicerNewerCar
Copy link
Contributor

NicerNewerCar commented Jul 14, 2023

This issue was created based on comments originally posted by @amymmorton in #142 (comment)

Autoscoper only supports specific hard-coded paths for loading tracking files and camera filters (and a single filter file across multiple cameras) when a trial is loaded. Note, the paths shown below are not updated anywhere.

// Store Default Values:
default_filter_folder = "xParameters";
default_filter_name = "control_settings";
default_tracking_folder = "Tracking";

Moving forward, we can build off of the newer config loader I introduced in PR #125. We can add support for customizing these paths within the config file while still maintaining backward compatibility with the older files.

Another idea is to automatically save the tracking data and filter into these paths whenever the user hits Crtl+s, this way the user wont need to manually save all of these files.

We would also need to tweak the config generator to support this.

Example:

version 1.2

TrackingDataPath SomeFolderName

CameraFilterPath SomeOtherFolderName

# normal config would continue below
@NicerNewerCar NicerNewerCar added the enhancement New feature or request label Jul 14, 2023
@NicerNewerCar NicerNewerCar self-assigned this Jul 14, 2023
@NicerNewerCar NicerNewerCar linked a pull request Oct 11, 2023 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant