Ignore:
Timestamp:
07/08/09 11:22:27 (15 years ago)
Author:
Malte Marquarding
Message:

Ticket #170: added scantable.get_coordinate(row). Note that this in the specified reference frame NOT in the basese frame, e.g. usually LSRK/BARY not TOPO. That means that coord.to_frequency(coord.get_rerencepixel()) != coord.get_reference_value(). You need to run {{{freq_align to rectify this

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_Scantable.cpp

    r1586 r1598  
    125125    .def("_getdirectionvec", &ScantableWrapper::getDirectionVector)
    126126    .def("_parallactify", &ScantableWrapper::parallactify)
     127    .def("get_coordinate", &ScantableWrapper::getCoordinate)
    127128  ;
    128129};
Note: See TracChangeset for help on using the changeset viewer.