SEPIA is a tool providing a graphical user interface to build data processing pipeline of quantitative susceptibility mapping (QSM) in Matlab.
The current GUI version is built to access the following toolboxes:
MEDI (updated Jan 15, 2020),
STI Suite (v3.0),
FANSI (v3.0, released on 2021.10.15, i.e., commit b6ac1c9e),
SEGUE, and
nonlinear dipole inversion (NDI),
ROMEO (v3.2.4),
MRI Susceptibility Calculation Methods.
SEPIA provides two key features for QSM processing:
- mix-and-match methods from different toolboxes to build your own QSM processing pipeline,
- graphical user interface to easily adjust parameters of different algorithms.
SEPIA is designed to provide a platform for easy access to different QSM processing methods in the field. To achieve this, most of the codes were written for data flow and algorithm parameter control. Through SEPIA, we hope researchers who are not expert in QSM will also be able to use QSM for their research.
For better readability, the documentation of SEPIA has moved to https://sepia-documentation.readthedocs.io/.
All the original codes and methods developed for SEPIA are under MIT license. You can check the license file for more information. For the terms of use of the toolboxes related to this work, their own license applied and please check the corresponding license file(s) in each toolbox for more information.
If you use SEPIA in your research, please cite the following article:
As well as any related papers in your processing pipeline.
If you encounter a bug in SEPIA, please report to github page.
If you have a more general question reagrding the usgae of SEPIA and/or other QSM questions, please make use of github page.
For full update log, please visit https://sepia-documentation.readthedocs.io/en/latest/getting_started/Release-note.html.
- Support ROMEO as total field computation and phase unwrapping method
- Support MRI susceptibility calculation methods for QSM dipole field inversion
- Support FANSI v3.0 (note that the algorithm parameters are adapted for this version)
- Improve BIDS compartibility with SEPIA
- Update output filenames in accordance with BIDS format
- Improve the comparability of weighting maps across different datasets and methods
- Fixed bug when using single-echo dataset
- Fixed bug when input phase data in unit of radian with single datatype
- Log file and error message file are now paired (last 15 digits in the extension) instead of sorting in simple numerical order
- Log file and error message file are now supported in both GUI and command-based operations (when using
sepiaIO) - When running SEPIA, the current directory will temporaily move to the output directory to avoid overwriting temporary files if multiple processings happen simultaneously
- A SEPIA pipeline configuration file will be automatically generated using
sepiaIOis the output directory does not have any existing configuration file. This would be useful to look up the pipeline used to produce the results when using command-based operationn. - Bug fix when running FANSI (details here)
- Bug fix when getting B0 direction from Sagittal or Coronal acquisition (details here)
- Bug fix when running QSM standalone with magnitude image for regularisation (details here)
- Bug fix when running MEDI with zeropadding option is not equal to zero
- (For developer) Improved readiility of how the data are loaded in SEPIA, which could make better BIDS compartibility in the future
- New layout for input/output panel for data selection
- New output config file, log file and error message file
- New feature to load parameters in config file to the GUI
- New option to save unwrapped echo phase
- New option to exlcude unreliable voxels
- New option to select reference tissue for QSM normalisation
- Support the lastest version of MEDI toolbox (Jan 15, 2020)
- Support bipolar readout correction for total field recovery with MEDI's non-linear fitting algorithm
- Support extra brain extraction (FSL's BET) parameters from MEDI toolbox
- New 'percentage' option for MEDI+0 algorithm
- Support the lastest version of FANSI toolbox (commit dc68c306)
- New option to use weak harmonic regularisation with FANSI
- Support nonlinear dipole inversion (NDI) as external library
- Support SEGUE as external library
Please upload the MEDI toolbox (Jan 15, 2020) and FANSI toolbox (commit dc68c306) to the lastest version for the best performance.
- Support nonlinear dipole inversion (NDI) as external library
- Support SEGUE as external library
- Support single-echo dataset
- Bug fix with odd-number matrix dimension by zero-padding
- Offload unuse variables to reduce memory usage
- Bug fix for reading NIfTI when the rescale slope and intercept are not 1 and 0
- Support simple susceptibility weighted imaging (SWI) and susceptibility map weighted imaging (SMWI) as part of the GUI
- resolved loading/saving NIfTI issue related to 0.7.0 update
- DICOM input is deprecated: the only possible input is NIfTI data
- fixed bug when running MEDI with CSF regularisation
- fixed bug for single echo SWI
- now support automatic magnitude and phase images detection with name containing string "mag" for magnitude image and "ph" for phase image
- fixed global phase offset with graph-cut phase unwrapping
- redesigned log file format; the algorithms and parameters being used are much clearer and neat than before (previous log file cannot work in this version)
- resolved '.nii.nii' issue when using STI suite algorithms
- resolved no. of iterations with FANSI does not change issue
- resolved problematic QSM results with FANSI when an input matrix is an odd number
- resolved excluded unreliable voxels issue when 3D best path algorithm doesn't work
- improved build-in VSHARP results when there are masked voxels on the image edges
- added image erosion function for background field removal algorithms
- get header function is now compatible with the JSON files generated by dcm2niix and dicm2nii
- updated diretcory structure
- added options to select individual files
