Ignore:
Timestamp:
12/27/04 22:14:55 (19 years ago)
Author:
kil064
Message:

Reimplement 'bin' with insitu version as well

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_SDMath.cc

    r165 r167  
    6262    void python_SDMath() {
    6363      def("quotient", &SDMathWrapper::quotient);
     64//
    6465      def("scale", &SDMathWrapper::scale);
    6566      def("scale_insitu", &SDMathWrapper::scaleInSitu);
     67//
    6668      def("add", &SDMathWrapper::add);
    6769      def("add_insitu", &SDMathWrapper::addInSitu);
     70//
    6871      def("hanning", &SDMathWrapper::hanning);
     72//
    6973      def("average", &SDMathWrapper::average);
     74//
    7075      def("averagepol", &SDMathWrapper::averagePol);
    7176      def("averagepol_insitu", &SDMathWrapper::averagePolInSitu);
     77//
    7278      def("bin", &SDMathWrapper::bin);
     79      def("bin_insitu", &SDMathWrapper::binInSitu);
     80//
    7381      def("stats", &SDMathWrapper::statistic);
    7482    };
Note: See TracChangeset for help on using the changeset viewer.