Ignore:
Timestamp:
10/22/09 19:43:06 (15 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready to Release: Yes

Interface Changes: Yes

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: No

Module(s): Module Names change impacts.

Description: Describe your changes here...

Removed unused methods.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/src/STMath.cpp

    r1634 r1652  
    44414441  return sp ;
    44424442}
    4443 
    4444 CountedPtr<Scantable> STMath::pressedOut( const casa::CountedPtr<Scantable> &in,
    4445                                           const float numpoly,
    4446                                           const float radius,
    4447                                           const float threshold )
    4448 {
    4449   // scan pattern analysis
    4450 
    4451 
    4452   // for each channel
    4453   int nchan = in->nchan() ;
    4454   for ( int i = 0 ; i < nchan ; i++ ) {
    4455     // smoothing
    4456    
    4457     // get dTij
    4458    
    4459     // polynomial fitting
    4460    
    4461     // remove scanning effect from the map
    4462 
    4463   }
    4464 
    4465   return in ;
    4466 }
Note: See TracChangeset for help on using the changeset viewer.