| Environments | PYTHON :: EASI |
| Quick links | Description :: Parameters :: Parameter descriptions :: Details :: Example |
| Back to top |
| Back to top |
| Name | Type | Caption | Length | Value range |
|---|---|---|---|---|
| FILI * | String | Input stack file | 1 - 192 | |
| POLYORDER | Integer | Order of Polynomial to be applied | 0 - 1 | |
| FLSZ | Integer | Size of boxcar filter | 0 - 2 | |
| FILO * | String | Output stack file | 1 - 192 | |
| MONITOR | String | Monitor mode | 0 - 3 | ON, OFF Default: ON |
| Back to top |
FILI
Name of file containing temporally ordered, non-overlapping, displacement values.
POLYORDER
Order of polynomial to be used to calculate best fit value at time associated with input layer. This value must be greater than or equal to one.
FLSZ
This parameter specifies the boxcar filter size to be applied to the data prior to estimating the low order polynomial. • Blank will apply no filtering. • A single ODD integer will provide a boxcar filter of that size. • A pair of ODD integers will provide the boxcar filter size in the X and Y directions respectively.
FILO
Name to be given to the output file. The output channels are temporally and spatially aligned with the FILI input channels. Each pixel value is replaced with the value of the low order polynomial fit estimated from the input channel values at that pixel location. The last layer contains the coefficient of determination (R^2) value.
MONITOR
The program progress can be monitored by printing the percentage of processing completed. A system parameter, MONITOR, controls this activity.
Available options are:
| Back to top |
INSFITSTACK generates and applies a low order polynomial fit to each pixel at the temporal intervals given by the input file. Prior to generating the polynomial, the user can optionally apply a spatial boxcar filter. For each pixel, the coefficient of determination is written to the last channel. The coefficient of determination is an estimate of how well the original data fits the polynomial model and ranges from zero to one.
| Back to top |
Generate and apply a second order polynomial to the input stack after applying a 7x7 boxcar filter.
EASI>FILI="insstackoutput.pix"
EASI>POLYORDER=2
EASI>FLSZ=7
EASI>FILO="FitData.pix"
EASI>run INSFITSTACK
© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.