dlpy.images.ImageTable.to_sashdat¶
-
ImageTable.
to_sashdat
(path=None, name=None, **kwargs)¶ Save the ImageTable to a sashdat file
Parameters: - path : string
Specifies the directory on the server to save the images
- kwargs : keyword arguments, optional
Specifies additional arguments for the save action. For more details, see table.save
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)") >>> img_tbl.show() >>> img_table.to_sashdat("/target/directory")