Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mmccrackan committed Jan 16, 2025
1 parent e9ad26c commit 98a4e9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/array_ops.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1263,6 +1263,7 @@ PYBINDINGS("so3g")
" The data is modified in place.\n"
" method: how to detrend data. Options are 'mean', 'median', and 'linear'. Linear calculates "
" and subtracts the slope from either end of each row as determined from 'linear_ncount'.\n"
" linear_ncount: Number (int) of samples to use, on each end, when measuring mean level for 'linear'"
" detrend. Values larger than 1 suppress the influence of white noise.\n");
" linear_ncount: Number (int) of samples to use on each end, when measuring mean level for 'linear'"
" detrend. Must be a positive integer or -1. If -1, nsamps / 2 will be used. Values "
" larger than 1 suppress the influence of white noise.\n");
}

0 comments on commit 98a4e9a

Please sign in to comment.