Changeset 331 for trunk/python


Ignore:
Timestamp:
01/31/05 15:48:36 (19 years ago)
Author:
vor010
Message:

Line searching algorithm is now in the separate
class LFRunningMean. It allows to run the same code several passes for different
masks, criteria, etc. In the future this interface may be more readily modified
to have multiple algorithms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asaplinefind.py

    r302 r331  
    5353              regardless on the invert option
    5454        """
    55         return self.finder._getmask(invert)
     55        return self.finder.getmask(invert)
    5656    def get_ranges(self,defunits=True):
    5757        """
Note: See TracChangeset for help on using the changeset viewer.