Ignore:
Timestamp:
03/08/06 13:32:27 (18 years ago)
Author:
mar637
Message:

asap2 naming changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDLineFinder.cc

    r881 r890  
    2727//#                        AUSTRALIA
    2828//#
    29 //# $Id:$
     29//# $Id$
    3030//#---------------------------------------------------------------------------
    3131
     
    766766
    767767// auxiliary function to fit and subtract a polynomial from the current
    768 // spectrum. It uses the SDFitter class. This action is required before
     768// spectrum. It uses the Fitter class. This action is required before
    769769// reducing the spectral resolution if the baseline shape is bad
    770770void STLineFinder::subtractBaseline(const casa::Vector<casa::Bool> &temp_mask,
     
    773773  AlwaysAssert(spectrum.nelements(),AipsError);
    774774  // use the fact that temp_mask excludes channels rejected at the edge
    775   SDFitter sdf;
     775  Fitter sdf;
    776776  std::vector<float> absc(spectrum.nelements());
    777777  for (Int i=0;i<absc.size();++i)
Note: See TracChangeset for help on using the changeset viewer.