CDCARTOSAT

Reads CARTOSAT imagery from CD


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

Back to top

Description


Reads CARTOSAT imagery from a TIFF-format CD when satellite orthorectification is required. CDCARTOSAT automatically creates a PCIDSK (.pix) file, reads all of the requested imagery channels from CD, creates an RPC segment, and saves the satellite-path information in a segment. The output file from CDCARTOSAT is used as input with CATALYST Professional OrthoEngine.
Back to top

Parameters


Name Type Caption Length Value range
FILI* String Input file name 1 - 192  
FILO* String Output file name 1 - 192  
LINKFILE String Create linked file (NO/YES) 0 - 3 YES, NO
Default: NO
CDIC Integer CD input layers list 0 - 1 1
Default: 1
TEX1 String File description 0 - 192  
REPORT String Report mode 0 - 192 Quick links

* Required parameter
Back to top

Parameter descriptions

FILI

The path and file name of the input TIFF file.

FILO

The name of the PCIDSK file to which the processed data will be written. This file will be created automatically and must not already exist.

LINKFILE

Instead of creating a new PCIDSK FILO to read the data from FILI, this parameter will create an output file in which the image channel is linked to the original imagery channel. The orbital segment will still be created in FILO. The default value is NO.

CDIC

The channel to read from the CD. The CARTOSAT data product contains only one channel.

A corresponding channel is created in the output PCIDSK (.pix) file.

TEX1

A line of text to describe the file. Typically, the text identifies the location of the data and the reference number of the CD.

If no value is specified for this parameter, the File Header fields in the generated output PCIDSK image database hold the following information:

This parameter is optional.

REPORT

Specifies where to direct the generated report.

Available options are:

Back to top

Details

CDCARTOSAT reads CARTOSAT TIFF file format data when satellite orthorectification is required. The corresponding metadata file (.txt) should also exist in the same directory. CDCARTOSAT automatically creates a PCIDSK file, reads the requested imagery channel from CD, creates an RPC segment and saves the satellite path information in a segment. Output from CDCARTOSAT is used with OrthoEngine.

There are several levels of CARTOSAT formats available. The following format is supported:

CDCARTOSAT extracts from the CD the geographic coordinates of the scene center and the four corner points. The values are stored in the output orbit segment. These points can be used as ground control point (GCP) input for an approximate correction, which is useful when GCPs are unavailable for an area. Note, however, that using geographic coordinates may not produce very accurate results.

If the parameter LINKFILE (Create Linked File) is set to NO, the output file is automatically created with the dimensions required to hold all of the requested data. You should ensure that sufficient disk space is available before running CDCARTOSAT. If LINKFILE is set to YES, the image channel is not created; instead, it is linked to the image channel of FILI, and only one band can be linked.

Note: The LINKFILE parameter will be ignored for stereo data; a new file will always be created because rotation is required when reading the data.
Back to top

Example

The user has received a CARTOSAT product in GeoTiff format CD and wants to perform orthorectification on the data. The user wants to extract channel 1 and store the data in the file bandf.pix.

EASI>FILI="/cdrom/BANDF.TIF"	  ! For Unix
EASI>FILI="D:\BANDF.TIF"          ! For Windows
EASI>FILO="bandf.pix"
EASI>LINKFILE="NO"
EASI>CDIC=1
EASI>TEX1="Richmond Hill, Canada"

EASI>REPORT="bandf.txt"

EASI>R CDCARTOSAT
Back to top

Acknowledgements

PCI Geomatics wishes to acknowledge the assistance of Dr. Thierry Toutin for this software.

Back to top

References

Toutin, Th. "Analyse math\u00c3\u00a9matique des possibilit\u00c3\u00a9s cartographiques du syst\u00c3\u00a8me SPOT". Th\u00c3\u00a8se de Docteur-Ing\u00c3\u00a9nieur en Sciences G\u00c3\u00a9od\u00c3\u00a9siques, ENSG, Paris, France, 1985. pp1 -163.

Toutin, Th. and Carbonneau Y. "La multi-st\u00c3\u00a9r\u00c3\u00a9oscopie pour les corrections d'images SPOT-HRV", Canadian Journal of Remote Sensing, Vol. 15, No. 2 (September 1989) p110. (Also available in English from the Canada Centre for Remote Sensing.)

M. Krishnaswamy, S. Kalyanaraman, "Indian Remote Sensing Satellite CartoSat-1: Technical features and data products" URL: http://www.gisdevelopment.net/technology/rs/techrs023.htm

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