Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
f5e7b13
DEMO: Added tomo demo fldr structure and seg and crop demo nb
Jul 17, 2015
6a33667
DEV: Added .zip .tar and .tar.gz to .gitignore
Jul 17, 2015
534225f
IGNORE: Added .ipynb_checkpoints to .gitignore
Jul 17, 2015
1f30e88
DEL: Deleted erroneously added .ipynb_checkpoints fldr from tomography/
Jul 17, 2015
1ad87a2
DATA: Added tmp download_data.py file. Needs modification.
Jul 19, 2015
415531b
DATA: Finished debugging download_data.py for the segmentation demo
giltis Jul 20, 2015
f8d383c
GITIGNORE: Added .SPE .volume and .setup extensions to .gitignore
giltis Jul 22, 2015
b1edb32
DEMO-DEV: ipynb -- Added addl segmentation demos and 3D visualization…
giltis Jul 22, 2015
9bd4f32
TMP: Temp commit of vtk examples and demos
Jul 23, 2015
23d308d
Merge branch 'tmp' of github.com:giltis/Demos into img_seg
giltis Jul 23, 2015
5515601
DEMO: Added VTK surface rendering examples to visualization fldr
giltis Jul 27, 2015
b53fb39
DEV: Added *.dcm to .gitignore so that DICOM files are not included
giltis Jul 27, 2015
5377f2c
DEMO: Added data download scripts and two addl demos to vis_3D
giltis Jul 27, 2015
1e1d6c6
DEV: Added the data/ folder in tomography to .gitignore
giltis Jul 27, 2015
3138087
DEMO: Updating visualization demos for pyqt and vtk. NOT COMPLETE
giltis Jul 31, 2015
d67ee1f
DEMO: Update to end-to-end demo fixing rfactor bugs. Added file_IO de…
giltis Aug 26, 2015
a354f5f
DEMO: Updates to tomography demos WIP
giltis Sep 16, 2015
a0cdef3
WIP: added 3d rendering examples
giltis Sep 17, 2015
5c03dc5
WIP: End to end minor update
giltis Sep 22, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 27 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
cover/
.coverage
.cache
nosetests.xml
coverage.xml
cover/

# Translations
*.mo
Expand All @@ -56,11 +58,32 @@ docs/_build/
#mac
.DS_Store
*~
__MACOSX/

#pycharm
.idea/*

# ipython notebook stuff
.ipynb_checkpoints/
*.npy
#Dolphin browser files
.directory/
.directory

#Binary data files
*.volume
*.am
*.tiff
*.tif
*.dat
*.DAT
*.zip
*.tar.gz
*.tar
*.SPE
*.setup
*.volume
*.dcm
data/

#generated documntation files
doc/resource/api/generated/

#iPython Notebook checkpoints
.ipynb_checkpoints
Loading