Change the geometry of a 2D object.
| Parameters: |
|
|---|
Create a 2D object.
| Parameters: |
|
|---|---|
| Returns: | int – the ID of the constructed object. |
Delete a 2D object.
| Parameters: | ids (int or list) – ID or list of ID’s to delete. |
|---|
Get a 2D object.
| Parameters: | i (int) – ID of object to get. |
|---|---|
| Returns: | numpy.ndarray – The object data. |
Get the geometry of a 2D object.
| Parameters: | i (int) – ID of object. |
|---|---|
| Returns: | dict – The geometry of object with ID i. |
Get a 2D object with memory shared between the ASTRA toolbox and numpy array.
| Parameters: | i (int) – ID of object to get. |
|---|---|
| Returns: | numpy.ndarray – The object data. |
Get a 2D object in single precision.
| Parameters: | i (int) – ID of object to get. |
|---|---|
| Returns: | numpy.ndarray – The object data. |
Fill existing 2D object with data.
| Parameters: |
|
|---|