Skip to content

Commit 206cd5b

Browse files
author
Daniel Buscombe
committed
Fri Jan 19 21:28:45 MST 2018
1 parent cd87a51 commit 206cd5b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+730
-1192
lines changed

PyHum/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
#"""
5050

51-
__version__ = '1.4.2'
51+
__version__ = '1.4.3'
5252

5353
#-----------------------------------------------------------------------------
5454
# Imports

PyHum/_pyhum_read.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def read(humfile, sonpath, cs2cs_args="epsg:26949", c=1450.0, draft=0.3, doplot=
292292
except:
293293
if model=='onix':
294294
model=0
295-
print("Data is from the %s series" % (str(model)))
295+
print("Data is from the ONIX series")
296296

297297
# if cog:
298298
# cog = int(cog)

PyHum/pyread_single.c

Lines changed: 292 additions & 335 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PyHum/pyread_single.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ cdef class pyread:
6565
humdat = self._decode_humdat(fid2, trans) #, transWGS84)
6666
self.humdat = humdat
6767

68-
if int(humdat['sonar_name'])==301:
69-
model = 1199
68+
#if int(humdat['sonar_name'])==301:
69+
# model = 1199
7070

7171
if model==798:
7272
headbytes=72

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ Version: 1.4.2 | Revision: Jan, 2018
4545

4646
1. This software has been tested with Python 2.7 on Linux Fedora 16 & 20, Ubuntu 12 -- 17, Windows 7. Python 3 is not yet supported
4747

48-
2. This software has (so far) been used only with Humminbird 798, 898, 998, 1198 and 1199 series instruments.
48+
2. This software has (so far) been used only with Humminbird 798, 898, 998, 1198, 1199 and ONIX series instruments.
4949

50-
3. PyHum is not yet compatable with newer ONIX/MEGA systems
50+
3. PyHum is not yet compatable with newer HELIX/MEGA systems
5151

5252
### Contents
5353

0 commit comments

Comments
 (0)