Adds Sphere Object to sphere function in viz.actors#56
Adds Sphere Object to sphere function in viz.actors#56thechargedneutron wants to merge 61 commits into
Conversation
Dev info update
…tions DOC: updated some developers affiliations.
1) This change will be reflected on the page http://nipy.org/dipy/examples_built/workflow_creation.html#example-workflow-creation 2) Added one more import statement to import the AppendTextFlow method from the workflow class. 3) Added few lines to explain why we need to import the methods.
1) The PEP8 still complains about the maximum line width but no complaints about the trailing white spaces.
…e by Serge 1) Slightly modified the comments to tell that we are creating a separate file called as my_workflow.py in <dipy/workflows> folder. 2) Removed the first line about the import statements. 3) Comments are more precise now.
Moved some older highlights and announcements to the old news files.
Values from streamlines object
Updating the documentation for the workflow creation tutorial.
| radii : float or ndarray, shape (N,) | ||
| theta : int | ||
| phi : int | ||
| sphere_obj : ndarray, shape (N,) |
There was a problem hiding this comment.
Should be a Sphere object.
or have different parameters for vertices and faces.
There was a problem hiding this comment.
But one object can only map to one sphere and we won't be able to map many spheres. Is this a desired behaviour?
There was a problem hiding this comment.
I guess array of objects suits our purpose. Having an object would make only one sphere. RIght?
|
@Garyfallidis @thechargedneutron what if we need to visualise just
|
|
@ranveeraggarwal Yeah I forgot to consider the case when we do not pass anything except |
|
@thechargedneutron, @ranveeraggarwal I had more thoughts about this. We shouldn't add a sphere object as one of the parameters. Because the viz parts will become an independent project. The Sphere object is strictly dipy related and will probably stay in dipy. |
minor typo fix in quickstart
…atrix function in tracking.utils was corrected as True.
…-default-parameter-in-doc-for-symmetric Wrong default value for parameter 'symmetric' connectivity_matrix function
Update Rafael's current institution.
…tion DOC: Update Rafael's current institution.
…n-example-reconst-dki Explanation that is mistakenly rendered as code fixed in example of DKI
…ing2 Enh ui components positioning (with code refactoring)
Adding a reference in README.rst
References to reference
fix for using cvxpy solver
Fixed references per request of @Garyfallidis.
fix potential zero division in demon regist.
…eres_mod_version
This change is inspired from https://github.com/nipy/dipy/blob/6bee25c1d25acc1437752be0e166acce42bfed84/doc/examples/viz_surfaces.py#L92 .
I am not sure of this addition would override the existing polyData. Even if it does, we can merge the different things later.
I may be on a wrong track. Please correct me if I am going wrong.
Ping @Garyfallidis .