Skip to content

Commit

Permalink
Merge pull request #68 from SimLrt32/refactor/acoustic_indices
Browse files Browse the repository at this point in the history
Changes in acoustic_indices.py
  • Loading branch information
cparcerisas authored Aug 9, 2023
2 parents 62dd1de + ffd013a commit 8616b4a
Show file tree
Hide file tree
Showing 8 changed files with 366 additions and 247 deletions.
199 changes: 198 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pypam/acoustic_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ def _apply_multiple(self, method_list, binsize=None, band_list=None, bin_overlap

# Bands selected to study
if band_list is None:
band_list = [[None, self.fs / 2]]
band_list = [[0, self.fs / 2]]

# Sort bands to diminish downsampling efforts!
sorted_bands = []
Expand Down
Loading

0 comments on commit 8616b4a

Please sign in to comment.