pingmapper 4.2.10__py3-none-any.whl → 4.2.11__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.
@@ -36,6 +36,11 @@ SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
36
36
  PACKAGE_DIR = os.path.dirname(SCRIPT_DIR)
37
37
  sys.path.append(PACKAGE_DIR)
38
38
 
39
+ # # For debug
40
+ # from funcs_common import *
41
+ # from class_sonObj import sonObj
42
+ # from class_portstarObj import portstarObj
43
+
39
44
  from pingmapper.funcs_common import *
40
45
  from pingmapper.class_sonObj import sonObj
41
46
  from pingmapper.class_portstarObj import portstarObj
@@ -246,6 +251,11 @@ def read_master_func(logfilename='',
246
251
  | | water column present (wcp)
247
252
  '''
248
253
 
254
+ #####################################
255
+ # Show version
256
+ from pingmapper.version import __version__
257
+ print("\nPING-Mapper v{}".format(__version__))
258
+
249
259
 
250
260
  #####################################
251
261
  # Download models if they don't exist
@@ -38,6 +38,12 @@ SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
38
38
  PACKAGE_DIR = os.path.dirname(SCRIPT_DIR)
39
39
  sys.path.append(PACKAGE_DIR)
40
40
 
41
+ # # For debug
42
+ # from funcs_common import *
43
+ # from main_readFiles import read_master_func
44
+ # from main_rectify import rectify_master_func
45
+ # from main_mapSubstrate import map_master_func
46
+
41
47
  from pingmapper.funcs_common import *
42
48
  from pingmapper.main_readFiles import read_master_func
43
49
  from pingmapper.main_rectify import rectify_master_func
@@ -177,7 +183,7 @@ def test(ds):
177
183
  ## 2==Auto detect depth w/ Thresholding
178
184
 
179
185
  smthDep = True #Smooth depth before water column removal
180
- adjDep = 10 #Aditional depth adjustment (in pixels) for water column removaL
186
+ adjDep = 0 #Aditional depth adjustment (in meters) for water column removaL
181
187
  pltBedPick = True #Plot bedpick on sonogram
182
188
 
183
189
 
pingmapper/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = '4.2.10'
1
+ __version__ = '4.2.11'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pingmapper
3
- Version: 4.2.10
3
+ Version: 4.2.11
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=Goh5Yon_qP93dLjq8Vv_qezPxw1H0Yb7Rw4MCTt9Z8U,12114
10
10
  pingmapper/gui_main.py,sha256=91HAQP-o1EWxvTdW3Sv4eYJcDiSGYp_U7pQ9f_ZJ7Z8,34316
11
11
  pingmapper/main_mapSubstrate.py,sha256=obzB_uM0N8z7C0DJFsk1HGaFWd7g_U5Ejghdxey86u0,21073
12
- pingmapper/main_readFiles.py,sha256=rsu9S1UDyVpHQl1frWAa6B8ka05zmRqWmAQbKQzjUOw,53567
12
+ pingmapper/main_readFiles.py,sha256=G435bPsfTMt-YC3PKYiu6dW5773C6qhjDBuXRzb764c,53859
13
13
  pingmapper/main_rectify.py,sha256=df6cRODvLRVYWsWHE-g6Kk5JBihtWj5NHHcc6w0jkHM,19681
14
- pingmapper/test_PINGMapper.py,sha256=ZdVPHTlJFAR_JMnY-kzJe3WeIY6Dukb7Apy4InBFpUI,13986
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=v3f4Iuo4qROiPylZKniXkSoF0x5vI58duORwnHGs0n4,22
17
- pingmapper-4.2.10.data/data/pingmapper_config/default_params.json,sha256=YA9Rx1PSdUy4cTq-vtKORo3nNLisCYNOeUBxClldmHs,1285
18
- pingmapper-4.2.10.dist-info/licenses/LICENSE,sha256=lowDp_th1CGR0Z224a-jYRi-oNFe_0fdldL3USXhX-k,1095
19
- pingmapper-4.2.10.dist-info/METADATA,sha256=c4HICHLroMW4dkAsbB5SgMNoeld7tS_OCurbvIk-g7k,9174
20
- pingmapper-4.2.10.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
21
- pingmapper-4.2.10.dist-info/top_level.txt,sha256=RlV4sDoE3uIIDzNMOjN2t012Ia_jsblNVojJvg4q84w,11
22
- pingmapper-4.2.10.dist-info/RECORD,,
16
+ pingmapper/version.py,sha256=wVA9FQiVBAtgizy42u87ZKjWF0ms1HV6fR3Wfq-_58o,22
17
+ pingmapper-4.2.11.data/data/pingmapper_config/default_params.json,sha256=YA9Rx1PSdUy4cTq-vtKORo3nNLisCYNOeUBxClldmHs,1285
18
+ pingmapper-4.2.11.dist-info/licenses/LICENSE,sha256=lowDp_th1CGR0Z224a-jYRi-oNFe_0fdldL3USXhX-k,1095
19
+ pingmapper-4.2.11.dist-info/METADATA,sha256=GE0vG0B6xkn45kPVVqgAviVr8dbyzCHV8eCPa1MTYMY,9174
20
+ pingmapper-4.2.11.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
21
+ pingmapper-4.2.11.dist-info/top_level.txt,sha256=RlV4sDoE3uIIDzNMOjN2t012Ia_jsblNVojJvg4q84w,11
22
+ pingmapper-4.2.11.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.3.1)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5