DBReadChanDesc

Demonstrates how to read channel descriptions.

Remarks

This example illustrates how to open a file and read the description of the first channel.

Code

 local         int fp
 local         string description

 fp = DBOpen( GetPCIHOME() + "/demo/irvine.pix" )
 description = DBReadChanDesc( fp, 1 )
 call DBClose( fp )
 print description

Output

    0.485um +/- 0.035um  TM band 1: blue-green    

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