Changeset 1028


Ignore:
Timestamp:
04/22/06 08:12:00 (18 years ago)
Author:
mar637
Message:

SDFITTER -> STFITTER

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STFitter.h

    r891 r1028  
    2727//#                        AUSTRALIA
    2828//#
    29 //# $Id:
     29//# $Id:$
    3030//#---------------------------------------------------------------------------
    31 #ifndef SDFITTER_H
    32 #define SDFITTER_H
     31#ifndef STFITTER_H
     32#define STFITTER_H
    3333
    3434#include <string>
     
    5353  bool setParameters(std::vector<float> params);
    5454  bool setFixedParameters(std::vector<bool> fixed);
    55  
     55
    5656  std::vector<float> getResidual() const;
    5757  std::vector<float> getFit() const;
    5858  std::vector<float> getParameters() const;
    5959  std::vector<bool> getFixedParameters() const;
    60  
     60
    6161  std::vector<float> getEstimate() const;
    6262  std::vector<float> getErrors() const;
     
    6565  bool fit();
    6666  bool computeEstimate();
    67  
     67
    6868  std::vector<float> evaluate(int whichComp) const;
    6969private:
     
    7777  casa::Vector<casa::Float> parameters_;
    7878  casa::Vector<casa::Bool> fixedpar_;
    79  
     79
    8080  casa::Vector<casa::Float> error_;
    8181  casa::Vector<casa::Float> thefit_;
Note: See TracChangeset for help on using the changeset viewer.