nextpyp.client.gen.AvgRotData#

class nextpyp.client.gen.AvgRotData#

Bases: object

(no description yet)

Methods

__init__

deserialize

rtype:

AvgRotData

from_json

Creates a new class instance from JSON

serialize

rtype:

str

to_json

Converts this class instance into JSON

Attributes

TYPE_ID

spatial_freq

(no description yet)

avg_rot

(no description yet)

ctf_fit

(no description yet)

cross_correlation

(no description yet)

min_res

(no description yet)

Details

__init__(spatial_freq, avg_rot, ctf_fit, cross_correlation, min_res)#
Parameters:
  • spatial_freq (List[float]) –

  • avg_rot (List[float]) –

  • ctf_fit (List[float]) –

  • cross_correlation (List[float]) –

  • min_res (float) –

Return type:

None

avg_rot: List[float]#

(no description yet)

cross_correlation: List[float]#

(no description yet)

ctf_fit: List[float]#

(no description yet)

classmethod from_json(json, type_ids=None)#

Creates a new class instance from JSON

Return type:

AvgRotData

Parameters:
  • json (Dict[str, Any]) –

  • type_ids (Dict[str, str] | None) –

min_res: float#

(no description yet)

spatial_freq: List[float]#

(no description yet)

to_json()#

Converts this class instance into JSON

Return type:

Dict[str, Any]