Skip to content

Commit

Permalink
add encode_mode to process_deprecated to allow calibration using old …
Browse files Browse the repository at this point in the history
  • Loading branch information
leewujung authored Aug 20, 2021
1 parent 03ac9e4 commit 0a81a47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions echopype/process/process_deprecated.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def __init__(self, file_path="", salinity=27.9, pressure=59, temperature=None):
env_params=self._env_params,
cal_params=None,
waveform_mode=self.waveform_mode,
encode_mode=self.encode_mode
)
# Deprecated data attributes
self.Sv = None
Expand Down

0 comments on commit 0a81a47

Please sign in to comment.