Changeset 2012 for trunk/src/STLineFinder.h
- Timestamp:
- 02/25/11 16:51:50 (15 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/src/STLineFinder.h (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/src/STLineFinder.hr1644 r2012 164 164 // set the scan to work with (in_scan parameter) 165 165 void setScan(const ScantableWrapper &in_scan) throw(casa::AipsError); 166 167 // set spectrum data to work with. this is a method to allow linefinder work 168 // without setting scantable for the purpose of using linefinder inside some 169 // method in scantable class. (Dec. 22, 2010 by W.Kawasaki) 170 void setData(const std::vector<float> &in_spectrum); 166 171 167 172 // search for spectral lines in a row specified by whichRow … … 257 262 // the lowest 80% of deviations (default) 258 263 casa::Bool itsUseMedian; 264 265 // true if spectra and mask data should be provided from 266 // scantable (default = true) 267 bool useScantable; 259 268 }; 260 269 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
