Changeset 2397


Ignore:
Timestamp:
01/11/12 16:29:30 (12 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-2816

Ready for Test: 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...

Updated log messages and documentation.


Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapgrid.py

    r2396 r2397  
    2626       # set convolution function
    2727       g.setFunc( func='sf', width=3 )
     28       # enable min/max clipping
     29       g.enableClip()
     30       # or, disable min/max clipping
     31       #g.disableClip()
    2832       # actual gridding
    2933       g.grid()
  • trunk/src/STGrid.cpp

    r2396 r2397  
    845845  os << "getData: elapsed time is " << eGetData_-eToInt-eGetWeight << " sec." << LogIO::POST ;
    846846  os << "toPixel: elapsed time is " << eToPixel_ << " sec." << LogIO::POST ;
    847   os << "ggridsd: elapsed time is " << eGGridSD_ << " sec." << LogIO::POST ;
     847  os << "ggridsd2: elapsed time is " << eGGridSD_ << " sec." << LogIO::POST ;
    848848  os << "toInt: elapsed time is " << eToInt << " sec." << LogIO::POST ;
    849849  os << "getWeight: elapsed time is " << eGetWeight << " sec." << LogIO::POST ;
Note: See TracChangeset for help on using the changeset viewer.