paws.core.operations.PACKAGING package

Submodules

paws.core.operations.PACKAGING.LogLogZip module

class paws.core.operations.PACKAGING.LogLogZip.LogLogZip[source]

Bases: paws.core.operations.Operation.Operation

Take the base-10 logarithm of two 1d arrays, then zip them together. Any elements with non-positive or nan values are removed.

run()[source]

Operation.run() should use the Operation.inputs and set values for all of the items in Operation.outputs.

paws.core.operations.PACKAGING.Window module

class paws.core.operations.PACKAGING.Window.Window[source]

Bases: paws.core.operations.Operation.Operation

Window an n-by-2 array x_y such that x is bounded by specified limits

run()[source]

Operation.run() should use the Operation.inputs and set values for all of the items in Operation.outputs.

paws.core.operations.PACKAGING.WindowZip module

class paws.core.operations.PACKAGING.WindowZip.WindowZip[source]

Bases: paws.core.operations.Operation.Operation

From input sequences for x and y, produce an n-by-2 array where x is bounded by the specified limits

run()[source]

Operation.run() should use the Operation.inputs and set values for all of the items in Operation.outputs.

paws.core.operations.PACKAGING.Zip module

class paws.core.operations.PACKAGING.Zip.Zip[source]

Bases: paws.core.operations.Operation.Operation

Zip two 1d arrays together.

run()[source]

Operation.run() should use the Operation.inputs and set values for all of the items in Operation.outputs.

Module contents