ShrinkProfileNTimes
Reduces the length of a profile N-times by averaging each N consecutive elements.
Syntax
C++
C#
Python
def ShrinkProfileNTimes( inProfile: Profile, outProfile: Profile, /, *, inN: int = 2 ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inProfile | Profile | Input profile | ||
![]() |
inN | int | 1 - ![]() |
2 | The scaling coefficient |
![]() |
outProfile | Profile | Output profile |



