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.OperationTakes a filesystem path and calls fabIO to load it.
paws.core.operations.IO.IMAGE.FabIOWrite module¶
-
class
paws.core.operations.IO.IMAGE.FabIOWrite.FabIOWrite[source]¶ Bases:
paws.core.operations.Operation.OperationUse 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.
paws.core.operations.IO.IMAGE.LoadTif module¶
-
class
paws.core.operations.IO.IMAGE.LoadTif.LoadTif[source]¶ Bases:
paws.core.operations.Operation.OperationTakes a filesystem path that points to a .tif, outputs image data from the file.
paws.core.operations.IO.IMAGE.LoadTif_PIL module¶
-
class
paws.core.operations.IO.IMAGE.LoadTif_PIL.LoadTif_PIL[source]¶ Bases:
paws.core.operations.Operation.OperationTakes a filesystem path that points to a .tif, outputs image data and metadata from the file.