Angelou0516 commited on
Commit
f784b49
·
verified ·
1 Parent(s): a5638db

Fix structure section: subjects are top-level W{n}/

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -131,15 +131,15 @@ LPS orientation. One pre-operative study per subject.
131
 
132
  ## Structure
133
  ```
134
- data/
135
- W{n}/
136
- W{n}_t1.nii.gz # native T1
137
- W{n}_t1c.nii.gz # post-contrast T1 (T1-Gd; original token "t1gd")
138
- W{n}_t2.nii.gz # T2
139
- W{n}_flair.nii.gz # T2-FLAIR
140
- W{n}_seg-UPenn.nii.gz # UPenn expert mask (all 34 subjects)
141
- W{n}_seg-CWRU.nii.gz # CWRU expert mask (31 subjects)
142
  atlas/spgr_unstrip_lps.nii.gz # SRI24 reference template
 
143
  radiomic_features/ # CaPTk/IBSI features per rater, feature parameters, reproducibility correlations
144
  ivygap_metadata.csv # per-subject clinical & molecular metadata (see below)
145
  subject_study_dates.csv # subject -> original study date + which rater masks exist
 
131
 
132
  ## Structure
133
  ```
134
+ W{n}/ # one folder per subject, at the repo root
135
+ W{n}_t1.nii.gz # native T1
136
+ W{n}_t1c.nii.gz # post-contrast T1 (T1-Gd; original token "t1gd")
137
+ W{n}_t2.nii.gz # T2
138
+ W{n}_flair.nii.gz # T2-FLAIR
139
+ W{n}_seg-UPenn.nii.gz # UPenn expert mask (all 34 subjects)
140
+ W{n}_seg-CWRU.nii.gz # CWRU expert mask (31 subjects)
 
141
  atlas/spgr_unstrip_lps.nii.gz # SRI24 reference template
142
+ data/test-*.parquet # Dataset Viewer preview only (rendered slices + metadata)
143
  radiomic_features/ # CaPTk/IBSI features per rater, feature parameters, reproducibility correlations
144
  ivygap_metadata.csv # per-subject clinical & molecular metadata (see below)
145
  subject_study_dates.csv # subject -> original study date + which rater masks exist