SkillAgentSearch skills...

SImMER

An open-source & modular reduction pipeline for astronomical images of point sources.

Install / Use

/learn @arjunsavel/SImMER
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SImMER

arXiv Tests codecov Maintainability License: MIT Build Status PyPI version Conda Version Code style: black Yaml Lint

Repository for developing the SImMER image reduction pipeline. If you'd like to help out, take a look at our ways to contribute. If you use this package in your research, please cite our paper.

<p align="center"> <img src="https://github.com/arjunsavel/SImMER/blob/main/docs/img/final_image.png" /> </p>

Installation

To install with conda (the recommended method), run

conda config --add channels conda-forge
conda install simmer

To install with mamba, run

mamba install simmer

To install with pip, run

pip install simmer

Or, to install from source, run

python3 -m pip install -U pip
python3 -m pip install -U setuptools setuptools_scm pep517
git clone https://github.com/arjunsavel/SImMER.git


cd simmer
python3 -m pip install -e .

Documentation

To get started, read the docs at our readthedocs site.

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated10mo ago
Forks2

Languages

Python

Security Score

67/100

Audited on May 9, 2025

No findings