-
Notifications
You must be signed in to change notification settings - Fork 9
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
Upload to NV comand line tool #12
Comments
I like the idea. @ljchang what do you think? Will it fit in your workflow? $ neurovault create My collection
id: 1167
name: My collection
... $ neurovault upload 1167 name='some nifti' map_type='Z' modality='fMRI-BOLD' /path/to/nifti.nii.gz
id: 24369
name: some nifti
image_type: statistic_map
map_type: Z map
modality: fMRI-BOLD
modify_date: 2016-08-03T23:32:55Z
url: http://neurovault.org/images/24369/
file: http://neurovault.org/media/images/1167/motor_lips_1.nii.gz
... |
This sounds like a good plan to me. I'm also planning on adding as a method to nltools.data.Brain_Data(). |
I think there are two use cases here:
|
Hi folks. Did this feature ever get implemented? Just found this issue after doing some googling. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be awesome to have a simple
upload_to_neurovault
command line tool that takes a nifti file and a minimal set of metadata.This would be really cool!
The text was updated successfully, but these errors were encountered: