-
Notifications
You must be signed in to change notification settings - Fork 43
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
Update to version 2.7.0 #774
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merge pull request #753 from schorschinho/develop
- fixed some issues with the compile script and added proper version numbering example.
Update compile script
See issue #757; pre-averaged IMA/DCM data which shared a folder with other items could not be loaded correctly.
Increment third digit
Allow loading of individual DICOM data files
- Universal sequence was not identified correctly due to the ismodWIP flag. - VD13 fix for average dimension identification was incorrectly implemented
[BUG FIX] - VE11 universal loader not working - io_loadspec_twix
Fixed a typo
Update 05-tutorial_cmd.Rmd
For easier version numbering a single json file is used for the versioning and release dates. It is located in the settings folder.
Add single json for versioning
…d Edden - Corrected the frequency range for water SNR to be calcualted between 3.7 to 5.7 instead of the default empty parameters for op_getSNR (1.8 to 2.2 ppm which assume NAA)
[BUG FIX] - SNR of water spectra not correct - OspreyProcess - Richar…
- added missing )
CI caught an error in last commit
New flags may be specified to perform atals-based relaxation correction (opts.quantify.RelaxationAtlas & opts.quantify.RelaxationAtlasAge). The atlas NIfTI and lookup table are saved in a subfolder of the quantify directory. This will need to be downloaded and manually selected if the compiled version is used.
Add option for atlas-based relaxation correction
Avoid error with non-atlas analyses.
Bugfix Atlas implementation
- additional bugfix of new atals quantification
Bugfix atlas quantify
- update version number for release
Prepare release v.2.7.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge changes from develop to master