Skip to content

Python package for dark matter subhalo searches using stellar kinematic data

Notifications You must be signed in to change notification settings

MSABuschmann/stellarWakes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stellarContrails

This code uses stellar kinematic data to search for dark matter (DM) subhalos through their gravitational perturbations to the stellar phase-space distribution.

Authors

  • Malte Buschmann; buschman at umich.edu
  • Joachim Kopp; jkopp at uni-mainz dot de
  • Benjamin R. Safdi; bsafdi at umich dot edu
  • Chih-Liang Wu; cliang at mit.edu

If you make use of stellarContrails in a publication, please cite 1710.xxxxx.

Compiling and Running

This code package is written in python and cython. The easiest way to install stellarContrails, along with it's dependent Python packages, is to use the setup script

python setup.py install

which also builds the cython modules. To just compile the cython modules locally:

make build

Examples

An example of how to use stellarContrails is provided in the examples/ folder in the form of a jupyter notebook. That notebook uses example stellar kinematic data, with and without a subhalo, provided in the examples/data/ folder.

About

Python package for dark matter subhalo searches using stellar kinematic data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.2%
  • Makefile 1.8%