client.get() to fetch analysis results for items in the catalogue. The method returns result objects with time series data, extracted frames, pattern graphs, and more.
Fetch analysed items
analysed is a result object depending on the source data type: RHEEDVideoResult, RHEEDImageResult, XPSResult, PhotoluminescenceResult, RamanResult, MetrologyResult, or OpticalResult.
Inspect time series data
For video results, access thetimeseries_data attribute to get a DataFrame with per-frame metrics:
Work with extracted frames
Video results include snapshot images at key moments:pattern_graph exposes the detected diffraction network, while get_pattern_dataframe() returns positions, intensities, and labels for each spot.