-
Notifications
You must be signed in to change notification settings - Fork 27
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
[Feature] Wrap image read and write #58
Comments
thanks @etpeterson for this. I will definitely go through this and drop any question which I have. |
Hello @etpeterson, thanks for the. I have some question to follow up with this.
Thank you very much. |
Yes, a command line parameter.
Yes, also parameters. I think the bids json might already contain the bvalue and bvec information, but sometimes you just have a nifti and those more simple files.
Like this, for example.
There are a variable number of arguments for different algorithms. I'm proposing that we have an additional input on the command line that sends the arguments directly into the algorithm as kwargs.
For each voxel in the image we'll run the fitting. That will generate one voxel output. From that we build an image back up. It's done here and see how it's looped, that's the voxel loop. This save step is similar to the image save, except we'll iterate the whole image first and after save.
This is actually a little out of order, running the algorithm generates the 3D images to be saved, so that's the previous answer.
|
Feature description
The fitting wrapper should be able to read and write image files. This probably would look like a small wrapper of the algorithm wrapper that loads images, sends it in, converts the output back to images, and saves it.
Describe the solution
This is the first part of this meta issue.
It should:
Describe alternatives
No response
Additional context
No response
Are you working on this?
None
The text was updated successfully, but these errors were encountered: