Changeset 475 for trunk/src/SDAttr.h


Ignore:
Timestamp:
02/18/05 11:53:17 (19 years ago)
Author:
kil064
Message:

move function convertInstrument into here from SDMemTable
fix error in apertureEfficiency function (missing break)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDAttr.h

    r467 r475  
    7474                                     const casa::Vector<casa::Float>& freqs) const;
    7575
    76 // Factor to convert K -> Jy. Provide aperture efficiency and dish geometric diameter (m)
    77    static casa::Float findJyPerKFac (casa::Float etaAp, casa::Float D);
    78 
    7976// Gain Elevation polynomial correction coefficients (elevation in degrees)
    8077// Returns length 0 if not known.
    8178   casa::Vector<casa::Float> gainElevationPoly (Instrument instr) const;
     79
     80
     81// Helper function to check instrument (antenna) name and give enum
     82  static Instrument convertInstrument(const casa::String& instrument,
     83                                      casa::Bool throwIt);
     84
     85// Helper function.  Finds factor to convert K -> Jy. Provide aperture efficiency and dish geometric diameter (m)
     86   static casa::Float findJyPerK (casa::Float etaAp, casa::Float D);
    8287
    8388 private:
Note: See TracChangeset for help on using the changeset viewer.