Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astrolabsoftware/fink-filters
Define your filters to create your alert stream in Fink!
https://github.com/astrolabsoftware/fink-filters
astronomy broker extension pyspark python
Last synced: 3 days ago
JSON representation
Define your filters to create your alert stream in Fink!
- Host: GitHub
- URL: https://github.com/astrolabsoftware/fink-filters
- Owner: astrolabsoftware
- License: apache-2.0
- Created: 2019-11-14T13:17:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T08:18:35.000Z (10 days ago)
- Last Synced: 2024-11-05T09:24:33.966Z (10 days ago)
- Topics: astronomy, broker, extension, pyspark, python
- Language: Python
- Homepage: https://fink-broker.readthedocs.io/en/latest/science/filters
- Size: 38.9 MB
- Stars: 1
- Watchers: 3
- Forks: 7
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![pypi](https://img.shields.io/pypi/v/fink-filters.svg)](https://pypi.python.org/pypi/fink-filters)
[![Sentinel](https://github.com/astrolabsoftware/fink-filters/workflows/Sentinel/badge.svg)](https://github.com/astrolabsoftware/fink-filters/actions?query=workflow%3ASentinel)
[![PEP8](https://github.com/astrolabsoftware/fink-filters/workflows/PEP8/badge.svg)](https://github.com/astrolabsoftware/fink-filters/actions?query=workflow%3APEP8)
[![codecov](https://codecov.io/gh/astrolabsoftware/fink-filters/branch/master/graph/badge.svg)](https://codecov.io/gh/astrolabsoftware/fink-filters)# Fink filters
This repository contains filters used to flag particular parts of the full stream to be distributed to Fink users. More information about available topics and how to create your filter at [https://fink-broker.readthedocs.io/en/latest/science/filters](https://fink-broker.readthedocs.io/en/latest/science/filters/).
## Installation
If you want to install the package (broker deployment), you can just pip it:
```bash
pip install fink_filters --upgrade
```