NAME WVCal - Radiometrically calibrates WorldView NITF images and outputs ENVI images SYNOPSIS WVCal -input file -output file [-imd file] [-outputdatatype type] [-scalefactor factor] DESCRIPTION Performs radiometric calibration to top of atmosphere radiance for WorldView NITF images and saves resulting images in uncompressed ENVI format. Intended to perform the same function as ENVI's built-in calibration, but at far faster speeds. WVCal can be run as either a console command or with a GUI. Running with no parameters starts the GUI. Specifying -help displays usage info. Calibration info is extracted from the NITF file and an accompanying IMD file, where the latter must be in the same folder and have the same base file name unless otherwise specified. Supported formats include: WorldView 2 Pan WorldView 2 MS 4-band or 8-band WorldView 3 Pan WorldView 3 MS 4-band or 8-band WorldView 3 SWIR 8-band (other formats may be supported but are untested) OPTIONS -input file NITF file to be calibrated. -output file Name of ENVI file to be saved. A header file with file + ".hdr" will also be created. -imd file IMD file to be used for image calibration. Default is the input NITF file name, but with a .IMD extension. -outputdatatype type Supported types are 4 (float32) or 12 (uint16). Default is 12. -scalefactor factor All output values will be multiplied by factor before saving. This is recorded in the ENVI header as radiance_scale_factor. Default is 1.