pingmapper 5.0.12__tar.gz → 5.0.14__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.
- {pingmapper-5.0.12 → pingmapper-5.0.14}/PKG-INFO +1 -1
- {pingmapper-5.0.12 → pingmapper-5.0.14}/pingmapper/class_sonObj.py +4 -1
- {pingmapper-5.0.12 → pingmapper-5.0.14}/pingmapper/default_params.json +1 -0
- pingmapper-5.0.14/pingmapper/version.py +1 -0
- {pingmapper-5.0.12 → pingmapper-5.0.14}/pingmapper.egg-info/PKG-INFO +1 -1
- pingmapper-5.0.12/pingmapper/version.py +0 -1
- {pingmapper-5.0.12 → pingmapper-5.0.14}/LICENSE +0 -0
- {pingmapper-5.0.12 → pingmapper-5.0.14}/README.md +0 -0
- {pingmapper-5.0.12 → pingmapper-5.0.14}/pingmapper/__init__.py +0 -0
- {pingmapper-5.0.12 → pingmapper-5.0.14}/pingmapper/__main__.py +0 -0
- {pingmapper-5.0.12 → pingmapper-5.0.14}/pingmapper/class_mapSubstrateObj.py +0 -0
- {pingmapper-5.0.12 → pingmapper-5.0.14}/pingmapper/class_portstarObj.py +0 -0
- {pingmapper-5.0.12 → pingmapper-5.0.14}/pingmapper/class_rectObj.py +0 -0
- {pingmapper-5.0.12 → pingmapper-5.0.14}/pingmapper/class_sonObj_nadirgaptest.py +0 -0
- {pingmapper-5.0.12 → pingmapper-5.0.14}/pingmapper/funcs_common.py +0 -0
- {pingmapper-5.0.12 → pingmapper-5.0.14}/pingmapper/funcs_model.py +0 -0
- {pingmapper-5.0.12 → pingmapper-5.0.14}/pingmapper/funcs_rectify.py +0 -0
- {pingmapper-5.0.12 → pingmapper-5.0.14}/pingmapper/gui_main.py +0 -0
- {pingmapper-5.0.12 → pingmapper-5.0.14}/pingmapper/main_mapSubstrate.py +0 -0
- {pingmapper-5.0.12 → pingmapper-5.0.14}/pingmapper/main_readFiles.py +0 -0
- {pingmapper-5.0.12 → pingmapper-5.0.14}/pingmapper/main_rectify.py +0 -0
- {pingmapper-5.0.12 → pingmapper-5.0.14}/pingmapper/test_PINGMapper.py +0 -0
- {pingmapper-5.0.12 → pingmapper-5.0.14}/pingmapper/test_time.py +0 -0
- {pingmapper-5.0.12 → pingmapper-5.0.14}/pingmapper.egg-info/SOURCES.txt +0 -0
- {pingmapper-5.0.12 → pingmapper-5.0.14}/pingmapper.egg-info/dependency_links.txt +0 -0
- {pingmapper-5.0.12 → pingmapper-5.0.14}/pingmapper.egg-info/requires.txt +0 -0
- {pingmapper-5.0.12 → pingmapper-5.0.14}/pingmapper.egg-info/top_level.txt +0 -0
- {pingmapper-5.0.12 → pingmapper-5.0.14}/setup.cfg +0 -0
- {pingmapper-5.0.12 → pingmapper-5.0.14}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pingmapper
|
|
3
|
-
Version: 5.0.
|
|
3
|
+
Version: 5.0.14
|
|
4
4
|
Summary: Open-source interface for processing recreation-grade side scan sonar datasets and reproducibly mapping benthic habitat
|
|
5
5
|
Author: Cameron Bodine, Daniel Buscombe
|
|
6
6
|
Author-email: bodine.cs@gmail.email
|
|
@@ -1522,7 +1522,10 @@ class sonObj(object):
|
|
|
1522
1522
|
|
|
1523
1523
|
# Set stride based on first image
|
|
1524
1524
|
# stride = int(round(a_img.shape[1] * stride, 0))
|
|
1525
|
-
|
|
1525
|
+
if stride == 0:
|
|
1526
|
+
to_stride = 1
|
|
1527
|
+
else:
|
|
1528
|
+
to_stride = int(round(self.nchunk * stride, 0))
|
|
1526
1529
|
|
|
1527
1530
|
# Set window size based on first image
|
|
1528
1531
|
# winSize = a_img.shape[1]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '5.0.14'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pingmapper
|
|
3
|
-
Version: 5.0.
|
|
3
|
+
Version: 5.0.14
|
|
4
4
|
Summary: Open-source interface for processing recreation-grade side scan sonar datasets and reproducibly mapping benthic habitat
|
|
5
5
|
Author: Cameron Bodine, Daniel Buscombe
|
|
6
6
|
Author-email: bodine.cs@gmail.email
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '5.0.12'
|
|
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
|
|
File without changes
|