ORBITRD

Read orbit segment from text file


EnvironmentsPYTHON :: EASI :: MODELER
Quick linksDescription :: Parameters :: Parameter descriptions :: Details :: Example :: Related

Back to top

Description


Reads orbit information from a text file into a new or existing orbit segment.
Back to top

Parameters


Name Type Caption Length Value range
FILE * String Output file name 1 - 192  
ORBIT Integer Output orbit segment 0 - 1 1 -
TFILE * String Orbit information text file 1 - 192  
DBSN String Orbit segment name 0 - 8 Default: ORBIT
DBSD String Orbit segment description 0 - 64 Default: Orbital Ephemeris Data

* Required parameter
Back to top

Parameter descriptions

FILE

Specifies the name of the PCIDSK image file that will contain the output orbit segment.

ORBIT

Specifies the orbit segment (type 16) to which orbit information will be added. If this parameter is not specified, a new orbit segment is created. If specified, this value must be greater than zero.

TFILE

Specifies the name of the input text file from which to read the orbit information.

Note: If you input the FULL format text file (from ORBITWR function, RTYP parameter), the per-scanline data will not be read; the scanline data values will be defaulted to zero. See ORBITWR for more information.

DBSN

Specifies a name (up to 8 characters) identifying the output orbit segment. This string is displayed by ASL and may be changed with MAS.

This parameter is used only if a new segment is created. The default segment name is "ORBIT".

DBSD

Describes (in up to 64 characters) the contents or origins of the output orbit segment. This string is displayed with ASL and may be changed with MAS.

This parameter is used only if a new segment is created. The default value is "Orbital Ephemeris Data".

Back to top

Details

ORBITRD reads orbit information from a text file (TFILE). It then writes it to an output orbit segment (ORBIT) in the output file (FILE).

If the ORBIT segment (type 160) is specified, the orbit information in the text file updates the existing orbit segment. If ORBIT is not specified, a new orbit segment (type 160) is created.

DBSN (Orbit Layer Name) and DBSD (Orbit Layer Description) define the name and description of the output orbit segment, respectively.

Back to top

Example

Read orbit information for the SPOT satellite from the text file 'spot.orb'. A new segment (type 160) will be created in 'spotleft.pix' to contain the orbit information.

EASI>FILE="spotleft.pix"
EASI>ORBIT=
EASI>TFILE="spot.orb"
EASI>DBSN="SPOT_ORB"
EASI>DBSD="SPOT Satellite Orbit Ephemeris Data"
EASI>MONITOR=""
EASI>REPORT=""

EASI>RUN ORBITRD

© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.