Changeset 311


Ignore:
Timestamp:
01/27/05 21:51:06 (19 years ago)
Author:
kil064
Message:

replace velocity alignment function by frequency alignment one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_SDMath.cc

    r300 r311  
    8383      def("gainel_insitu", &SDMathWrapper::gainElevationInSitu);
    8484//
    85       def("align", &SDMathWrapper::velocityAlignment);
    86       def("align_insitu", &SDMathWrapper::velocityAlignmentInSitu);
     85      def("freq_align", &SDMathWrapper::frequencyAlignment);
     86      def("freq_align_insitu", &SDMathWrapper::frequencyAlignmentInSitu);
    8787//
    8888      def("opacity", &SDMathWrapper::opacity);
Note: See TracChangeset for help on using the changeset viewer.