-
Notifications
You must be signed in to change notification settings - Fork 535
[ENH] Add PETsurfer to nipype #3437
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
114 commits
Select commit
Hold shift + click to select a range
bd0a2f8
Add mri_gtmseg to freesurfer preprocess module
mnoergaard 204ba98
Update mri_glmfit to include pharmacokinetic models
mnoergaard dbbe6dc
Add petsurfer module
mnoergaard 0d06893
Add arguments to petsurfer.py
mnoergaard 4df2bf6
Update petsurfer.py
mnoergaard 552d6b9
Update petsurfer.py
mnoergaard 7fc4887
Update petsurfer.py
mnoergaard bf37e28
Update petsurfer.py
mnoergaard f6e58ed
Update __init__.py
mnoergaard 8c9b00e
Update petsurfer.py
mnoergaard 32ce6ec
Update petsurfer.py
mnoergaard 566c4c6
Update petsurfer.py
mnoergaard 06d2279
Update petsurfer.py
mnoergaard 0e16755
minor updates to petsurfer.py
mnoergaard 4374348
Update docstring for mri_gtmpvc
mnoergaard 2c56ae7
Add output specs for mri_gtmpvc
mnoergaard f046d55
Update logan function to correct output (bp)
mnoergaard cd0afae
Update petsurfer.py
mnoergaard d52ac5c
Update petsurfer.py
mnoergaard 0755948
update petsurfer.py
avneetreen 03656b3
update petsurfer.py
avneetreen 08f9c7c
Merge pull request #1 from avneet14027/add_pet_freesurfer
mnoergaard 5be8307
Add save-yhat flag to MRTM2 class
mnoergaard d8b90eb
Remove gtmseg part from preprocess.py
mnoergaard e957416
Update mrtm2 and logan spec
mnoergaard 603c3ef
Add k2prime output to MRTM class
mnoergaard 51fafbf
Add documentation for LoganRef class
mnoergaard ea8e89d
Update documentation LoganRef class
mnoergaard 2c0e384
os.join --> os.path.join
b9039d6
Merge branch 'add_pet_freesurfer' into add_pet_freesurfer
mnoergaard e2a37fa
Merge pull request #2 from avneet14027/add_pet_freesurfer
mnoergaard c8dea59
[FIX[ syntax
pwighton ad75db2
Merge pull request #4 from pwighton/add_pet_freesurfer
mnoergaard 2d30c25
Add input file and registration pet2anat in outputs
mnoergaard f3defbc
Merge branch 'add_pet_freesurfer' of https://github.com/mnoergaard/ni…
mnoergaard 68f31f3
Add registration file to go from PET to anat
mnoergaard 4fee855
Add muller gartner to GTMPVC
mnoergaard 4b0b02f
Add RBV PVC to GTMPVC
mnoergaard 2f8bd52
Add adaptive GTM to mri_gtmpvc class
mnoergaard 0076996
Add output files for yhat and conditional arguments in the GTMPVC class
mnoergaard acb2a4a
Update params for adaptive GTM
mnoergaard 85cc3de
FIX: Restore surf01.vtk, remove .surf01.vtk.icloud
effigies c527299
Merge remote-tracking branch 'upstream/master' into add_pet_freesurfer
effigies 9db1d7a
Remove FSVersion = Info.looseversion().vstring from petsurfer.py
mnoergaard 28cd5cc
Add empty ref_tac.dat, tac.nii and timing.dat to nipype/testing/data
mnoergaard 1206659
Merge branch 'add_pet_freesurfer' of https://github.com/mnoergaard/ni…
mnoergaard 79f48c5
Add empty files sub-01_ses-baseline_pet.nii.gz and gtmseg.nii for tes…
mnoergaard 2569fe7
update mrtm command line argument in docstring
mnoergaard e594206
Update empty nifti files
mnoergaard e4924b7
Merge branch 'add_pet_freesurfer' of https://github.com/mnoergaard/ni…
mnoergaard 2711bba
TEST: Truncate test file
effigies b7113ff
Merge remote-tracking branch 'upstream/master' into add_pet_freesurfer
effigies 988c382
STY: black [ignore-rev]
effigies 32446b8
TEST: make specs
effigies 09256ef
TEST: Additional test data files
effigies e943cdc
FIX: Cleanup some doctests and input traits
effigies bedde9b
TEST: make specs
effigies ff36908
update bp to bp_file
mnoergaard a7f3eaa
remove duplicate of save_yhat_with_noise
mnoergaard c8e641b
update threads flag in mri_gtmpvc
mnoergaard ffc1a26
edit name: threads -> num_threads
mnoergaard d3b27df
update opt_tol
mnoergaard 4fbd1f0
Add no-pvc flag
mnoergaard d3efa06
RF: Move most PET GLM logic to GLMFit
effigies ba8128d
FIX: typo regheader
mnoergaard bd2975e
add xor for reg_file and regheader
mnoergaard 15a6c47
FIX: remove exists=true from output spec
mnoergaard e26b974
FIX: Additional minor fixes
effigies 55340cf
FIX: Additional minor fixes
effigies 3bbcbaa
minor fix
mnoergaard 02d7e63
Merge branch 'add_pet_freesurfer' of https://github.com/mnoergaard/ni…
mnoergaard b08d003
update xor for gtmpvc
mnoergaard abc2cd7
TEST: make specs
effigies e3f56da
STY: black [ignore-rev]
effigies 2c8e2cd
remove inputmultipath for mrtm1, mrtm2 and logan
mnoergaard d499679
FIX: Update traits in GLMFit subclasses
effigies a3675c3
TEST: make specs
effigies 0fb99b2
STY: Cleanup imports
effigies 43b01a4
FIX/TEST: Finish fixing traits
effigies de58f5f
FIX: Drop initial dot from extensions for generating output filenames
effigies 0f349ca
remove exists=true from pvc_dir
mnoergaard 8c649fe
FIX: update gtm_file to out_file
mnoergaard 27f1eae
FIX: update error_file outputs to f string
mnoergaard 712e0dd
FIX: update estimate_file outputs to f string
mnoergaard ece09f3
FIX: update path join for reg_pet2anat
mnoergaard 17ecdf1
FIX: simplify expression for outputs and update --save-yhat-full-fov
mnoergaard 8752355
Merge branch 'add_pet_freesurfer' of https://github.com/mnoergaard/ni…
mnoergaard df6f48b
FIX: fix --save-yhat-with-noise and --save-yhat0
mnoergaard 5f147c1
FIX: rbv requires subject_dir to be specified
mnoergaard 6a73726
FIX: add xor to save-yhat and save-yhat-with-noise
mnoergaard 571f5c7
FIX: Add extra registrations outputs
mnoergaard f106760
FIX: remove def _format_art for GTMPVC
mnoergaard 7eb046c
FIX: add default to true for subsegwm
mnoergaard 2b8e960
FIX: update tests for gtmpvc
mnoergaard ff3390b
FIX: fix test iteration 2
mnoergaard eff6e70
FIX: fix test iteration 3
mnoergaard d223fbc
STY: black [ignore-rev]
effigies 8dbc7d2
TEST: make specs
effigies 2630b76
FIX: rename ctab to colortable
mnoergaard 0aa1801
FIX: remove gca_color_table from _ctab_inputs
mnoergaard 30a893e
FIX: rename segpvres to tissue_fraction_resolution
mnoergaard 4f2f60b
FIX: update description for rbv to include region-based voxelwise PVC…
mnoergaard 425469e
FIX: update gm flag to include correct input parameters
mnoergaard 1f4e941
FIX: rename ss to steady_state_params
mnoergaard 51e5a79
FIX: change name and trait for opt to enumeration
mnoergaard 5ecbbec
FIX: update _format_arg to accommodate optimization string and output…
mnoergaard 0c0157f
FIX: fix tests for GTMPVC
mnoergaard 7fd8ade
FIX: fix spelling in mg trait GTMPVC
mnoergaard b9716eb
STY: black [ignore-rev]
effigies ce20aa7
FIX: Update mapped values for optimization_schema
effigies b91153f
TEST/FIX: Implement argstr handling for mri_gtmpvc --mg
effigies acea195
STY: Customary to mark all options in a mandatory mutex group as mand…
effigies 26a5349
TEST: make specs
effigies 06e1193
FIX: update opt_params path
mnoergaard File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add arguments to petsurfer.py
- Loading branch information
commit 0d0689392bbd589a3d06fd47f081aa0347d8fa68
There are no files selected for viewing
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.