Ignore:
Timestamp:
03/24/14 17:32:50 (10 years ago)
Author:
WataruKawasaki
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes:

Module(s): sd

Description: (1) a bug fix in sd.scantable.parse_spw_selection(). modified to get rest frequency value correctly based on molecule ID stored for each spw (the first spectrum having the specified spw in scantable). (2) renamed 'annotation' to 'text' in class or variable names for sd.plotter2.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_Plotter2.cpp

    r2896 r2909  
    8282         .def("set_mask_x",&Plotter2::setMaskX)
    8383         .def("set_arrow",&Plotter2::setArrow)
    84          .def("set_annotation",&Plotter2::setAnnotation)
     84         .def("set_text",&Plotter2::setText)
    8585         .def("set_label_x",&Plotter2::setLabelX)
    8686         .def("set_label_y",&Plotter2::setLabelY)
Note: See TracChangeset for help on using the changeset viewer.