Open rtopfer opened 4 years ago
For SMS acquisitions, would it make sense to explicitly store the slice ordering and slice group information in the .json file? This information is in the twix meas.dat header, but I think it's also buried in the DICOM header, though it might not be parsed by normal DICOM header header scripts in Matlab.
For SMS acquisitions, would it make sense to explicitly store the slice ordering and slice group information in the .json file? This information is in the twix meas.dat header, but I think it's also buried in the DICOM header, though it might not be parsed by normal DICOM header header scripts in Matlab.
Excellent idea. @rtopfer or @po09i can you look if already done by dcm2niix and if not, open an issue on their repos and document here via new issue. Thx
This PR serves to close #75 — replacing
ShimSpecs
subclasses with .json files.This is an initial step toward refactoring the way shim systems are currently represented in the code base: Once completed, a minor refactor of the currently abstract
ShimOpt
class should allow us to dispense with several (if not all) of theShimOpt
child classes, thereby simplifying the code base and making it very easy to define new shim systems as only the calibration maps and .json file should then be required!