Skip to content

Commit

Permalink
incorporate wu jungs bbox distance threshold comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ctuguinay committed Mar 27, 2024
1 parent 5f72961 commit fbd97b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions echoregions/regions2d/regions2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def _check_transect_sequences(
transect sequence type value.
bbox_distance_threshold: float
Maximum allowable value between the left and right bounding box timestamps
for each transect value region. Default is set to 1 minute.
for each region that is marked as a transect log. Default is set to 1 minute.
must_pass_check : bool
True: Will check transect strings to enforce sequence rules. If this check
encounters any incorrect transect type sequence orders or wider than bbox distance
Expand Down Expand Up @@ -647,7 +647,7 @@ def transect_mask(
transect sequence type value.
bbox_distance_threshold: float
Maximum allowable value between the left and right bounding box timestamps
for each transect value region. Default is set to 1 minute.
for each region that is marked as a transect log. Default is set to 1 minute.
must_pass_check : bool
True: Will check transect strings to enforce sequence rules. If this check
encounters any incorrect transect type sequence orders or wider than bbox distance
Expand Down

0 comments on commit fbd97b7

Please sign in to comment.