Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 2.26 KB

README.md

File metadata and controls

58 lines (38 loc) · 2.26 KB

About

dcm_qa_philips is a simple DICOM to NIfTI validator script and dataset. This repository is similar to dcm_qa, but includes data from Philips MRI scanners.

Details

For details see GE page.

  • Bangalore_2008

    • Achieva
    • SoftwareVersions: 2.5.3_2.5.3.3_PMS1.1_MIMIT_EVIIMDictionary
    • Diffusion sequence
  • Magdeburg_2014

    • Achieva
    • SoftwareVersions: 51.0
    • T2* functional sequence
  • Rosetta_2013

    • Achieva
    • SoftwareVersions: 3.2.2\3.2.2.0
    • Diffusion sequence
  • Vanderbilt_2018

    • Achieva
    • SoftwareVersions: 53.0
    • Diffusion sequence

License

Data origin is described in the notes.txt file for each series. The code and images are covered by the 2-clause BSD license.

Versions

  • 24-February-2019 Initial public release
  • 19-November-2019 Added functional sequence

Running

Assuming that the executable dcm2niix is in your path, you should be able to simply run the script batch.sh from the terminal.

If you have problems you can edit the first few lines of the batch.sh script so that basedir reports the explicit location of the dcm_qa folder (by default this is assumed to be the folder containing the script) on your computer and exenam reports the explicit location of dcm2niix (by default it is assumed to be in your path). Also, make sure the script is executable (chmod +x batch.sh). Then run the script.

Updating dcm_qa_philips

This software reports when there are any changes in behavior of the software. However, some of these changes might be improvements. For example, software which supports future BIDS tags will report differences relative to the prior solutions reported in dcm_qa_philips. Once the solutions have been verified as correct, one needs to update both dcm_qa_philips and the software that invokes dcm_qa_philips. For example, with dcm2niix we can update it to use the latest version of dcm_qa with this script:

cd dcm2niix
git submodule update --remote
git commit -am 'Update dcm_qa_philips submodule.'
git push

Useful Links

  • dcm2niix's handling of these files is described here.