OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimAtCorrKeywords.h
Go to the documentation of this file.
1 //*******************************************************************
2 //
3 // License: See top level LICENSE.txt file.
4 //
5 // Author: David Burken <dburken@imagelinks.com>
6 //
7 // Description:
8 // Keywords utilized by atmospheric correction code.
9 //
10 //*************************************************************************
11 // $Id: ossimAtCorrKeywords.h 9968 2006-11-29 14:01:53Z gpotts $
12 
13 static const char AT_CORR_XA_KW[] = "atmospheric_correction.xa";
14 static const char AT_CORR_XB_KW[] = "atmospheric_correction.xb";
15 static const char AT_CORR_XC_KW[] = "atmospheric_correction.xc";
16 static const char AT_CORR_BIAS_KW[] = "atmospheric_correction.bias";
17 static const char AT_CORR_GAIN_KW[] = "atmospheric_correction.gain";
18 static const char AT_CORR_CALCOEF_KW[] = "atmospheric_correction.calcoef";
19 static const char AT_CORR_BANDWIDTH_KW[] = "atmospheric_correction.bandwidth";
20 
21 static const char GAMMA_REMAPPER_GAMMA_KW[] = "gamma_remapper.gamma";