forked from dipy/dipy
-
Notifications
You must be signed in to change notification settings - Fork 5
Adds Sphere Object to sphere function in viz.actors #56
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
Open
thechargedneutron
wants to merge
61
commits into
Garyfallidis:cancer_spheres
Choose a base branch
from
thechargedneutron:cancer_spheres_mod_version
base: cancer_spheres
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 5 commits
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
813d5d4
Updated some core dev info
Garyfallidis ae41159
Added a few more names
Garyfallidis 3ecfa3a
Merge pull request #1517 from Garyfallidis/dev_info_update
skoudoro 1af53ac
DOC: updated some developers affiliations.
jchoude f4c7e45
Merge pull request #1518 from jchoude/DOC_some_developers_affiliations
skoudoro 144cadb
Updating the documentation for the workflow creation tutorial.
c5729fc
Removed the trailing whitespaces as per the PEP8 standard.
b421f9c
Moved some older highlights and announcements to the old news files.
arokem 05d4691
Now also remove things from the front page.
arokem 34937d4
Updated the workflow_creation.py according to the recommendations mad…
b7f94ae
Added back two more news announcements.
arokem b5001ba
TST: We should be able to read values with Streamline objects.
arokem a710850
BF: Enables extracting values with Streamline objects.
arokem 202028d
PEP8
arokem 5648281
Merge pull request #1521 from arokem/old_highlights
skoudoro 23cb625
PEP8 the entire thing.
arokem 8462d3e
Merge pull request #1524 from arokem/values_from_streamlines_object
skoudoro 6bee25c
Merge pull request #1520 from parichit/doc_branch
skoudoro 04bbca4
iniital changes
thechargedneutron 2571445
extra env files deleted
thechargedneutron 2fbe4b1
minor typo fix in quickstart
ShreyasFadnavis f7b0e61
input parametrs changed
thechargedneutron 6dda3ac
Merge pull request #1529 from ShreyasFadnavis/micro
arokem 786deb6
Wrong default value for parameter 'symmetric' False in connectivity_m…
albayenes 0bdce0d
Merge pull request #1530 from albayenes/connectivity-matrix-wrong-def…
arokem cfc96f9
removed unncessary importd from sims eg
ShreyasFadnavis 1263199
doc changed
thechargedneutron 5ff2e7f
unnecessary venv files removed
thechargedneutron 8410945
Explanation that is mistakenly rendered as code fixed in example of DKI
albayenes 804f4e8
Merge pull request #1537 from ShreyasFadnavis/dipy-sims
Garyfallidis 54823e7
Remove unused attributes in UI and add better way of handling absolut…
MarcCote 50acf99
Remove FileMenu2D in favor of ListBox2D.
MarcCote 5e061da
BF: button placement in viz_ui.py.
MarcCote ee6eee3
Rebased + update viz examples
MarcCote 8d29466
Add Disk2D and use it as sliders' handle
MarcCote f370c80
Do not start session in viz example
MarcCote 98b6565
Addressed @skoudoro comments
MarcCote bbd9808
Renamed DiskSlider2D to RingSlider2D
MarcCote afab328
Refactor get_actors
MarcCote c17a642
Rename DiskSlider to RingSlider
MarcCote c67a2df
Removed debugging BoundingBox
MarcCote 866e26c
Remove empty line at the end of dosctring
MarcCote 3c4eaf0
PEP8
MarcCote f1991f0
change for cvxpy - missing strict inequalities
Borda 8110b02
update test asserts: equal -> almost_equal
Borda d1bdee5
DOC: Update Rafael's current institution.
ba39896
Merge pull request #1536 from jhlegarreta/UpdateRNHCurrentInstitution
arokem acda6e1
Merge pull request #1538 from albayenes/fix-explanation-of-code-in-ex…
arokem 6fdbb63
Add tests files
MarcCote d8fb000
Merge pull request #1492 from MarcCote/enh_ui_components_positioning2
Garyfallidis 7aeb622
Added DIPY reference in README.rst
Garyfallidis 2c48473
Link the reference
Garyfallidis f95d1e6
Merge pull request #1545 from Garyfallidis/readme_ref
arokem df6d880
References to reference
Garyfallidis e1422d7
Merge pull request #1546 from Garyfallidis/readme_ref2
arokem 1db31a9
Fixed references per request of @garyfallidis.
kesshijordan 2475685
Merge pull request #1542 from Borda/fix_4_cvxpy
skoudoro fa7b35e
fix potential zero division in demon regist.
Borda 88e132a
Merge pull request #1548 from kesshijordan/fix_boot_reference
Garyfallidis 4484514
Merge pull request #1540 from Borda/fix_div_zero
skoudoro 0e3c38f
Merge branch 'master' of https://github.com/nipy/dipy into cancer_sph…
thechargedneutron File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @thechargedneutron you will need to rebase this on top of dipy#1528 (my many_spheres branch) and update the test too.