Changeset 1658 for branches/alma


Ignore:
Timestamp:
11/10/09 20:24:58 (14 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: N

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


Tolerance of position coincidence in average() for pointing observation
is relaxed from 2 arcsec to 20 arcsec.

File:
1 edited

Legend:

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

    r1652 r1658  
    5959// tolerance for direction comparison (rad)
    6060#define TOL_OTF    1.0e-15
    61 #define TOL_POINT  1.0e-5  // 2 arcsec
     61#define TOL_POINT  9.6963e-5  // 20 arcsec
    6262
    6363STMath::STMath(bool insitu) :
Note: See TracChangeset for help on using the changeset viewer.