dlpy.images.ImageTable.load_files

classmethod ImageTable.load_files(conn, path, casout=None, columns=None, caslib=None, **kwargs)

Create ImageTable from files in path

Parameters
connCAS

The CAS connection object

pathstring

The path to the image directory on the server. Path may be absolute, or relative to caslib root if specified.

casoutdict, optional

The output table specifications

columnslist of str, optional

Specifies the extra columns in the image table.

caslibstring, optional

The name of the caslib containing the images.

kwargskeyword arguments, optional

Additional keyword arguments to the image.loadimages action. For details, see the loadimages action

Returns
ImageTable