Skip to content
Snippets Groups Projects
Commit 4017678b authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

ENH : add production date in metadata + correction in IkonosIMI (YY/MM/DD -> MM/DD/YY)

parent 637cc1de
Branches
Tags
No related merge requests found
......@@ -59,7 +59,18 @@ FilterFunctionValues
AtmosphericCorrectionParameters
::AtmosphericCorrectionParameters()
{
m_SolarZenithalAngle = 361.;
m_SolarAzimutalAngle = 361.;
m_ViewingZenithalAngle = 361.;
m_ViewingAzimutalAngle = 361.;
m_Month = 0;
m_Day = 0;
m_AtmosphericPressure = -1.;
m_WaterVaporAmount = -1.;
m_OzoneAmount = -1.;
m_AerosolModel = CONTINENTAL;
m_AerosolOptical = -1.;
}
/**PrintSelf method */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment