-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added tar.gz for 0.1.4 and pushed to pyPi
- Loading branch information
Showing
8 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
Metadata-Version: 1.1 | ||
Name: clarityviz | ||
Version: 0.0.4 | ||
Summary: A pipeline used to vizualize clarity treated brain images. | ||
Version: 0.1.4 | ||
Summary: A pipeline used to vizualize and analyze clarity treated brain images. | ||
Home-page: https://github.com/NeuroDataDesign/seelviz | ||
Author: Albert Lee, Jonathan Liu, Tony Sun, Luke Zhu | ||
Author-email: [email protected], [email protected], [email protected], [email protected] | ||
License: UNKNOWN | ||
Download-URL: https://github.com/alee156/clviz/tarball/0.1.4 | ||
Description: UNKNOWN | ||
Keywords: clarity,local equilization,pipeline,plot3d,plotly | ||
Keywords: clarity,brain,histogram equalization,connectivity,plotly | ||
Platform: UNKNOWN | ||
Classifier: Development Status :: 3 - Alpha | ||
Classifier: Programming Language :: Python :: 2.7 | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
LICENSE.txt | ||
MANIFEST.in | ||
README.rst | ||
setup.cfg | ||
setup.py | ||
clarityviz/__init__.py | ||
clarityviz/atlasregiongraph.py | ||
clarityviz/claritybase.py | ||
clarityviz/densitygraph.py | ||
clarityviz/analysis.py | ||
clarityviz/connectivity.py | ||
clarityviz/tractography.py | ||
clarityviz.egg-info/PKG-INFO | ||
clarityviz.egg-info/SOURCES.txt | ||
clarityviz.egg-info/dependency_links.txt | ||
clarityviz.egg-info/top_level.txt | ||
clarityviz.egg-info/top_level.txt | ||
prototype/__init__.py | ||
prototype/analysis.py | ||
prototype/clarityviz.py | ||
prototype/connectivity.py |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
clarityviz | ||
prototype |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.