Skip to content

Releases: vzachari/IronSmithQSM

IronSmithQSM

12 May 21:40
Compare
Choose a tag to compare

Ironsmith QSM v1.3 Beta

Updates:

  1. Fixed bug related to #3 .
  • Ironsmith will now automatically align all FreeSurfer derived QSM reference masks to the QSM data inside Matlab. This issue occurs because MEDI Toolbox loads the QSM data in Matlab in a slightly different format than the Matlab function niftiread().
  1. FreeSurfer derived QSM reference mask erosion is now selected based on provided QSM data.
  • For instance, less erosion might be used for younger participants who have smaller ventricles whereas more erosion might be used for older adults who might have larger ventricles. This update ensures "too much erosion" does not take place and QSM reference masks always have enough voxels. If without eroding, less than 100 voxels per QSM reference mask are present, Ironsmith will exit with an error describing the issue.
  1. MEDI Toolbox/Matlab output is now displayed on screen while Ironsmith is running, as with other code. MEDI Toolbox/Matlab output is also saved in the appropriate log file under OutputFolder/Subj/LogFiles.

  2. Updates to README.md and README.pdf for clarity/readability.

NOTE for Siemens XA30 software users:
MEDI Toolbox (version 01/15/2020) does not support XA30 enhanced DICOMs. To fix this issue:

DICOMs must be exported as "Interoperability" from the MRI scanner console.
A single line of code needs to be changed in one of the MEDI Toolbox (version 01/15/2020) functions:
In file Read_DICOM.m under MEDI_toolbox/functions
Change line 50 from case {'siemens','siemens healthcare gmbh'} to case {'siemens','siemens healthcare gmbh','siemens healthineers'}

NOTE:
Due to the FreeSurfer update, the per-ROI QSM values are not identical between Ironsmith v1.0 and later versions.
Correlation of QSM values extracted from the 89 ROIs offered by Ironsmith, between v1.0 and v1.2, yielded an r^2 value of 0.99.
For this reason, we do not recommend updating Ironsmith mid-analyses. All data should be analyzed with either v1.0 OR v1.2 (FreeSurfer 6.0.0 or FreeSurfer 7.1.1).

IronSmithQSM

05 Oct 20:56
Compare
Choose a tag to compare

IronSmith QSM v1.2:

Updates:

  1. Phase image quality control procedure added:
    Ironsmith will automatically Identify artifacts on Relative Difference Field (RDF) images (unwrapped phase images with the background field removed) and report the percent overlap of these with the 89 supported ROIs in a CSV formatted output file (see section #6, Outputs).

  2. FreeSurfer updated to v7.1.1 in singularity container (reduces recon-all time to around 5 hours from 8 hours).
    Updated singularity container needs to be downloaded. See section 2b (Download QSM_Container.simg).

  3. Fsleyes can now be accessed within the singularity container via the Ironsmith_fsleyes command.

  4. Minor bug fixes.

  5. Updates to README.md and README.pdf for clarity/readability.

NOTE:
Due to the FreeSurfer update, the per-ROI QSM values are not identical between Ironsmith v1.0 and v1.2.
Correlation of QSM values extracted from the 89 ROIs offered by Ironsmith, between v1.0 and v1.2, yielded an r^2 value of 0.99.
For this reason, we do not recommend updating Ironsmith mid-analyses. All data should be analyzed with either v1.0 OR v1.2 (FreeSurfer 6.0.0 or FreeSurfer 7.1.1).

IronSmithQSM

05 Jun 01:23
Compare
Choose a tag to compare

First stable release of Ironsmith (06/04/2021)