Skip to content

Commit

Permalink
ENH: Save custom paths to cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
NicerNewerCar committed Oct 11, 2023
1 parent dc6204d commit 269e9de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libautoscoper/src/Trial.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,10 @@ namespace xromm

file << "Version 1.1" << std::endl;

file << "FilterFolder " << filter_folder << std::endl;

file << "TrackingFolder " << tracking_folder << std::endl;

for (const std::string& mayaCamsFile: mayaCamsFiles) {
file << "mayaCam_csv " << mayaCamsFile << std::endl;
}
Expand Down

0 comments on commit 269e9de

Please sign in to comment.