| Environments | PYTHON :: EASI :: MODELER |
| Quick links | Description :: Parameters :: Parameter descriptions :: Details :: Examples :: Algorithm :: Acknowledgements :: Related |
| Back to top |
| Back to top |
| Name | Type | Caption | Length | Value range |
|---|---|---|---|---|
| FILREF * | String | Database reference file name | 1 - 192 | |
| DBIC_REF | Integer | Database reference input channel | 0 - 1 | |
| FILI * | String | Database dependent file name | 1 - 192 | |
| DBIC_DEP | Integer | Database dependent input channel | 0 - 1 | |
| DBIC | Integer | Database dependent input channel list | 0 - | |
| MODELTYP | String | The type of model to fit the GCPs | 0 - 192 | |
| NUMPTS | Integer | Number of candidate GCPs | 0 - 1 | 1 - Default: 500 |
| MINSCORE | Float | Minimum acceptance score | 0 - 1 | 0.72 - 1 Default: 0.75 |
| SEARCHR | Integer | Search radius | 0 - 1 | |
| FILO * | String | Database output file name | 1 - 192 | |
| REPORT | String | Report mode | 0 - 192 | Quick links |
| MONITOR | String | Monitor mode | 0 - 3 | ON, OFF Default: ON |
| Back to top |
FILREF
The name of the file to use as the reference data set. The file can be in a supported vendor format or a PCIDSK (.pix) file created by SARINGEST. With interferometric processing, the file must contain single-look complex (SLC) valued data.DBIC_REF
The channel number of the reference file to use for image-to-image matching. You can specify only one channel.The default value is 1.
FILI
The name of the file to use as the dependent data set. The file can be in a supported vendor format or a PCIDSK (.pix) file created by SARINGEST. With interferometric processing, the input file must be SLC data and the acquisition parameters (wavelength, polarization, and so on) and viewing geometry (location, look direction, pass direction) of the dependent file must match the reference file. The interferometric parameters can be identified by the INSINFO algorithm.DBIC_DEP
The single channel of the dependent file to match with the corresponding channel of the reference file.DBIC
The channels to resample and coregister. The result is written sequentially to the output file in the order specified.The default value is 1.
MODELTYP
The type of model to fit to the collected GCPs, the model is then used to interpolate pixel shifts between GCPs. The valid options are:NUMPTS
The number of grid points to distribute over the reference image. The corresponding location, based on geocoding information, is used as the center of the search radius in the dependent file.The value must be greater than or equal to 1. The default value is 500.
MINSCORE
The minimum acceptable correlation score. Match points with a lower correlation score will be rejected. The value must be in the range of 0 (no correlation) to 1 (perfect correlation). The default value is 0.75, and is the recommended minimum value.SEARCHR
The search radius, in pixels, to examine to find a match between the reference and dependent images. The value must be greater than or equal to 1. The default value is 50.FILO
The file name to use for the resampled dependent data set. The resampled dependent pixels will align one to one with the reference pixels and contain the number of channels specified by the dependent input channel list. Non-overlapping areas are flagged as NoData. The file name you specify must not exist already.REPORT
Specifies where to direct the generated report.
Available options are:
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 |
The reference channel and the dependent channel you specify are used to generate image match points. The number of candidate points you specify are distributed evenly (in a grid) over the reference image. With each candidate reference point, a corresponding location in the dependent file is determined. The area surrounding the dependent location is scanned to find the image match with the highest score.
Dependent points with a correlation below the threshold you specify are removed. The remaining match points are used to derive the mapping of the low-order-polynomial, which is applied to all channels specified in the input channel list. The resampled complex-valued output contains the number of channels, and the order of occurrence, corresponding to the input channel list.
| Back to top |
Coregister the first channel (default) of the dependent file to the first channel (default) of the reference file. The goal is to use 500 points with a search radius of 10 pixels and a minimum correlation of 0.80. The resampled image will be the same size (number of lines and pixels) as the reference file and contain one channel. Non-overlapping areas will be identified as NoData. The GCP and image-matching parameters are written to the report.
EASI>FILREF="Reference_File.pix"
EASI>DBIC_REF =
EASI>FILI="Dependent_File.pix"
EASI>DBIC_DEP =
EASI>DBIC =
EASI>MODELTYP =
EASI>NUMPTS = 500
EASI>MINSCORE = 0.8
EASI>SEARCHR = 10
EASI>FILO ="Resampled_File.pix"
EASI>REPORT ="GCP_Report.txt"
EASI>run INSCOREG
Coregister the first channel of the dependent file (default) to the first channel of the reference file by using the default settings. The resampled image will be the same size (number of lines and pixels) as the reference file and contain four channels in the specified order. Nonoverlapping areas will be identified as NoData. The GCP and image-matching parameters are written to the report.
EASI>FILREF="Multi_Pol_Reference_File.pix"
EASI>DBIC_REF =
EASI>FILI="Multi_Pol_Dependent_File.pix"
EASI>DBIC_DEP =
EASI>DBIC=1,2,3,4
EASI>MODELTYP="TPS"
EASI>NUMPTS =
EASI>MINSCORE =
EASI>SEARCHR =
EASI>FILO ="Mult_Pol_Resampled_File.pix"
EASI>REPORT ="GCP_Report.txt"
EASI>run INSCOREG
Coregister the fourth channel of the dependent file to the fourth channel of the reference file by using the default settings. The resampled image will be the same size (lines and pixels) as the reference file and contain two channels (the first and fourth) of resampled data in the specified order.
EASI>FILREF="Multi_Pol_Reference_File.pix"
EASI>DBIC_REF = 4
EASI>FILI="Multi_Pol_Dependent_File.pix"
EASI>DBIC_DEP = 4
EASI>DBIC=1,4
EASI>MODELTYP = "POLY2"
EASI>NUMPTS =
EASI>MINSCORE =
EASI>SEARCHR =
EASI>FILO ="Co_Pol_Resampled_File.pix"
EASI>REPORT ="GCPReport.txt"
EASI>run INSCOREG
| Back to top |
The value of the output pixel is determined by using a two-dimensional sinc function; that is, sin (x)/x), as the resampling kernel over a 16-by-16 neighborhood.
| Back to top |
© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.