-
Notifications
You must be signed in to change notification settings - Fork 2
Meeting 09 12 2018
Newberry edited this page Oct 12, 2018
·
1 revision
Our goal is to extract the structure of the file names and directories. We do this through the following steps:
- define environmental variables that point to the specific dir/files currently processed. (these will be put into a configuration files).
- define a schema which describes the breakdown of the file names.
- define regular expressions for parsing the file names.
The cleaned documentation will have several separate files:
- definitions 1,2,3 above.
- A page that describes the steps: feature detection, registration, visualization, building atlas that are to be executed assuming the env. variables are set correctly. Based on yuncong's description with the following changes:
- No explicit filenames of directories - all based on env variables.
- include the argparse help (-h) before the call to the script.
- A page for describing pre-processing.