Changeset 1145 for trunk/src/STMath.h


Ignore:
Timestamp:
08/16/06 11:11:45 (18 years ago)
Author:
mar637
Message:

added average_beam which is part of Ticket #45

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMath.h

    r1143 r1145  
    9191
    9292  /**
    93     * average polarisations together. really only useful if only linears are
    94     *  available.
     93    * Average polarisations together. really only useful if only linears are
     94    * available.
    9595    * @param in the input Scantable
    9696    * @param mask an optional mask if weight allows one
     
    102102                          const std::vector<bool>& mask,
    103103                          const std::string& weight );
     104
     105  /**
     106    * Average beams together.
     107    * @param in the input Scantable
     108    * @param mask an optional mask if weight allows one
     109    * @param weight weighting scheme
     110    * @return
     111    */
     112  casa::CountedPtr< Scantable >
     113    averageBeams( const casa::CountedPtr< Scantable > & in,
     114                   const std::vector<bool>& mask,
     115                   const std::string& weight );
    104116
    105117  casa::CountedPtr<Scantable>
Note: See TracChangeset for help on using the changeset viewer.