You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have a lot of workflows that produce scalar maps (MAPMRI, NODDI, DKI, etc), but no way to get those into PyAFQ.
We need to figure out how to get these scalars into PyAFQ.
I think we have two ways we can do this, each with pros and cons.
Figure out how to have scalar maps be input into a full pyAFQ workflow.
Create an AFQBundleMapper that takes as input the outputs from a prior PyAFQ run and some scalar maps, then produces the tract profiles on those scalar maps.
I'm currently leaning towards 2, because I don't want to have to regenerate the bundles each time I want to map some scalars to them.
The text was updated successfully, but these errors were encountered:
We currently have a lot of workflows that produce scalar maps (MAPMRI, NODDI, DKI, etc), but no way to get those into PyAFQ.
We need to figure out how to get these scalars into PyAFQ.
I think we have two ways we can do this, each with pros and cons.
AFQBundleMapper
that takes as input the outputs from a prior PyAFQ run and some scalar maps, then produces the tract profiles on those scalar maps.I'm currently leaning towards 2, because I don't want to have to regenerate the bundles each time I want to map some scalars to them.
The text was updated successfully, but these errors were encountered: