nextpyp.client.gen.RealTimeS2CSessionLargeData#

class nextpyp.client.gen.RealTimeS2CSessionLargeData#

Bases: object

(no description yet)

Methods

__init__

deserialize

rtype:

RealTimeS2CSessionLargeData

from_json

Creates a new class instance from JSON

serialize

rtype:

str

to_json

Converts this class instance into JSON

Attributes

TYPE_ID

micrographs

(no description yet)

tilt_serieses

(no description yet)

two_dclasses

(no description yet)

Details

__init__(micrographs, tilt_serieses, two_dclasses)#
Parameters:
Return type:

None

classmethod from_json(json, type_ids=None)#

Creates a new class instance from JSON

Return type:

RealTimeS2CSessionLargeData

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

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

micrographs: List[MicrographMetadata]#

(no description yet)

tilt_serieses: List[TiltSeriesData]#

(no description yet)

to_json()#

Converts this class instance into JSON

Return type:

Dict[str, Any]

two_dclasses: List[TwoDClassesData]#

(no description yet)