-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New stable release ( v1.0.20211006) #551
Commits on Apr 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ccf263d - Browse repository at this point
Copy the full SHA ccf263dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15756e9 - Browse repository at this point
Copy the full SHA 15756e9View commit details -
Also adding template specialisation for float, and using special case…
…s to reduce boilerplate
Configuration menu - View commit details
-
Copy full SHA for 99268a7 - Browse repository at this point
Copy the full SHA 99268a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5234347 - Browse repository at this point
Copy the full SHA 5234347View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20531eb - Browse repository at this point
Copy the full SHA 20531ebView commit details -
Specialising templated member functions isn't standard C++, so moving…
… validation into a standalone function
Configuration menu - View commit details
-
Copy full SHA for 11238da - Browse repository at this point
Copy the full SHA 11238daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64974d6 - Browse repository at this point
Copy the full SHA 64974d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c3c9af - Browse repository at this point
Copy the full SHA 5c3c9afView commit details -
Configuration menu - View commit details
-
Copy full SHA for cab3efb - Browse repository at this point
Copy the full SHA cab3efbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9732da0 - Browse repository at this point
Copy the full SHA 9732da0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7730d1 - Browse repository at this point
Copy the full SHA d7730d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2ec926 - Browse repository at this point
Copy the full SHA d2ec926View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2d230b - Browse repository at this point
Copy the full SHA a2d230bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10ef230 - Browse repository at this point
Copy the full SHA 10ef230View commit details -
Updating configure/source files to not be specific to a particular ve…
…rsion of OpenJPEG
Configuration menu - View commit details
-
Copy full SHA for b5ab2a1 - Browse repository at this point
Copy the full SHA b5ab2a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2378ce0 - Browse repository at this point
Copy the full SHA 2378ce0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34dd89f - Browse repository at this point
Copy the full SHA 34dd89fView commit details -
Configuration menu - View commit details
-
Copy full SHA for df0ff6c - Browse repository at this point
Copy the full SHA df0ff6cView commit details
Commits on Apr 4, 2021
-
Merge pull request #500 from jonclayden/divest-0.10
Changes from divest 0.10
Configuration menu - View commit details
-
Copy full SHA for 0290321 - Browse repository at this point
Copy the full SHA 0290321View commit details
Commits on Apr 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b9252b5 - Browse repository at this point
Copy the full SHA b9252b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 752b43f - Browse repository at this point
Copy the full SHA 752b43fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8874a6 - Browse repository at this point
Copy the full SHA c8874a6View commit details -
Merge pull request #505 from mr-jaemin/development
Detect GE direct fieldmaps Update
Configuration menu - View commit details
-
Copy full SHA for 629da0d - Browse repository at this point
Copy the full SHA 629da0dView commit details
Commits on Apr 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 64b4afd - Browse repository at this point
Copy the full SHA 64b4afdView commit details
Commits on Apr 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d8a46aa - Browse repository at this point
Copy the full SHA d8a46aaView commit details
Commits on Apr 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0d4ea8b - Browse repository at this point
Copy the full SHA 0d4ea8bView commit details
Commits on May 5, 2021
-
Reduce false alarms for warning 'Adjusting for negative MosaicRefAcqT…
…imes (issue 271).'
Configuration menu - View commit details
-
Copy full SHA for 7038255 - Browse repository at this point
Copy the full SHA 7038255View commit details
Commits on May 26, 2021
-
Include MacPorts option for installation.
MacPorts has dcm2niix available; a +docs variant is available for those desiring a man page, and it is installed with openjpeg and batch support. Pre-compiled binaries are available for ease of installation with the default MacPorts configuration.
Configuration menu - View commit details
-
Copy full SHA for 0b44e6f - Browse repository at this point
Copy the full SHA 0b44e6fView commit details
Commits on May 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 478a18e - Browse repository at this point
Copy the full SHA 478a18eView commit details
Commits on Jun 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1cfbd7a - Browse repository at this point
Copy the full SHA 1cfbd7aView commit details
Commits on Jun 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d7a35b4 - Browse repository at this point
Copy the full SHA d7a35b4View commit details
Commits on Jun 10, 2021
-
Display correct OpenJPEG library directory
* Change displayed OpenJPEG directory from hard coded 2.1 to actual Currently, when -DUSE_OPENJPEG=true is set in cmake, the OpenJPEG_DIR variable is hard coded to ${OPENJPEG_LIBDIR}/openjpeg-2.1, no matter the actual OpenJPEG version that is installed. This causes the message `message("-- Using OpenJPEG library from ${OpenJPEG_DIR}")` to always display `Using OpenJPEG library from /usr/lib64/openjpeg-2.1` This message is incorrect because version 2.1 of OpenJPEG may not be in use, and also the directory `/usr/lib64/openjpeg-2.1` may not exist at all. In addition, this can be confusing because the message above it can display `Found libopenjp2, version 2.4.0`, which is the correct version of OpenJPEG. As stated in the COMPILE.md, "Some JPEG2000 DICOM images can not be decoded by the default compilation of OpenJPEG library after version 2.1.0". This suggests that versions after OpenJPEG-2.1 can still be used, even with limited functionality. Therefore, the cmake message should display the correct library directory. If the desired behavior is to warn users who are compiling the library with versions past 2.1 of the limit functionality, then a message should be displayed as a warning or OpenJPEG version 2.1 should be required. Whatever the case, a non-hard coded OpenJPEG version should be displayed which takes advantage of cmake's <YYY>_VERSION special variable [1]. If this commit is not merged, the package will still compile correctly because this is seemingly only an aesthetic change because the correct location is ultimately used; however, incorrect and confusing information will be displayed to the user. If this commit is merged, then the correct OpenJPEG version is used in the message. This commit was written, tested, and submitted by Lucas Mitrak. [1] https://cmake.org/cmake/help/latest/module/FindPkgConfig.html
Configuration menu - View commit details
-
Copy full SHA for a3239e2 - Browse repository at this point
Copy the full SHA a3239e2View commit details -
Merge pull request #518 from lucasmitrak/development
Display correct OpenJPEG library directory
Configuration menu - View commit details
-
Copy full SHA for af57c8f - Browse repository at this point
Copy the full SHA af57c8fView commit details
Commits on Jun 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f365693 - Browse repository at this point
Copy the full SHA f365693View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1537a4c - Browse repository at this point
Copy the full SHA 1537a4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7bbc1b - Browse repository at this point
Copy the full SHA e7bbc1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a61cc57 - Browse repository at this point
Copy the full SHA a61cc57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bcfa6d - Browse repository at this point
Copy the full SHA 6bcfa6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b21ba5 - Browse repository at this point
Copy the full SHA 9b21ba5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86143ce - Browse repository at this point
Copy the full SHA 86143ceView commit details -
Rob Reid committed
Jun 11, 2021 Configuration menu - View commit details
-
Copy full SHA for d461c40 - Browse repository at this point
Copy the full SHA d461c40View commit details -
Rob Reid committed
Jun 11, 2021 Configuration menu - View commit details
-
Copy full SHA for daf9b3b - Browse repository at this point
Copy the full SHA daf9b3bView commit details -
Fills in the CSA section a bit
Rob Reid committedJun 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 783c9b6 - Browse repository at this point
Copy the full SHA 783c9b6View commit details
Commits on Jun 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ac0e058 - Browse repository at this point
Copy the full SHA ac0e058View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0e7d88 - Browse repository at this point
Copy the full SHA e0e7d88View commit details
Commits on Jun 13, 2021
-
Rob Reid committed
Jun 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 423a1c1 - Browse repository at this point
Copy the full SHA 423a1c1View commit details -
Merge branch 'development' of https://github.com/rordenlab/dcm2niix i…
…nto development
Rob Reid committedJun 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 32b88e3 - Browse repository at this point
Copy the full SHA 32b88e3View commit details -
Rob Reid committed
Jun 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 3f5f0e9 - Browse repository at this point
Copy the full SHA 3f5f0e9View commit details
Commits on Jun 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for db7bf60 - Browse repository at this point
Copy the full SHA db7bf60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88fb502 - Browse repository at this point
Copy the full SHA 88fb502View commit details
Commits on Jun 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a6c7106 - Browse repository at this point
Copy the full SHA a6c7106View commit details -
Merge pull request #511 from eborisch/document-macports
Include MacPorts option for installation.
Configuration menu - View commit details
-
Copy full SHA for 4fc19d0 - Browse repository at this point
Copy the full SHA 4fc19d0View commit details -
Adds a script to extract units from README.md
Rob Reid committedJun 15, 2021 Configuration menu - View commit details
-
Copy full SHA for fd4a3b1 - Browse repository at this point
Copy the full SHA fd4a3b1View commit details
Commits on Jun 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9af237f - Browse repository at this point
Copy the full SHA 9af237fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1480b4 - Browse repository at this point
Copy the full SHA f1480b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09dfdb7 - Browse repository at this point
Copy the full SHA 09dfdb7View commit details -
Adds a brief explanation of extract_units.py to README.md
Rob Reid committedJun 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 70da450 - Browse repository at this point
Copy the full SHA 70da450View commit details -
Merge branch 'development' of https://github.com/rordenlab/dcm2niix i…
…nto development
Rob Reid committedJun 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 12254cd - Browse repository at this point
Copy the full SHA 12254cdView commit details -
Rob Reid committed
Jun 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 81b1498 - Browse repository at this point
Copy the full SHA 81b1498View commit details -
Configuration menu - View commit details
-
Copy full SHA for caf2021 - Browse repository at this point
Copy the full SHA caf2021View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2538b08 - Browse repository at this point
Copy the full SHA 2538b08View commit details
Commits on Jun 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d4737e2 - Browse repository at this point
Copy the full SHA d4737e2View commit details
Commits on Jun 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1de5e5b - Browse repository at this point
Copy the full SHA 1de5e5bView commit details
Commits on Jul 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 59ad703 - Browse repository at this point
Copy the full SHA 59ad703View commit details
Commits on Jul 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c04f4e7 - Browse repository at this point
Copy the full SHA c04f4e7View commit details
Commits on Jul 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9d4e1d1 - Browse repository at this point
Copy the full SHA 9d4e1d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03748a8 - Browse repository at this point
Copy the full SHA 03748a8View commit details
Commits on Jul 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1790fcd - Browse repository at this point
Copy the full SHA 1790fcdView commit details
Commits on Jul 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 21e9030 - Browse repository at this point
Copy the full SHA 21e9030View commit details
Commits on Jul 29, 2021
-
BUG: Fix preprocessor conflict.
dirent.h (in tinydir.h) needs to be included before nifti1.h (in nifti1_io_core.h) due to definition of `DT_UNKNOWN`.
Configuration menu - View commit details
-
Copy full SHA for 358fb90 - Browse repository at this point
Copy the full SHA 358fb90View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1ef09f - Browse repository at this point
Copy the full SHA f1ef09fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2554af6 - Browse repository at this point
Copy the full SHA 2554af6View commit details
Commits on Jul 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6cdd3f5 - Browse repository at this point
Copy the full SHA 6cdd3f5View commit details -
Handle Philips images where 2005,1063 is set to zero for all volumes,…
… see Magdeburg_2014 from dcm_qa_philips Philips MR 51.0
Configuration menu - View commit details
-
Copy full SHA for acfe637 - Browse repository at this point
Copy the full SHA acfe637View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89de6e7 - Browse repository at this point
Copy the full SHA 89de6e7View commit details
Commits on Aug 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ff74861 - Browse repository at this point
Copy the full SHA ff74861View commit details
Commits on Aug 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f318958 - Browse repository at this point
Copy the full SHA f318958View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1f0d30 - Browse repository at this point
Copy the full SHA f1f0d30View commit details
Commits on Aug 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b640b75 - Browse repository at this point
Copy the full SHA b640b75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9510d4c - Browse repository at this point
Copy the full SHA 9510d4cView commit details
Commits on Aug 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1ca9ea4 - Browse repository at this point
Copy the full SHA 1ca9ea4View commit details
Commits on Aug 16, 2021
-
0020,9157 if dcuncat, use 0020,0013 if 0019,10A2; 0020,0100; 2005,106…
…3; 2005,1413 do not vary (#529)
Configuration menu - View commit details
-
Copy full SHA for 11b10c4 - Browse repository at this point
Copy the full SHA 11b10c4View commit details
Commits on Aug 17, 2021
-
Optional compilation to disable kludge for issue 532, e.g. "make CFLA…
…GS=-DmyDisableGEPEPolarFlip" (#532)
Configuration menu - View commit details
-
Copy full SHA for 3a62915 - Browse repository at this point
Copy the full SHA 3a62915View commit details
Commits on Aug 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 66a4fd0 - Browse repository at this point
Copy the full SHA 66a4fd0View commit details
Commits on Sep 9, 2021
-
Set repetitionTimePreparation for known ASL sequences, reduce verbosi…
…ty of slice re-ordering, improve ECAT success/failure warnings.
Configuration menu - View commit details
-
Copy full SHA for 3d01b54 - Browse repository at this point
Copy the full SHA 3d01b54View commit details
Commits on Sep 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a761412 - Browse repository at this point
Copy the full SHA a761412View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22c4714 - Browse repository at this point
Copy the full SHA 22c4714View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b0eb89 - Browse repository at this point
Copy the full SHA 5b0eb89View commit details -
Merge pull request #541 from DimitriPapadopoulos/codespell
Thanks. Applied.
Configuration menu - View commit details
-
Copy full SHA for 17b4829 - Browse repository at this point
Copy the full SHA 17b4829View commit details
Commits on Sep 14, 2021
-
Verbose = 2 will report ProtocolBlockGE (0025,101B) for all GE scans …
…(not only if slice timing is calculated)
Configuration menu - View commit details
-
Copy full SHA for c662f4c - Browse repository at this point
Copy the full SHA c662f4cView commit details
Commits on Sep 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4445198 - Browse repository at this point
Copy the full SHA 4445198View commit details
Commits on Sep 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9f2a6fa - Browse repository at this point
Copy the full SHA 9f2a6faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f89dc5 - Browse repository at this point
Copy the full SHA 5f89dc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30bed63 - Browse repository at this point
Copy the full SHA 30bed63View commit details
Commits on Sep 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 001336f - Browse repository at this point
Copy the full SHA 001336fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce5adb1 - Browse repository at this point
Copy the full SHA ce5adb1View commit details
Commits on Sep 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0ac10fd - Browse repository at this point
Copy the full SHA 0ac10fdView commit details -
Merge pull request #545 from mr-jaemin/development
Thanks. Resolves [issue 544](#544).
Configuration menu - View commit details
-
Copy full SHA for 6798e0e - Browse repository at this point
Copy the full SHA 6798e0eView commit details
Commits on Sep 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 532655c - Browse repository at this point
Copy the full SHA 532655cView commit details
Commits on Oct 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c5a5baa - Browse repository at this point
Copy the full SHA c5a5baaView commit details
Commits on Oct 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7fce63a - Browse repository at this point
Copy the full SHA 7fce63aView commit details -
Merge pull request #548 from mr-jaemin/development
Remove warning for early GE HyperBand dataset after validation
Configuration menu - View commit details
-
Copy full SHA for e19c0ae - Browse repository at this point
Copy the full SHA e19c0aeView commit details
Commits on Oct 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5e6e87d - Browse repository at this point
Copy the full SHA 5e6e87dView commit details
Commits on Oct 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for acdc1eb - Browse repository at this point
Copy the full SHA acdc1ebView commit details
Commits on Oct 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b974ddc - Browse repository at this point
Copy the full SHA b974ddcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48f369d - Browse repository at this point
Copy the full SHA 48f369dView commit details