Changeset 1287 for tags


Ignore:
Timestamp:
11/06/06 14:16:40 (17 years ago)
Author:
mar637
Message:

doxygen tag fixes

Location:
tags/Release2.1.1b/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • tags/Release2.1.1b/src/LineCatalog.h

    r1259 r1287  
    3636    */
    3737  LineCatalog(const std::string& name = "jpl");
    38   /**
    39     * select a subset of the table by frequency range
    40     * @param fmin the lower frequency bound
    41     * @param fmin the upper frequency bound
    42     */
    4338
    4439  virtual ~LineCatalog() {}
     
    5045   */
    5146  void setFrequencyLimits(double fmin, double fmax);
     47
    5248  /**
    5349    * select a subset of the table by line strength range
     
    5652    */
    5753  void setStrengthLimits(double smin, double smax);
     54 
    5855  /**
    5956    * select a subset of the data by name pattern match (unix-style)
     
    6461    */
    6562  void setPattern(const std::string& name, const std::string& ptype="pattern");
     63 
    6664  /**
    6765    * save the table  with current limits to disk (as an aips++ table)
     
    6967    */
    7068  void save(const std::string& name);
     69 
    7170  /**
    7271    * Return a string representation of this table
  • tags/Release2.1.1b/src/RowAccumulator.h

    r1114 r1287  
    4343    * @param tsys the Tsys corresponing to the spectrum
    4444    * @param interval the intergration time
    45     * @param the time of the observation
     45    * @param time the time of the observation
    4646    */
    4747  void add(const casa::Vector<casa::Float>& v,
  • tags/Release2.1.1b/src/STMath.h

    r1200 r1287  
    5151
    5252  /**
    53    * get the currnt @attr inistu state
     53   * get the currnt @attr inistu_ state
    5454   */
    5555  bool insitu() const { return insitu_;};
     
    6565    * average a vector of Scantables
    6666    * @param in the vector of Scantables to average
    67     * @param an optional mask to apply on specific weights
     67    * @param mask an optional mask to apply on specific weights
    6868    * @param weight weighting scheme
    6969    * @param avmode the mode ov averaging. Per "SCAN" or "ALL".
  • tags/Release2.1.1b/src/Scantable.h

    r1189 r1287  
    120120  /**
    121121   * set the header
    122    * @param[in] sdh an STHeader object
     122   * @param[in] sth an STHeader object
    123123   */
    124124  void setHeader( const STHeader& sth );
     
    175175        /**
    176176         * set the direction type as a string, e.g. "J2000"
    177          * @param[in] the direction type
     177         * @param[in] refstr the direction type
    178178         */
    179179  void setDirectionRefString(const std::string& refstr="");
     
    203203  /**
    204204   * Set the Stokes type of the data
    205    * @param a string representing the type, e.g "circular" or "linear"
     205   * @param feedtype a string representing the type, e.g "circular" or "linear"
    206206   */
    207207  void setFeedType( const std::string& feedtype );
Note: See TracChangeset for help on using the changeset viewer.