csu-hmc / perturbed-data-paper

A paper on an elaborate gait data set.
https://peerj.com/articles/918/
10 stars 6 forks source link

Added an m-file that parses the configuration files. #150

Closed moorepants closed 9 years ago

moorepants commented 9 years ago

@spinningplates I've added a function that may help you out. It works like this:

>> PATHS = get_config();
>> PATHS.raw_data_dir

ans =

/home/moorepants/Manuscripts/perturbed-walking-data/raw-data

>> PATHS.processed_data_dir

ans =

/home/moorepants/Manuscripts/perturbed-walking-data/processed-data

>> PATHS.figures_dir       

ans =

/home/moorepants/Manuscripts/perturbed-walking-data/figures

>> PATHS.tables_dir 

ans =

/home/moorepants/Manuscripts/perturbed-walking-data/tables

If you want to use this, press the merge button and then make use of it in your scripts.