Data organization

Published

July 8, 2024

Folder and filename schema:

<date>_<labID>_<experiment description>/
        └── subj<subjID>/
            └── sc<scanID>_<anat>_[<suffix>]/
                 └── subj<subjID>_sc<scanID>_[<suffix>].<ext>

Example:

20231013_HOME_TEST/subj001/sc12345_brain/subj001_sc12345.img

Name parts explanation:

  • : date formatted YYYYMMDD
  • : str Shortname of the lab, e.g., DESY-P07
  • : Short title e.g. in-vivo-mouse-CSF-infusion.
  • subj : num subject id (3 digits, leading zeroes; e.g., subj001)
  • sc : num scan identifier (5 digits; e.g., sc12345).
  • : str anatomy descriptor (e.g., mousebrain)
  • : num YYYYMM. At folder if a single recording date, else in file.
  • [] : str | num mixed specifications e.g., state, version
  • : str [a-z] file extension
Back to top