paws.core.operations.PACKAGING package¶
Subpackages¶
Submodules¶
paws.core.operations.PACKAGING.LogLogZip module¶
-
class
paws.core.operations.PACKAGING.LogLogZip.LogLogZip[source]¶ Bases:
paws.core.operations.Operation.OperationTake the base-10 logarithm of two 1d arrays, then zip them together. Any elements with non-positive or nan values are removed.
paws.core.operations.PACKAGING.Window module¶
-
class
paws.core.operations.PACKAGING.Window.Window[source]¶ Bases:
paws.core.operations.Operation.OperationWindow an n-by-2 array x_y such that x is bounded by specified limits
paws.core.operations.PACKAGING.WindowZip module¶
-
class
paws.core.operations.PACKAGING.WindowZip.WindowZip[source]¶ Bases:
paws.core.operations.Operation.OperationFrom input sequences for x and y, produce an n-by-2 array where x is bounded by the specified limits
paws.core.operations.PACKAGING.Zip module¶
-
class
paws.core.operations.PACKAGING.Zip.Zip[source]¶ Bases:
paws.core.operations.Operation.OperationZip two 1d arrays together.