Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DataQualityControlTool
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HBP Medical Informatics Platform
DataQualityControlTool
Wiki
CLI Manual
Changes
Page history
New page
Templates
Clone repository
Updated CLI Manual (markdown)
authored
3 years ago
by
Iosif Spartalis
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CLI-Manual.md
+5
-3
5 additions, 3 deletions
CLI-Manual.md
with
5 additions
and
3 deletions
CLI-Manual.md
View page @
7631897b
...
@@ -109,15 +109,17 @@ Options:
...
@@ -109,15 +109,17 @@ Options:
## Options further explanation
## Options further explanation
###
`
<dicom folder>
`
### <dicom folder>
is the root folder where all DICOM files are stored. It is assumed that each subfolder corresponds to one patient.
is the root folder where all DICOM files are stored. It is assumed that each subfolder corresponds to one patient.
###
`
<report folder>
`
### <report folder>
is the folder where the report files will be placed. If the folder does not exist, the tool will create it.
is the folder where the report files will be placed. If the folder does not exist, the tool will create it.
### `--loris_folder` folder path where the dcm files are reorganized for LORIS pipeline
### --loris_folder
folder path where the dcm files are reorganized for LORIS pipeline
For the LORIS pipeline the dcm files are reorganized and stored in a folder structure `<loris_folder>/<patientid>/<patientid_visitcount>`.
For the LORIS pipeline the dcm files are reorganized and stored in a folder structure `<loris_folder>/<patientid>/<patientid_visitcount>`.
All the dcm sequence files that belong to the same scanning session (visit) are stored in the common folder `<patientid_visitcount>`.
All the dcm sequence files that belong to the same scanning session (visit) are stored in the common folder `<patientid_visitcount>`.
...
...
This diff is collapsed.
Click to expand it.