| Environments | PYTHON :: EASI :: MODELER |
| Quick links | Description :: Parameters :: Parameter descriptions :: Details :: Example :: Related |
| Back to top |
| Back to top |
| Name | Type | Caption | Length | Value range |
|---|---|---|---|---|
| FILE * | String | Input file name | 1 - 192 | |
| ORBIT | Integer | Input orbit segment | 0 - 1 | 1 - |
| TFILE * | String | Output text file | 1 - 192 | |
| RTYP | String | Information report type | 0 - 5 | BRIEF | SHORT | FULL Default: SHORT |
| Back to top |
FILE
Specifies the name of the PCIDSK image file that contains the orbit segment to be written to a text file.
ORBIT
Specifies the input orbit segment to write to a text file. If this parameter is not specified, ORBITWR writes the first orbit segment to the text file. If specified, this value must be greater than zero.
TFILE
Specifies the name of the output text file that will contain the orbit segment information.
The text file must not exist before running ORBITWR. If the text file exists, ORBITWR exits without processing.
RTYP
Specifies the type of information that is written to the output text file.
| Back to top |
ORBITWR writes orbit information from a specified orbit segment (ORBIT/InputOrbit) from a PCIDSK file (FILE) to a defined output orbit data text file (TFILE).
| Back to top |
Write the full orbit information from the first segment in the file 'spotleft.pix' to a new file named 'spot.orb'.
EASI>FILE="spotleft.pix" EASI>ORBIT= ! defaults to 1st orbit segment EASI>TFILE="spot.orb" EASI>RTYP="FULL" EASI>RUN ORBITWR
The output text file 'spot.orb' contains the following information:
SatelliteDesc : SceneID : S1H1890831185708 SatelliteSensor : PLA-1 SensorNumber : 1 DateImageTaken : 31/08/1989 SupSegExist : TRUE FieldOfView : 1.20000000000000E-005 ViewAngle : 3.32258329702161E-001
© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.