Help for NEWIMD

PURPOSE
 This creates a text .IMD file 
 based on metadata from a nitf
 image. Uses gdalinfo to
 get the input file's metadata. 
 This .IMD file is created for 
 use as an input to wv2ref.
 The .IMD shopuld be the same 
 base filename as the nitf 
 input file.
 
 REVISIONS
 2022-08-10 B. Crocco afids to opensource (untested)


PARAMETERS:


INP

Input nitf image.

OUT

Output imd file name

KER

Input SPICE kernel file name

BAND

Specifies which band the input image is. Ignored if all 9 bands are input.

ABSCAL

Specifies absCalFactor. Default value is 5.678345e-02 This is the WV2 value. Useful to allow a program to use a different absCalFactor.

EFFBW

Specifies effectiveBandwidth. Deafult value is 2.846000e-01 This is the WV2 value. Useful to allow a program to use a different effectiveBandwidth. .END

See Examples:


Cognizant Programmer: