-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathllms.txt
More file actions
21 lines (12 loc) · 1.58 KB
/
Copy pathllms.txt
File metadata and controls
21 lines (12 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# PyAutoGalaxy
> PyAutoGalaxy (package `autogalaxy`) is a Bayesian galaxy-morphology fitting library — light/mass profiles, `Galaxy`/`Galaxies`, per-dataset `Fit`/`Analysis` classes, and inversions for linear profiles and pixelizations. This file is a signpost: it points you to the right resource by intent — use the API, learn it, or work on the library itself.
## Use it (examples & tutorials)
- [autogalaxy_workspace navigator](https://github.com/PyAutoLabs/autogalaxy_workspace/blob/main/llms.txt): end-to-end example scripts and notebooks per science case — the paste-friendly task router. Send any "how do I model / simulate / analyse X?" question here.
- [autogalaxy_assistant](https://github.com/PyAutoLabs/autogalaxy_assistant): the PyAutoGalaxy AI assistant — task skills, a curated API reference and a bundled real JWST dataset in one repo you drive by conversation (browser chat via a GitHub connector, or a local coding agent); start from its `llms.txt` front door.
- [HowToGalaxy](https://github.com/PyAutoLabs/HowToGalaxy): from-first-principles lecture series on galaxy morphology and Bayesian fitting.
## API reference & docs
- [PyAutoGalaxy documentation (ReadTheDocs)](https://pyautogalaxy.readthedocs.io/en/latest/): API reference, feature overviews, and the installation guide.
## Work on it (contributors / coding agents)
- [AGENTS.md](./AGENTS.md): build, tests, architecture, and the JAX / decorator conventions.
## Ecosystem
- Built on PyAutoArray (data structures) + PyAutoFit (inference) + PyAutoNerves (config); used by PyAutoLens, which builds multi-plane lensing on it.