Changeset 1705 for branches/alma


Ignore:
Timestamp:
02/17/10 17:19:37 (14 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-1799

Ready to Release: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Fixed a bug that OSF data were not recognized as OTF scan.


File:
1 edited

Legend:

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

    r1693 r1705  
    8888  String obstype = in[0]->getHeader().obstype ;
    8989  Double tol = 0.0 ;
    90   if ( obstype.find( "OTF" ) != String::npos ) {
     90  if ( (obstype.find( "OTF" ) != String::npos) || (obstype.find( "OBSERVE_TARGET" ) != String::npos) ) {
    9191    tol = TOL_OTF ;
    9292  }
Note: See TracChangeset for help on using the changeset viewer.