https://github.com/astrolabsoftware/fink_grandma_kn
This repository hosts the ZTF alert data processed by Fink and used in the first phase of the GRANDMA/Kilonova-catcher observations
https://github.com/astrolabsoftware/fink_grandma_kn
Last synced: 14 days ago
JSON representation
This repository hosts the ZTF alert data processed by Fink and used in the first phase of the GRANDMA/Kilonova-catcher observations
- Host: GitHub
- URL: https://github.com/astrolabsoftware/fink_grandma_kn
- Owner: astrolabsoftware
- License: apache-2.0
- Created: 2021-09-24T05:53:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T14:14:46.000Z (about 4 years ago)
- Last Synced: 2025-02-28T07:49:01.128Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 24.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GRANDMA/Kilonova-catcher: 1st campaign
This repository hosts the [ZTF](https://www.ztf.caltech.edu/) alert data processed by [Fink](https://fink-broker.org) and used in the first phase of the [GRANDMA/Kilonova-catcher](https://grandma-kilonovacatcher.lal.in2p3.fr/) campaign (2021/04/01 to 2021/08/31). You will find 4 notebooks:
- [Introduction](introduction.ipynb): Describe the basics to manipulate alert data
- [KN-LC filter](KN-LC_filter.ipynb): Candidates from the filter using the kilonova classifier
- [KN-Mangrove filter](KN-Mangrove_filter.ipynb): Candidates from the filter using a crossmatch with Mangrove galaxies
- [KN-rate-based filter](KN-rate-based_filter.ipynb): Candidates from the rate-based filter
Alert data are located under [data](data/). Note that during this period, Fink received 29,161,507 alerts from ZTF, and processed 10,273,271 alerts that pass the quality cuts.
The notebooks have dependencies in several external libraries. To install them:
```
pip install -r requirements.txt
```