Ignore:
Timestamp:
09/18/09 18:42:35 (15 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-1422

Ready to Release: Yes

Interface Changes: No

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...

Bug fix

  1. Changed code to update Tsys after calibration
  2. Changed code to update FluxUnit? after calibration
  3. Removed additional log messages


File:
1 edited

Legend:

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

    r1633 r1634  
    317317    throw (casa::AipsError) ;
    318318
     319  /***
     320   * "Pressed-Out" method (Sofe & Reich 1979)
     321   * @param input scantable
     322   * @param order of polynomial fitting function
     323   * @param smoothing beam radius [arcsec]
     324   * @param threshold valus in the unit of sigma (standard deviation)
     325   ***/
     326  casa::CountedPtr<Scantable>
     327    pressedOut( const casa::CountedPtr<Scantable> &in,
     328                const float numpoly,
     329                const float radius,
     330                const float threshold ) ;
    319331
    320332private:
     
    361373  vector<float> getSpectrumFromTime( string reftime, casa::CountedPtr<Scantable>& s, string mode = "before" ) ;
    362374  vector<float> getTcalFromTime( string reftime, casa::CountedPtr<Scantable>& s, string mode="before" ) ;
     375  vector<float> getTsysFromTime( string reftime, casa::CountedPtr<Scantable>& s, string mode="before" ) ;
    363376  vector<int> getRowIdFromTime( string reftime, casa::CountedPtr<Scantable>& s ) ;
    364377  vector<float> getCalibratedSpectra( casa::CountedPtr<Scantable>& on,
Note: See TracChangeset for help on using the changeset viewer.