Welcome to Argonne AI-Driven Adaptive Sampling System (AIDAS)’s documentation!#
User Guide
The cookbook provides in-depth information on how to use AIDAS, including how to get started. This is where to look for general conceptual descriptions on how to use parts of AIDAS, including how to make your first lake breeze front and the required data preprocessing to do so.
Reference Guide
The reference guide contains detailed descriptions on every function and class within AIDAS. This is where to turn to understand how to use a particular feature or where to search for a specific tool
Developer Guide
Want to help make AIDAS better? Found something that’s not working quite right? You can find instructions on how to contribute to AIDAS here. You can also find detailed descriptions on tools useful for developing AIDAS.
Example Gallery
Check out AIDAS’s gallery of examples which contains sample code demonstrating various parts of AIDAS’s functionality.
Getting started#
AIDAS is published on PyPI as aidas-atmos:
$ pip install aidas-atmos
See Installation for installing from source and for the full list of requirements.