Ignore:
Timestamp:
01/29/13 19:21:55 (11 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-4770

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

Various fixes to avoid segmentation fault, and a few updates on
python interface.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STApplyCal.h

    r2742 r2750  
    6666
    6767  // apply tables
    68   void apply(casa::Bool insitu=true, casa::Bool filltsys=false);
     68  void apply(casa::Bool insitu=false, casa::Bool filltsys=true);
    6969
    7070  // split target data and store it to disk
     
    8888               casa::Vector<casa::uInt> &rows,
    8989               casa::Vector<casa::uInt> &skylist,
    90                casa::Bool filltsys=false);
     90               casa::Bool filltsys=true);
    9191
    9292  // get frequency information from FREQUENCIES subtable
Note: See TracChangeset for help on using the changeset viewer.