You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EN_UNIT_MAX, //! normalize the intensity by dividing out the maximum intensity
57
-
EN_UNIT_AVERAGE_OVER_IMPLIED_DOMAIN, //! normlize by energy - integrate the profile over the hemisphere as well as the solid angles where the profile has emission above 0.
57
+
EN_UNIT_AVERAGE_OVER_IMPLIED_DOMAIN, //! normalize by energy - integrate the profile over the hemisphere as well as the solid angles where the profile has emission above 0.
58
58
EN_UNIT_AVERAGE_OVER_FULL_DOMAIN, //! similar to UNIT_AVERAGE_OVER_IMPLIED_DOMAIN but in this case we presume the soild angle of the domain is (CIESProfile::vAngles.front()-CIESProfile::vAngles.back())*4.f
59
59
EN_NONE //! no normalization
60
60
61
61
};
62
62
63
63
std::string filename;
64
64
E_NORMALIZE normalization;
65
-
float flatten;
65
+
float flatten;// TODO: why is this named this way?
0 commit comments