47 static double GetVarSol(
const int day,
const int month)
59 j = (month - 1) * 31 + day;
61 j = (month - 1) * 31 - (month - 2) / 2 - 2 + day;
63 j = (month - 1) * 31 - (month - 1) / 2 - 2 + day;
67 d__1 = 1. - std::cos(om) * .01673;
68 return 1. / (d__1 * d__1);
static double GetVarSol(const int day, const int month)
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
constexpr double CONST_PI_180