-
Notifications
You must be signed in to change notification settings - Fork 259
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
WIP: adding Philips XML/REC support #683
Open
grlee77
wants to merge
16
commits into
nipy:master
Choose a base branch
from
grlee77:xmlrec_v2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Oct 18, 2018
-
Philips now encourages the XML-style headers over the older PAR format. This initial implementation reads the XML file, converting each field to its PAR file equivalent and then inherits from the PARRECHeader and PARRECImage to avoid excessive code duplication.
Configuration menu - View commit details
-
Copy full SHA for 64ed188 - Browse repository at this point
Copy the full SHA 64ed188View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ff1826 - Browse repository at this point
Copy the full SHA 1ff1826View commit details
Commits on Oct 19, 2018
-
Assign an enumerated value of -1 in the PAR image_defs header for unr…
…ecognized enum strings. add an error message with a hint regarding truncated XML files
Configuration menu - View commit details
-
Copy full SHA for df2751e - Browse repository at this point
Copy the full SHA df2751eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c405c1 - Browse repository at this point
Copy the full SHA 8c405c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4636b2 - Browse repository at this point
Copy the full SHA a4636b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 570a7ed - Browse repository at this point
Copy the full SHA 570a7edView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbeb710 - Browse repository at this point
Copy the full SHA bbeb710View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7a9edc - Browse repository at this point
Copy the full SHA a7a9edcView commit details -
Add XML/REC support to parrec2nii.py
Add an xmlrec2nii command line script. This currently is identical to parrec2nii because the underlying function now supports both formats.
Configuration menu - View commit details
-
Copy full SHA for ed43e97 - Browse repository at this point
Copy the full SHA ed43e97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fa6810 - Browse repository at this point
Copy the full SHA 5fa6810View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10bf7cc - Browse repository at this point
Copy the full SHA 10bf7ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d62119 - Browse repository at this point
Copy the full SHA 8d62119View commit details
Commits on Oct 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d7bf693 - Browse repository at this point
Copy the full SHA d7bf693View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd88ccd - Browse repository at this point
Copy the full SHA fd88ccdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7048640 - Browse repository at this point
Copy the full SHA 7048640View commit details -
fix bug in conversion of Boolean entries from string such as 'N' and 'Y'
prior to this commit, both would get stored as true because bool('N') == True
Configuration menu - View commit details
-
Copy full SHA for 4068548 - Browse repository at this point
Copy the full SHA 4068548View commit details
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.