Changeset 507 for trunk/src/SDAttr.h


Ignore:
Timestamp:
02/23/05 14:44:30 (19 years ago)
Author:
kil064
Message:

add function feedPolType

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDAttr.h

    r475 r507  
    7878   casa::Vector<casa::Float> gainElevationPoly (Instrument instr) const;
    7979
     80// Find feed polarization type of feeds. In future this needs to come from the data themselves
     81   FeedPolType feedPolType (Instrument) const;
    8082
    8183// Helper function to check instrument (antenna) name and give enum
     
    8587// Helper function.  Finds factor to convert K -> Jy. Provide aperture efficiency and dish geometric diameter (m)
    8688   static casa::Float findJyPerK (casa::Float etaAp, casa::Float D);
     89
    8790
    8891 private:
Note: See TracChangeset for help on using the changeset viewer.