.. _amf: Air Mass Factors ================ The air mass factor class is a wrapper around a weighting function class. When an HR or DO weighting function is provided, it converts the weighting functions into box-AMFs, and offers the option to calculate the total AMF using two different methods. When a MC weighting function class is provided, box-AMFs are calculated directly within SASKTRAN. The deprecated classes simply generate the weighing function classes for you, matching the previous behaviour. Primary Class ************* .. autoclass:: skdoas.amf.amf.AirMassFactor Deprecated Classes ****************** .. autoclass:: skdoas.amf.hr_amf.AirMassFactorHR .. autoclass:: skdoas.amf.hr_amf.AirMassFactorFiniteDifferenceHR .. autoclass:: skdoas.amf.do_amf.AirMassFactorDO .. autoclass:: skdoas.amf.do_amf.AirMassFactorFiniteDifferenceDO .. autoclass:: skdoas.amf.mc_amf.AirMassFactorMC :no-members: