UNDER DEVELOPMENT
Wrapper for Flywheel gear: slice to volume reconstruction toolkit
Source: https://github.com/SVRTK/SVRTK
license:
url: https://gitlab.com/flywheel-io/flywheel-apps/
cite:
Uus, A., Grigorescu, I., van Poppel, M., Steinweg, J. K., Roberts, T., Rutherford, M., Hajnal, J., Lloyd, D., Pushparajah, K. & Deprez, M. (2022) Automated 3D reconstruction of the fetal thorax in the standard atlas space from motion-corrupted MRI stacks for 21-36 weeks GA range. Medical Image Analysis, 80 (August 2022).: https://doi.org/10.1016/j.media.2022.102484
Kuklisova-Murgasova, M., Quaghebeur, G., Rutherford, M. A., Hajnal, J. V., & Schnabel, J. A. (2012). Reconstruction of fetal brain MRI with intensity matching and complete outlier removal. Medical Image Analysis, 16(8), 1550–1564.: https://doi.org/10.1016/j.media.2012.07.004
Category: analysis
Gear Level:
- Project
- Subject
- Session
- Acquisition
- Analysis
- api-key
- Name: api-key
- Type: object
- Optional: true
- Classification: api-key
- Description: Flywheel API key.
-
debug
- Name: debug
- Type: boolean
- Description: Log debug messages
- Default: false
-
input
- Base: file
- Description: input file
- Optional: false
- output
- Base: file
- Description: file
- Optional: false
No metadata currently created by this gear
- Three dimensional structural image
This gear runs on BIDS-organized data. To have your data BIDS-ified, it is recommended that you run, in the following order:
- dcm2niix
- Level: Any
- file-metadata-importer
- Level: Any
- file-classifier
- Level: Any
This section provides a more detailed description of the gear, including not just WHAT it does, but HOW it works in flywheel
This gear is run at either the Subject
or the Session
level. It downloads the data
for that subject/session into the /flwyhweel/v0/work/bids
folder and then runs the
synthseg
pipeline on it.
After the pipeline is run, the output folder is zipped and saved into the analysis container.
This section contains specifications on any input files that the gear may need
A picture and description of the workflow
graph LR;
A[T1w]:::input --> FW;
FW[FW] --> FMI;
FMI((file-metadata-importer)):::gear --> FC;
FC((file-classifier)):::gear --> D2N;
D2N((dcm2niix)):::gear --> CB;
CB((curate-bids)):::gear --> CISO;
svrtk((svrtk)):::gear --> SS;
SS((synthseg)):::gear --> ANA;
ANA[Analysis]:::container;
classDef container fill:#57d,color:#fff
classDef input fill:#7a9,color:#fff
classDef gear fill:#659,color:#fff
Description of workflow
- Upload data to container
- Prepare data by running the following gears:
- file metadata importer
- file classifier
- dcm2niix
- MRIQC (optional)
- curate bids
- Select either a subject or a session.
- Run the svrtk-brain-reconstruction gear
- Gear places output in Analysis
[For more information about how to get started contributing to that gear, checkout CONTRIBUTING.md.]