atomicds.streaming.rheed_stream¶
Classes
|
High-performance RHEED frame streaming client. |
- class atomicds.streaming.rheed_stream.RHEEDStreamer(api_key: str, endpoint: str | None = None, verbosity: int | None = None) None[source]
Bases:
objectHigh-performance RHEED frame streaming client.
Bridges Python to a Rust/PyO3 backend for efficient, concurrent packaging and upload of uint8 grayscale frames to the Atomscale platform.
- Parameters:
api_key (
str)endpoint (
str|None)verbosity (
int|None)