Algorithms: the algorithm module¶
-
astra.algorithm.create(config)[source]¶ Create algorithm object.
Parameters: config ( dict) – Algorithm options.Returns: int– the ID of the constructed object.
-
astra.algorithm.delete(ids)[source]¶ Delete a matrix object.
Parameters: ids ( intorlist) – ID or list of ID’s to delete.