pingmapper 5.0.17__py3-none-any.whl → 5.0.18__py3-none-any.whl
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/class_portstarObj.py +2 -2
- pingmapper/main_readFiles.py +1 -1
- pingmapper/version.py +1 -1
- {pingmapper-5.0.17.dist-info → pingmapper-5.0.18.dist-info}/METADATA +1 -1
- {pingmapper-5.0.17.dist-info → pingmapper-5.0.18.dist-info}/RECORD +9 -9
- {pingmapper-5.0.17.data → pingmapper-5.0.18.data}/data/pingmapper_config/default_params.json +0 -0
- {pingmapper-5.0.17.dist-info → pingmapper-5.0.18.dist-info}/WHEEL +0 -0
- {pingmapper-5.0.17.dist-info → pingmapper-5.0.18.dist-info}/licenses/LICENSE +0 -0
- {pingmapper-5.0.17.dist-info → pingmapper-5.0.18.dist-info}/top_level.txt +0 -0
pingmapper/class_portstarObj.py
CHANGED
|
@@ -1605,8 +1605,8 @@ class portstarObj(object):
|
|
|
1605
1605
|
starDF['dep_m_adjBy'] = str(adjDep / starDF['pixM']) + ' pixels'
|
|
1606
1606
|
|
|
1607
1607
|
# Interpolate over nan's (and set zeros to nan)
|
|
1608
|
-
portDep = portDF['dep_m'].to_numpy()
|
|
1609
|
-
starDep = starDF['dep_m'].to_numpy()
|
|
1608
|
+
portDep = portDF['dep_m'].to_numpy(copy=True)
|
|
1609
|
+
starDep = starDF['dep_m'].to_numpy(copy=True)
|
|
1610
1610
|
|
|
1611
1611
|
portDep[portDep == 0] = np.nan
|
|
1612
1612
|
starDep[starDep == 0] = np.nan
|
pingmapper/main_readFiles.py
CHANGED
|
@@ -1090,7 +1090,7 @@ def read_master_func(logfilename='',
|
|
|
1090
1090
|
sonDF['dep_m_smth'] = False
|
|
1091
1091
|
sonDF['dep_m_adjBy'] = adjDep
|
|
1092
1092
|
|
|
1093
|
-
dep = sonDF['inst_dep_m']
|
|
1093
|
+
dep = sonDF['inst_dep_m'].to_numpy(copy=True)
|
|
1094
1094
|
|
|
1095
1095
|
if smthDep:
|
|
1096
1096
|
dep = savgol_filter(dep, 51, 3)
|
pingmapper/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '5.0.
|
|
1
|
+
__version__ = '5.0.18'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pingmapper
|
|
3
|
-
Version: 5.0.
|
|
3
|
+
Version: 5.0.18
|
|
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,7 +1,7 @@
|
|
|
1
1
|
pingmapper/__init__.py,sha256=8zLGg-DfQhnDl2Ky0n-zXpN-8e-g7iR0AcaI4l4Vvpk,32
|
|
2
2
|
pingmapper/__main__.py,sha256=dgFUyR5ZtgcrSOkq0EdLj_OZVdBKzsP0iHw2V0791wM,1367
|
|
3
3
|
pingmapper/class_mapSubstrateObj.py,sha256=txB9YqXfVgDFi628jo2F1RtEw1lCNR8wYpkhy94bn0U,37036
|
|
4
|
-
pingmapper/class_portstarObj.py,sha256=
|
|
4
|
+
pingmapper/class_portstarObj.py,sha256=YKh6Mk9_sQTNYslZrPTsiRWP0-H9w5wz5PL6734wvUI,108020
|
|
5
5
|
pingmapper/class_rectObj.py,sha256=JSfSIa5hckvcB8uFMkBMa0Vz4J6aGPWq346RzowfiMQ,96327
|
|
6
6
|
pingmapper/class_sonObj.py,sha256=YLAn2TPQeX1R8I4IxG2ri--bp3RMZHVM4F_Nhr3h3ww,78263
|
|
7
7
|
pingmapper/class_sonObj_nadirgaptest.py,sha256=DSFgjEgpwPgDZslw0vXGGBNFYlcoUa2Ufbr8i_Uqdhc,76915
|
|
@@ -10,14 +10,14 @@ pingmapper/funcs_model.py,sha256=K3dLDSqS7_4e0tzNy0jD9ms6Q7N14XrPFHMFUYmA6nI,985
|
|
|
10
10
|
pingmapper/funcs_rectify.py,sha256=bAFWbNr4dyOuQzF1j4Je-K4zxfJZUjISc0nYrOot8Ng,12418
|
|
11
11
|
pingmapper/gui_main.py,sha256=yW50qv2pNM4C10_W2-uj881EAl9SX6h67GwxPSn-l9U,34682
|
|
12
12
|
pingmapper/main_mapSubstrate.py,sha256=l16mSGiAyeOD2gUyFdTXcyRQhrOMJ_vy-wQzyAWHXzM,20967
|
|
13
|
-
pingmapper/main_readFiles.py,sha256=
|
|
13
|
+
pingmapper/main_readFiles.py,sha256=v6qthTlc90EGYZK5G4IDCaVxMknPB-SIlwuiUd4V_aI,56153
|
|
14
14
|
pingmapper/main_rectify.py,sha256=QEcnQBNRrp31Vl2EsInDW8J_rG-_fVNMcmkuL9o1waw,19953
|
|
15
15
|
pingmapper/test_PINGMapper.py,sha256=-SYMsdK-tTodXp5dCFSWPn-KRN7-OjX6OwjQ2-8hQg0,14176
|
|
16
16
|
pingmapper/test_time.py,sha256=uHT0mtLDP1J6w-snoELyk4UzZ2LrDeF6jGgJJVloalg,750
|
|
17
|
-
pingmapper/version.py,sha256=
|
|
18
|
-
pingmapper-5.0.
|
|
19
|
-
pingmapper-5.0.
|
|
20
|
-
pingmapper-5.0.
|
|
21
|
-
pingmapper-5.0.
|
|
22
|
-
pingmapper-5.0.
|
|
23
|
-
pingmapper-5.0.
|
|
17
|
+
pingmapper/version.py,sha256=w6u1TnBwlZUC4u_hrloSpQKEurGU06fGFTEnRgLrunE,22
|
|
18
|
+
pingmapper-5.0.18.data/data/pingmapper_config/default_params.json,sha256=NCFcjj7MF0y7ur7ufX3qwmoPjav1ICEpsi8tzVJaqRw,1305
|
|
19
|
+
pingmapper-5.0.18.dist-info/licenses/LICENSE,sha256=lowDp_th1CGR0Z224a-jYRi-oNFe_0fdldL3USXhX-k,1095
|
|
20
|
+
pingmapper-5.0.18.dist-info/METADATA,sha256=Djh1zwxMP4kqLYb6gnqTveX1IebvxUWFezxhiz_N20s,9203
|
|
21
|
+
pingmapper-5.0.18.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
22
|
+
pingmapper-5.0.18.dist-info/top_level.txt,sha256=RlV4sDoE3uIIDzNMOjN2t012Ia_jsblNVojJvg4q84w,11
|
|
23
|
+
pingmapper-5.0.18.dist-info/RECORD,,
|
{pingmapper-5.0.17.data → pingmapper-5.0.18.data}/data/pingmapper_config/default_params.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|