---
sd_hide_title: true
---

# prose

```{image} _static/prose3.png
:width: 420px
:align: center
```

+++

A Python package to build modular image processing pipelines for Astronomy.

```{admonition} Where to start?
:class: tip 
🌌 [Install](md/installation.md) prose and read about its [core objects](ipynb/core.ipynb)

📦 Explore the library of pre-implemented [blocks](md/blocks.rst)

✨ Obtain a light curve from raw images by following the [Basic Photometry tutorial](ipynb/photometry.ipynb)
```

```{toctree}
:maxdepth: 1
:caption: Get started

md/installation
ipynb/quickstart
ipynb/core
ipynb/acknowledgement
```

```{toctree}
:maxdepth: 1
:caption: Tutorials

ipynb/fitsmanager
ipynb/photometry
ipynb/customblock
ipynb/catalogs
```


```{toctree}
:maxdepth: 1
:caption: Case studies

ipynb/casestudies/transit.ipynb
ipynb/casestudies/hiaka.ipynb
ipynb/casestudies/comet.ipynb
ipynb/casestudies/satellite.ipynb
```

```{toctree}
:maxdepth: 1
:caption: Reference

ipynb/sources
md/blocks
md/api
tested_blocks.md
md/debug
```