gbook / nidb

NeuroInformatics Database
GNU General Public License v3.0
26 stars 8 forks source link

Add option to write visit/day/time as export directories #102

Open gbook opened 2 years ago

gbook commented 2 years ago

When exporting data or when downloading data from a pipeline, allow the option to write visittype, day number, time number as part of the directory structure. This would be in place of the study number.

For example the directory S1234ABC/1 could be written as one of the following S1234ABC/visittype by visit type S1234ABC/day4 day number S1234ABC/time5 time number S1234ABC/day1-time1 day and time number

Day number and time number could be any numerical value. They won't be distinguishable from the study number, so the day and time will have a prefix identifying that. This will prevent confusing a day or time number with an existing study number.