Ignore:
Timestamp:
04/12/12 11:22:53 (12 years ago)
Author:
neise
Message:
supports automodule
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/pyscripts/pyfact/extractor.py

    r13230 r13333  
    1818       
    1919        """
     20        self.__module__="extractor"
    2021        self.min = min
    2122        self.max = max
     
    4849        """ initialize integration Window
    4950        """
     51        self.__module__="extractor"
    5052        self.min = min
    5153        self.max = max
     
    7173        """ initialize integration Window
    7274        """
     75        self.__module__="extractor"
    7376        self.min = min
    7477        self.max = max
     
    9396    """
    9497    def __init__(self, slope=1, name = 'ZeroXing'):
     98        self.__module__="extractor"
    9599        if (slope >= 0):
    96100            self.slope = 1  # search for rising edge crossing
Note: See TracChangeset for help on using the changeset viewer.