Ignore:
Timestamp:
12/28/12 13:35:27 (11 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: Yes (CAS-4141)

Ready for Test: Yes

Interface Changes: Yes

What Interface Changed: added temporal methods to set scantable to STSideBandSep for a workaround.

Test Programs:

Put in Release Notes: No

Module(s): STSideBandSep and sbseparator

Description:

Enabled getting LO1 frequency based on information in scantable header
(if necessary information exists).


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_STSideBandSep.cpp

    r2711 r2712  
    3131    .def( "set_imgtable", &STSideBandSep::setImageTable )
    3232    .def( "solve_imgfreq", &STSideBandSep::solveImageFreqency )
     33    .def( "_get_asistb_from_scantb", &STSideBandSep::setScanTb0 )
    3334  ;
    3435};
Note: See TracChangeset for help on using the changeset viewer.