nextpyp.client.gen.DriftMetadata#
- class nextpyp.client.gen.DriftMetadata#
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)
Details
- __init__(tilts, drifts, ctf_values, ctf_profiles, tilt_axis_angle)#
- Parameters:
tilts (List[float]) –
drifts (List[List[DriftXY]]) –
ctf_values (List[CtfTiltValues]) –
ctf_profiles (List[AvgRotData]) –
tilt_axis_angle (float) –
- Return type:
None
-
ctf_profiles:
List[AvgRotData]# (no description yet)
-
ctf_values:
List[CtfTiltValues]# (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) –
-
tilt_axis_angle:
float# (no description yet)
-
tilts:
List[float]# (no description yet)
- to_json()#
Converts this class instance into JSON
- Return type:
Dict[str,Any]