atomicds.results.rheed_video¶
Classes
|
RHEED video result |
- class atomicds.results.rheed_video.RHEEDVideoResult(data_id: UUID | str, timeseries_data: DataFrame, snapshot_image_data: list[RHEEDImageResult] | None, rotating: bool)[source]
Bases:
MSONableRHEED video result
- Parameters:
data_id (UUID | str) – Data ID for the entry in the data catalogue.
timeseries_data (DataFrame) – Pandas DataFrame with timeseries data associated with the video. Includes cluster assignments, specular intensity, strain, etc…
snapshot_image_data (list[atomicds.results.rheed_image.RHEEDImageResult]) – List of
atomicds.results.rheed_image.RHEEDImageResultobjects containing data for images associated with each user extracted snapshot in the video.rotating (bool) – Whether the video was taken of a rotating stage.