ImageLibrary

class ImageLibrary[source]

Bases: object

Methods Summary

add_item(imageitem[, overwrite_on_export])

Add image item to the list as a dictionary.

clear_imlist()

delete_item(imageitem)

find_imageitem(imageitem)

get_imlist()

product_in_list(imageitem)

Methods Documentation

add_item(imageitem, overwrite_on_export=True)[source]

Add image item to the list as a dictionary. If overwrite_on_export is True, only the last image of multiple ones originating from the same data selection is exported in h*_exportdata. If the parameter is set to False, each of these images is being exported individually, discriminating between them with a version suffix.

clear_imlist()[source]
delete_item(imageitem)[source]
find_imageitem(imageitem)[source]
get_imlist()[source]
product_in_list(imageitem)[source]