amaazetools 0.2.4__tar.gz → 0.2.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {amaazetools-0.2.4/amaazetools.egg-info → amaazetools-0.2.5}/PKG-INFO +1 -1
- {amaazetools-0.2.4 → amaazetools-0.2.5}/amaazetools/dicom.py +2 -0
- {amaazetools-0.2.4 → amaazetools-0.2.5/amaazetools.egg-info}/PKG-INFO +1 -1
- {amaazetools-0.2.4 → amaazetools-0.2.5}/pyproject.toml +1 -1
- {amaazetools-0.2.4 → amaazetools-0.2.5}/LICENSE +0 -0
- {amaazetools-0.2.4 → amaazetools-0.2.5}/MANIFEST.in +0 -0
- {amaazetools-0.2.4 → amaazetools-0.2.5}/README.md +0 -0
- {amaazetools-0.2.4 → amaazetools-0.2.5}/amaazetools/__init__.py +0 -0
- {amaazetools-0.2.4 → amaazetools-0.2.5}/amaazetools/edge_detection.py +0 -0
- {amaazetools-0.2.4 → amaazetools-0.2.5}/amaazetools/mesh_segmentation.py +0 -0
- {amaazetools-0.2.4 → amaazetools-0.2.5}/amaazetools/svi.py +0 -0
- {amaazetools-0.2.4 → amaazetools-0.2.5}/amaazetools/trimesh.py +0 -0
- {amaazetools-0.2.4 → amaazetools-0.2.5}/amaazetools.egg-info/SOURCES.txt +0 -0
- {amaazetools-0.2.4 → amaazetools-0.2.5}/amaazetools.egg-info/dependency_links.txt +0 -0
- {amaazetools-0.2.4 → amaazetools-0.2.5}/amaazetools.egg-info/requires.txt +0 -0
- {amaazetools-0.2.4 → amaazetools-0.2.5}/amaazetools.egg-info/top_level.txt +0 -0
- {amaazetools-0.2.4 → amaazetools-0.2.5}/setup.cfg +0 -0
- {amaazetools-0.2.4 → amaazetools-0.2.5}/setup.py +0 -0
- {amaazetools-0.2.4 → amaazetools-0.2.5}/src/cextensions.c +0 -0
- {amaazetools-0.2.4 → amaazetools-0.2.5}/src/memory_allocation.c +0 -0
- {amaazetools-0.2.4 → amaazetools-0.2.5}/src/memory_allocation.h +0 -0
- {amaazetools-0.2.4 → amaazetools-0.2.5}/src/mesh_operations.c +0 -0
- {amaazetools-0.2.4 → amaazetools-0.2.5}/src/mesh_operations.h +0 -0
- {amaazetools-0.2.4 → amaazetools-0.2.5}/src/svi_computations.c +0 -0
- {amaazetools-0.2.4 → amaazetools-0.2.5}/src/svi_computations.h +0 -0
- {amaazetools-0.2.4 → amaazetools-0.2.5}/src/vector_operations.h +0 -0
|
@@ -370,6 +370,7 @@ def surface_bones(directory, iso=2500, write_gif=False, mirror=False):
|
|
|
370
370
|
J = rescale(I.astype(float),(dz/dx,1,1),mode='constant')
|
|
371
371
|
|
|
372
372
|
if mirror:
|
|
373
|
+
print("Correcting for mirroring...")
|
|
373
374
|
J = J[::-1,:,:]
|
|
374
375
|
|
|
375
376
|
#Marching cubes for isosurface
|
|
@@ -886,6 +887,7 @@ def surfacing_subproc(filename,directory,iso_level,write_gif=False,mirror=False)
|
|
|
886
887
|
J = rescale(I.astype(float),(dz/dx,1,1),mode='constant')
|
|
887
888
|
|
|
888
889
|
if mirror:
|
|
890
|
+
print("Correcting for mirroring...")
|
|
889
891
|
J = J[::-1,:,:]
|
|
890
892
|
|
|
891
893
|
try:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|