f.close()
class DifferenceCommand (Command):
- """Calculate the derivative (actually, the discrete differentiation)
- of a curve data block.
-
- See :func:`hooke.util.calculus.derivative` for implementation
- details.
+ """Calculate the difference between two blocks of data.
"""
def __init__(self, plugin):
super(DifferenceCommand, self).__init__(
outqueue.put(out)
class DerivativeCommand (Command):
- """Calculate the difference between two blocks of data.
+ """Calculate the derivative (actually, the discrete differentiation)
+ of a curve data block.
+
+ See :func:`hooke.util.calculus.derivative` for implementation
+ details.
"""
def __init__(self, plugin):
super(DerivativeCommand, self).__init__(