nextpyp.client.gen.TomographySessionsService#
- class nextpyp.client.gen.TomographySessionsService#
Bases:
object(no description yet)
Methods
(no description yet)
(no description yet)
(no description yet)
(no description yet)
(no description yet)
(no description yet)
Details
- create(args)#
(no description yet)
- Permission Needed:
session_create- Return type:
- Parameters:
args (TomographySessionArgs) –
- delete(session_id)#
(no description yet)
- Permission Needed:
session_delete- Return type:
None- Parameters:
session_id (str) –
- edit(session_id, args)#
(no description yet)
- Permission Needed:
session_write- Return type:
- Parameters:
session_id (str) –
args (TomographySessionArgs | None) –
- get(session_id)#
(no description yet)
- Permission Needed:
session_read- Return type:
- Parameters:
session_id (str) –
- get_drift_metadata(session_id, tilt_series_id)#
(no description yet)
- Permission Needed:
session_read- Return type:
Optional[DriftMetadata]- Parameters:
session_id (str) –
tilt_series_id (str) –
- list()#
(no description yet)
- Permission Needed:
session_list- Return type:
List[TomographySessionData]