https://github.com/icecube/alertstack

Code to test correlations of catalogues and neutrino alerts

https://github.com/icecube/alertstack

Science Score: 8.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
    Organization icecube has institutional domain (icecube.wisc.edu)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.5%) to scientific vocabulary
Last synced: 5 months ago · JSON representation

Repository

Code to test correlations of catalogues and neutrino alerts

Basic Info
  • Host: GitHub
  • Owner: icecube
  • Language: Jupyter Notebook
  • Default Branch: master
  • Homepage:
  • Size: 4.57 MB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created over 6 years ago · Last pushed about 4 years ago

https://github.com/icecube/alertstack/blob/master/

# alertstack

[![Build Status](https://travis-ci.org/icecube/alertstack.svg?branch=master)](https://travis-ci.org/icecube/alertstack) [![Coverage Status](https://coveralls.io/repos/github/icecube/alertstack/badge.svg)](https://coveralls.io/github/icecube/alertstack)  [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/icecube/alertstack/HEAD)

Code to test correlations of catalogues and neutrino alerts, created by [@robertdstein](https://github.com/robertdstein) and [@clagunas](https://github.com/clagunas).

*This code is still under development, so is not endorsed by the IceCube collaboration for external analysis.*

## Get Started

Try running *alertstack* at:

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/icecube/alertstack/HEAD)

and then look at examples to get an idea.

## Install locally

To install locally:

```
git clone https://github.com/icecube/alertstack.git
pip install -e alertstack/
```

Pip installation with pypi will soon be supported too.

## Use full skymaps

*alertstack* runs both with published neutrino information or internal likelihood skymaps. Icecube Collaboration members can run:

```
export NU_SKYMAP_DIR=/path/to/healpix/files 
```

to import and use Healpix files. 

Owner

  • Name: IceCube Neutrino Observatory
  • Login: icecube
  • Kind: organization
  • Location: South Pole Station, Antarctica

Repo Guide: https://github.com/icecube/icecube.github.io/wiki

GitHub Events

Total
Last Year

Dependencies

setup.py pypi
  • astropy *
  • coveralls *
  • healpy *
  • matplotlib *
  • numpy >=1.17.0
  • scipy *
  • tqdm >=4.42.0