pingmapper 5.0.0__py3-none-any.whl → 5.0.1__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/main_readFiles.py +0 -1
- pingmapper/version.py +1 -1
- {pingmapper-5.0.0.dist-info → pingmapper-5.0.1.dist-info}/METADATA +1 -1
- {pingmapper-5.0.0.dist-info → pingmapper-5.0.1.dist-info}/RECORD +8 -8
- {pingmapper-5.0.0.data → pingmapper-5.0.1.data}/data/pingmapper_config/default_params.json +0 -0
- {pingmapper-5.0.0.dist-info → pingmapper-5.0.1.dist-info}/WHEEL +0 -0
- {pingmapper-5.0.0.dist-info → pingmapper-5.0.1.dist-info}/licenses/LICENSE +0 -0
- {pingmapper-5.0.0.dist-info → pingmapper-5.0.1.dist-info}/top_level.txt +0 -0
pingmapper/main_readFiles.py
CHANGED
|
@@ -1002,7 +1002,6 @@ def read_master_func(logfilename='',
|
|
|
1002
1002
|
dep = savgol_filter(dep, 51, 3)
|
|
1003
1003
|
|
|
1004
1004
|
# Interpolate over nan's (and set zero's to nan)
|
|
1005
|
-
dep = dep.to_numpy()
|
|
1006
1005
|
dep[dep==0] = np.nan
|
|
1007
1006
|
nans, x = np.isnan(dep), lambda z: z.nonzero()[0]
|
|
1008
1007
|
dep[nans] = np.interp(x(nans), x(~nans), dep[~nans])
|
pingmapper/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '5.0.
|
|
1
|
+
__version__ = '5.0.1'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pingmapper
|
|
3
|
-
Version: 5.0.
|
|
3
|
+
Version: 5.0.1
|
|
4
4
|
Summary: Open-source interface for processing recreation-grade side scan sonar datasets and reproducibly mapping benthic habitat
|
|
5
5
|
Author: Cameron Bodine
|
|
6
6
|
Author-email: bodine.cs@gmail.email
|
|
@@ -9,14 +9,14 @@ pingmapper/funcs_model.py,sha256=dO9J4-0s1COggHkSUqHFC1qKTs20A6PSvkDqXWMUT6A,791
|
|
|
9
9
|
pingmapper/funcs_rectify.py,sha256=bAFWbNr4dyOuQzF1j4Je-K4zxfJZUjISc0nYrOot8Ng,12418
|
|
10
10
|
pingmapper/gui_main.py,sha256=5JsOYqRu146T1xhRgYC9ag3vnpRWqa2PDuJky595YA0,34780
|
|
11
11
|
pingmapper/main_mapSubstrate.py,sha256=E7jYmKHATXSk5XWhPR-pWH0288wurhX5ph94Gp_v0eg,21217
|
|
12
|
-
pingmapper/main_readFiles.py,sha256=
|
|
12
|
+
pingmapper/main_readFiles.py,sha256=j5YueUGVbQeNC9UC_InP_gA-hfcOit_QmRYHLRYBhUc,55289
|
|
13
13
|
pingmapper/main_rectify.py,sha256=818lQDTrtLQ-pMK6lbLBRMJ9tA0KdS9creRArnqj_Jg,19913
|
|
14
14
|
pingmapper/test_PINGMapper.py,sha256=-SYMsdK-tTodXp5dCFSWPn-KRN7-OjX6OwjQ2-8hQg0,14176
|
|
15
15
|
pingmapper/test_time.py,sha256=uHT0mtLDP1J6w-snoELyk4UzZ2LrDeF6jGgJJVloalg,750
|
|
16
|
-
pingmapper/version.py,sha256=
|
|
17
|
-
pingmapper-5.0.
|
|
18
|
-
pingmapper-5.0.
|
|
19
|
-
pingmapper-5.0.
|
|
20
|
-
pingmapper-5.0.
|
|
21
|
-
pingmapper-5.0.
|
|
22
|
-
pingmapper-5.0.
|
|
16
|
+
pingmapper/version.py,sha256=9tYG6TjO3vfMnMVkU2VyP-q82n6Kd8evmAb7XV7GaeE,21
|
|
17
|
+
pingmapper-5.0.1.data/data/pingmapper_config/default_params.json,sha256=YA9Rx1PSdUy4cTq-vtKORo3nNLisCYNOeUBxClldmHs,1285
|
|
18
|
+
pingmapper-5.0.1.dist-info/licenses/LICENSE,sha256=lowDp_th1CGR0Z224a-jYRi-oNFe_0fdldL3USXhX-k,1095
|
|
19
|
+
pingmapper-5.0.1.dist-info/METADATA,sha256=Gl7UVCnUqQTttQHSGmumoF1y16ggIhS28JUE1uPuRLQ,9173
|
|
20
|
+
pingmapper-5.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
21
|
+
pingmapper-5.0.1.dist-info/top_level.txt,sha256=RlV4sDoE3uIIDzNMOjN2t012Ia_jsblNVojJvg4q84w,11
|
|
22
|
+
pingmapper-5.0.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|