Skip to content
Snippets Groups Projects
Commit 7fff4016 authored by Cédric Traizet's avatar Cédric Traizet
Browse files

DOC: more documentation for the atomspheric correction parameters

parent 2cc144fd
No related branches found
No related tags found
2 merge requests!621Release 7.0 (master),!451Documentation for atmoshperic correction parameters in OpticalCalibration
......@@ -299,10 +299,10 @@ private:
AddChoice("atmo.aerosol.desertic", "Desertic");
AddParameter(ParameterType_Float, "atmo.oz", "Ozone Amount (cm-atm)");
SetParameterDescription("atmo.oz", "Ozone Amount (in cm-atm)");
SetParameterDescription("atmo.oz", "Stratospheric ozone layer content (in cm-atm)");
AddParameter(ParameterType_Float, "atmo.wa", "Water Vapor Amount (g/cm2)");
SetParameterDescription("atmo.wa", "Water Vapor Amount (in g/cm2)");
SetParameterDescription("atmo.wa", "Total water vapor content over vertical atmospheric column (in g/cm2)");
AddParameter(ParameterType_Float, "atmo.pressure", "Atmospheric Pressure (hPa)");
SetParameterDescription("atmo.pressure", "Atmospheric Pressure (in hPa)");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment