Go to the documentation of this file.
3 #ifndef SZA_UTIL_INTENSITY_H
4 #define SZA_UTIL_INTENSITY_H
15 #include "carma/szautil/ConformableQuantity.h"
20 class Intensity :
public ConformableQuantity {
24 class MegaJanskyPerSr {};
30 Intensity(
const JanskyPerSr& units,
double JyPerSr);
31 Intensity(
const MegaJanskyPerSr& units,
double MJyPerSr);
40 inline double JyPerSr() {
44 void setJyPerSr(
double JyPerSr);
59 #endif // End #ifndef SZA_UTIL_INTENSITY_H