-
Notifications
You must be signed in to change notification settings - Fork 3
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
Hi it seems like something's wrong with the address of the example dataset #5
Comments
Hi @AndiIsBroke, could you share the contents of |
The urls return 404 errors: nipype1-examples/package/niflow/nipype1/examples/smri_ants_registration.py Lines 40 to 44 in 87a2bac
|
Ah, good find. I was unable to find files by those names in https://slicer.kitware.com/midas3/folder/298. It looks this example was contributed by @hjmjohnson in nipy/nipype@c2c10ef. Possibly he might know how to find these? |
pls see below emacs: -- mode: python; py-indent-offset: 4; indent-tabs-mode: nil --vi: set ft=python sts=4 ts=4 sw=4 et:from future import print_function, unicode_literals from future import standard_library standard_library.install_aliases() import os import urllib.request from nipype.interfaces.ants import Registration homeDir = os.getenv("HOME") MyFileURLs = [
input_images = [ reg = Registration( ` |
Hey guys, I'm new to nipype and was tryna run the 'smri_ants_registration.py' example and here's the 404 error:
dunno if that means something went wrong with my env or the dataset. Pls help.
Andi 28Feb
The text was updated successfully, but these errors were encountered: