Skip to content

Commit 4e0be02

Browse files
author
Daniel Buscombe
committed
Fri Jan 26 22:32:18 MST 2018
1 parent 8f9ee44 commit 4e0be02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyHum/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def dotest():
135135
PyHum.read(humfile, sonpath, cs2cs_args, c, draft, doplot, t, bedpick, flip_lr, model, calc_bearing, filt_bearing, chunk) #cog
136136

137137
## correct scans and remove water column
138-
PyHum.correct(humfile, sonpath, maxW, doplot, dofilt, correct_withwater, ph, temp, salinity)
138+
PyHum.correct(humfile, sonpath, maxW, doplot, dofilt, correct_withwater, ph, temp, salinity, dconcfile)
139139

140140
## remove acoustic shadows (caused by distal acoustic attenuation or sound hitting shallows or shoreline)
141141
PyHum.rmshadows(humfile, sonpath, win, shadowmask, doplot, dissim, correl, contrast, energy, mn)

0 commit comments

Comments
 (0)