Skip to content
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

Merged
merged 106 commits into from
Oct 7, 2021
Merged

New stable release ( v1.0.20211006) #551

merged 106 commits into from
Oct 7, 2021

Commits on Apr 3, 2021

  1. Configuration menu
    Copy the full SHA
    ccf263d View commit details
    Browse the repository at this point in the history
  2. Fencing in required macro

    jonclayden committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    15756e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99268a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5234347 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20531eb View commit details
    Browse the repository at this point in the history
  6. Specialising templated member functions isn't standard C++, so moving…

    … validation into a standalone function
    jonclayden committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    11238da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    64974d6 View commit details
    Browse the repository at this point in the history
  8. Using R_FINITE

    jonclayden committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    5c3c9af View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cab3efb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9732da0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d7730d1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d2ec926 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a2d230b View commit details
    Browse the repository at this point in the history
  14. Fixing buffer overflow

    jonclayden committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    10ef230 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b5ab2a1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2378ce0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    34dd89f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    df0ff6c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

  1. Merge pull request #500 from jonclayden/divest-0.10

    Changes from divest 0.10
    neurolabusc authored Apr 4, 2021
    Configuration menu
    Copy the full SHA
    0290321 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. Configuration menu
    Copy the full SHA
    b9252b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from rordenlab/development

    Development
    mr-jaemin authored Apr 10, 2021
    Configuration menu
    Copy the full SHA
    752b43f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8874a6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #505 from mr-jaemin/development

    Detect GE direct fieldmaps Update
    neurolabusc authored Apr 10, 2021
    Configuration menu
    Copy the full SHA
    629da0d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Configuration menu
    Copy the full SHA
    64b4afd View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Configuration menu
    Copy the full SHA
    d8a46aa View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    0d4ea8b View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    7038255 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. 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.
    eborisch authored May 26, 2021
    Configuration menu
    Copy the full SHA
    0b44e6f View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. Configuration menu
    Copy the full SHA
    478a18e View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Community contribution

    neurolabusc committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    1cfbd7a View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. Configuration menu
    Copy the full SHA
    d7a35b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. 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
    lucasmitrak committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    a3239e2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #518 from lucasmitrak/development

    Display correct OpenJPEG library directory
    ningfei authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    af57c8f View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Configuration menu
    Copy the full SHA
    f365693 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1537a4c View commit details
    Browse the repository at this point in the history
  3. Typo

    neurolabusc committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    e7bbc1b View commit details
    Browse the repository at this point in the history
  4. Typo

    neurolabusc committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    a61cc57 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6bcfa6d View commit details
    Browse the repository at this point in the history
  6. Should have run preview

    captainnova authored Jun 11, 2021
    Configuration menu
    Copy the full SHA
    9b21ba5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    86143ce View commit details
    Browse the repository at this point in the history
  8. Consolidating ASL

    Rob Reid committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    d461c40 View commit details
    Browse the repository at this point in the history
  9. Finishes ASL consolidation

    Rob Reid committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    daf9b3b View commit details
    Browse the repository at this point in the history
  10. Fills in the CSA section a bit

    Rob Reid committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    783c9b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2021

  1. Configuration menu
    Copy the full SHA
    ac0e058 View commit details
    Browse the repository at this point in the history
  2. Typos

    neurolabusc committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    e0e7d88 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2021

  1. Possibly obsolete commit

    Rob Reid committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    423a1c1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'development' of https://github.com/rordenlab/dcm2niix i…

    …nto development
    Rob Reid committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    32b88e3 View commit details
    Browse the repository at this point in the history
  3. Removes Manufacturer column

    Rob Reid committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    3f5f0e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Reorder

    neurolabusc committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    db7bf60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88fb502 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Add GE ASL BIDS fields

    neurolabusc committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    a6c7106 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #511 from eborisch/document-macports

    Include MacPorts option for installation.
    neurolabusc authored Jun 15, 2021
    Configuration menu
    Copy the full SHA
    4fc19d0 View commit details
    Browse the repository at this point in the history
  3. Adds a script to extract units from README.md

    Rob Reid committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    fd4a3b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Configuration menu
    Copy the full SHA
    9af237f View commit details
    Browse the repository at this point in the history
  2. New tags

    neurolabusc committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    f1480b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09dfdb7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70da450 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'development' of https://github.com/rordenlab/dcm2niix i…

    …nto development
    Rob Reid committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    12254cd View commit details
    Browse the repository at this point in the history
  6. Adjusts header levels

    Rob Reid committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    81b1498 View commit details
    Browse the repository at this point in the history
  7. Update GE ASL details

    neurolabusc committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    caf2021 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2538b08 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Configuration menu
    Copy the full SHA
    d4737e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. clang-format cleanup

    neurolabusc committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    1de5e5b View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Configuration menu
    Copy the full SHA
    59ad703 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Configuration menu
    Copy the full SHA
    c04f4e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2021

  1. UIH uodates

    neurolabusc committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    9d4e1d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03748a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Configuration menu
    Copy the full SHA
    1790fcd View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Configuration menu
    Copy the full SHA
    21e9030 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. 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`.
    ningfei committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    358fb90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1ef09f View commit details
    Browse the repository at this point in the history
  3. Remove redundancy

    neurolabusc committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    2554af6 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2021

  1. @baxpr kludge (#529)

    neurolabusc committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    6cdd3f5 View commit details
    Browse the repository at this point in the history
  2. Handle Philips images where 2005,1063 is set to zero for all volumes,…

    … see Magdeburg_2014 from dcm_qa_philips Philips MR 51.0
    neurolabusc committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    acfe637 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89de6e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Configuration menu
    Copy the full SHA
    ff74861 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Configuration menu
    Copy the full SHA
    f318958 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1f0d30 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. Configuration menu
    Copy the full SHA
    b640b75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9510d4c View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. Configuration menu
    Copy the full SHA
    1ca9ea4 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. 0020,9157 if dcuncat, use 0020,0013 if 0019,10A2; 0020,0100; 2005,106…

    …3; 2005,1413 do not vary (#529)
    neurolabusc committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    11b10c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Optional compilation to disable kludge for issue 532, e.g. "make CFLA…

    …GS=-DmyDisableGEPEPolarFlip" (#532)
    neurolabusc committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    3a62915 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Configuration menu
    Copy the full SHA
    66a4fd0 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Set repetitionTimePreparation for known ASL sequences, reduce verbosi…

    …ty of slice re-ordering, improve ECAT success/failure warnings.
    neurolabusc committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    3d01b54 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. issue 539 (#539)

    neurolabusc committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    a761412 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22c4714 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b0eb89 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #541 from DimitriPapadopoulos/codespell

    Thanks. Applied.
    neurolabusc authored Sep 11, 2021
    Configuration menu
    Copy the full SHA
    17b4829 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Verbose = 2 will report ProtocolBlockGE (0025,101B) for all GE scans …

    …(not only if slice timing is calculated)
    neurolabusc committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    c662f4c View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Configuration menu
    Copy the full SHA
    4445198 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    9f2a6fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f89dc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30bed63 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Issue 544 (#544)

    neurolabusc committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    001336f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce5adb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. GE early HyperBand

    mr-jaemin committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    0ac10fd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #545 from mr-jaemin/development

    Thanks. Resolves [issue 544](#544).
    neurolabusc authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    6798e0e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    532655c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

  1. Configuration menu
    Copy the full SHA
    c5a5baa View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Configuration menu
    Copy the full SHA
    7fce63a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #548 from mr-jaemin/development

    Remove warning for early GE HyperBand dataset after validation
    neurolabusc authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    e19c0ae View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Configuration menu
    Copy the full SHA
    5e6e87d View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Configuration menu
    Copy the full SHA
    acdc1eb View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Unify PASL JSON tags.

    neurolabusc committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    b974ddc View commit details
    Browse the repository at this point in the history
  2. Update dcm_qa submodule.

    neurolabusc committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    48f369d View commit details
    Browse the repository at this point in the history