imagepipe.tools package

Submodules

imagepipe.tools.helpers module

exception imagepipe.tools.helpers.PipeArgError

Bases: exceptions.ValueError

imagepipe.tools.helpers.list_not_string(argument)

function that checks if a list is not a string

credits: http://stackoverflow.com/questions/1055360/how-to-tell-a-variable-is-iterable-but-not-a-string

Parameters:argument
Returns:
imagepipe.tools.helpers.safe_dir_create(path)
imagepipe.tools.helpers.tiff_stack_2_np_arr(tiff_location)

Loads the image from the tiff stack to a 3D numpy array

Parameters:tiff_location
Returns:

Module contents