nextpyp.client.gen.CtfTiltValues#
- class nextpyp.client.gen.CtfTiltValues#
Bases:
object(no description yet)
Methods
deserialize- rtype:
Creates a new class instance from JSON
serialize- rtype:
str
Converts this class instance into JSON
Attributes
TYPE_ID(no description yet)
(no description yet)
(no description yet)
(no description yet)
(no description yet)
(no description yet)
Details
- __init__(index, defocus1, defocus2, astigmatism, cc, resolution)#
- Parameters:
index (int) –
defocus1 (float) –
defocus2 (float) –
astigmatism (float) –
cc (float) –
resolution (float) –
- Return type:
None
-
astigmatism:
float# (no description yet)
-
cc:
float# (no description yet)
-
defocus1:
float# (no description yet)
-
defocus2:
float# (no description yet)
- classmethod from_json(json, type_ids=None)#
Creates a new class instance from JSON
- Return type:
- Parameters:
json (Dict[str, Any]) –
type_ids (Dict[str, str] | None) –
-
index:
int# (no description yet)
-
resolution:
float# (no description yet)
- to_json()#
Converts this class instance into JSON
- Return type:
Dict[str,Any]