Welcome to MicroLIA-Simulate’s documentation!
Documentation status (last updated Mar 11, 2026)
This documentation is actively being developed!
MicroLIA-Simulate is the dedicated simulation API for the MicroLIA framework, serving as a standalone engine for generating synthetic lightcurves for astronomical datasets.
Quick Start
Installation
MicroLIA-Simulate requires Python 3.12+. Install the latest stable release via pip:
pip install MicroLIA-Simulate
Alternatively, install the development version from GitHub:
git clone https://github.com/Professor-G/MicroLIA-Simulate.git
cd MicroLIA-Simulate
pip install -e .
User Guide
Detailed guides on how to generate parameters and simulate light curves.
API Reference