-
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
Error when converting transform formats #17
Comments
For a bit more background on what we're trying to do: we'd ultimately like to transform some images from JRC2010 space to the FlyEM Hemibrain space. Because the only available hemibrain-JRC2018 transform here is in .h5 format we have tried the conversion approach above, so that we can then use cmtk to make these transforms. An alternative approach we have tried is to use your transformImage to directly transform our images using the shared .h5 transforms. However we run into a separate issue using transformImage, which also appears when we use the sample data, in particular we get out of bounds errors like Either of these routes would work for our purposes. Alternatively, if you already have a .nii version of the JRC2018-FlyEMHemibrain transform that you could post to the templates page we could use cmtk to do the necessary transformations. |
Thanks for finding and reporting these. For the second issue:
You're referring to this example (or similar)
found on this page right? |
Yes - that's right. |
I'm going to make a new release soon, will keep you posted here. |
Hi @mhturner , Unfortunately, a new release will be delayed slightly because I need to wait for a new version of a dependency. However, you can install the latest version of the code by:
then running the Thanks again for reporting this, and your patience. |
Hi @bogovicj, |
Hi - thanks so much for these resources! We're having an issue trying to convert a couple of .h5 transforms to the cmtk format. We tried running the examples, with the sample data, here:
https://github.com/saalfeldlab/template-building/wiki/Usage-examples#converting-transforms
but on a couple different machines (one OSX and one linux) are getting this error:
and a similar error for
convertDfield
could you help point me in the direction of what might be missing in our installation? I'm not sure what gaussDs.cp is a part of, or where to get it.
The text was updated successfully, but these errors were encountered: