ml4ai / tomcat

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

adding my data_inventory program to ToMCAT repository #503

Closed rchamplin closed 1 year ago

rchamplin commented 1 year ago

Adding the Experiment Data Inventory Program and directory to repository. Directory: human_experiments/lab_software/data_inventory README.md Start Program: ./data_inventory.sh

Description: This program scans a ToMCAT Experiment Data Directory, checks for and inventories the existence of sub directories, files, and file specifications as defined by the definition file "data_inventory.tbl". The results of the data checks and analysis that are preformed can either be displayed as continuance looping of file blocks on the screen (menu option "c") or by creating results log files in the Experiment Root Data Directory (menu option "l").

Checks and analysis that the program performs:

The Existence of the Sub Directory. The Existence of the File(s). The File is not Empty (0 Bytes). The File Byte Size is between the defined Min and Max. The File Count in the Sub Directory is between the defined Min and Max. If the Sub Directory is defined to hold multiple Files (*.png), checks the File Byte Size of the last File written into the Directory, is between the defined Min and Max.