Prerequisites
- Python 3.10 through 3.12
- An active Atomscale account
- An API key from the Atomscale Dashboard (found in User > Manage Account > Access)
Install the client
Create a client
TheClient reads AS_API_KEY and AS_API_ENDPOINT from the environment. Export the variables or pass values explicitly.
Verify the connection
Run a simple search to confirm the client is working:Mute progress bars
For non-interactive environments like CI pipelines, passmute_bars=True:
Next steps
Upload Data
Send files to Atomscale for analysis.
Search Data
Find items in your data catalogue.
Inspect Results
Explore analysis outputs and plots.
Stream RHEED
Push frames from your instrument in real time.