Create projector object.
Parameters: | config (dict) – Projector options. |
---|---|
Returns: | int – the ID of the constructed object. |
Delete a projector object.
Parameters: | ids (int or list) – ID or list of ID’s to delete. |
---|
Get sparse matrix of a projector.
Parameters: | i (int) – ID of projector. |
---|---|
Returns: | int – ID of sparse matrix. |
Get projection geometry of a projector.
Parameters: | i (int) – ID of projector. |
---|---|
Returns: | dict – projection geometry |