ml4ai / tomcat

ToMCAT: Theory of Mind-based Cognitive Architecture for Teams
https://ml4ai.github.io/tomcat/
MIT License
21 stars 7 forks source link

Dev rick #515

Closed rchamplin closed 1 year ago

rchamplin commented 1 year ago

Application: Copy Pre-session data and files for a Particapant to the Experiment directory as Symbolic Links. Description: Scans the Pre-session directories and copy the data for a Particapant into the correct Animal under the Experiment data as Symbolic Links. The program uses the input file "participant_ids.csv" (var participant_ids_file) to list the Experiments and the Participant's ID for each Animal. It will create a directory "presession" under the Experiment/Animal/ directory if one does not exist. The program will create a master log file "combine_presession_data.log" that records all Symbolic Links created for presession files found for each Experiment/Animal/Participant ID. The program also creates a log file in the the presession directory "symlinks_created_in_exp_yyyy_mm_dd_hh_for_xxxx.log" that records the Symbolic Links that were created in the Experiment Directory.

By: Rick Champlin Last Updated: 7/13/2023 Start: Run Bash Script "combine_presession_data.sh". Dependency files: "participant_ids.csv"