dlpy.images.ImageTable.copy_table

ImageTable.copy_table(casout=None)

Create a copy of the ImageTable

Parameters:
casout : dict, optional

Output CAS table parameters

Returns:
ImageTable

Examples

>>> from swat import CAS
>>> from dlpy.images import ImageTable
>>> s=CAS("cloud.example.com", 5570)
>>> img_tbl=ImageTable.load_files(s, "/path/to/images", caslib="CASUSER(user)")
>>> copy_tbl=img_tbl.copy_table()