paws.core.operations.IO.IMAGE package

Submodules

paws.core.operations.IO.IMAGE.FabIOOpen module

class paws.core.operations.IO.IMAGE.FabIOOpen.FabIOOpen[source]

Bases: paws.core.operations.Operation.Operation

Takes a filesystem path and calls fabIO to load it.

run()[source]

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

paws.core.operations.IO.IMAGE.FabIOWrite module

class paws.core.operations.IO.IMAGE.FabIOWrite.FabIOWrite[source]

Bases: paws.core.operations.Operation.Operation

Use FabIO to write out an image, given image data, directory path, filename, file tag, extension, an image header (dict), and a flag for whether or not to overwrite.

Outputs the full file path where the image was written, which should be dir_path+filename+filetag+ext.

run()[source]

Call on fabIO to extract image data

paws.core.operations.IO.IMAGE.LoadTif module

class paws.core.operations.IO.IMAGE.LoadTif.LoadTif[source]

Bases: paws.core.operations.Operation.Operation

Takes a filesystem path that points to a .tif, outputs image data from the file.

run()[source]

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

paws.core.operations.IO.IMAGE.LoadTif_PIL module

class paws.core.operations.IO.IMAGE.LoadTif_PIL.LoadTif_PIL[source]

Bases: paws.core.operations.Operation.Operation

Takes a filesystem path that points to a .tif, outputs image data and metadata from the file.

run()[source]

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

Module contents