Back to FabImage Studio website
You are here: Start » Filter Reference » Profile Spatial Transforms » CropProfile
Confines a profile to its continuous subsequence.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inProfile | Profile | Input profile | |
![]() |
inStart | Integer | 0 - ![]() |
Index of the first element of the input profile that will be included in the output profile |
![]() |
inLength | Integer* | 0 - ![]() |
Length of the output profile |
![]() |
outProfile | Profile | Output profile |
Description
The operation crops profile to a new size. It removes values from inProfile, except those, which are included between inStart and inStart + inLength indexes.
Remarks
Value of inLength set to Auto means that the operation is performed on all elements starting from inStart till the end of inProfile.
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
Error type | Description |
---|---|
DomainError | Selected index range exceeds the input profile in CropProfile. |
Complexity Level
This filter is available on Basic Complexity Level.