Skip to content

Commit

Permalink
added installation files and badges
Browse files Browse the repository at this point in the history
  • Loading branch information
edwarddramirez committed May 16, 2024
1 parent 4c5f914 commit c627f34
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/license/mit) ![Python](https://img.shields.io/badge/python-3.9.16-blue.svg) ![Repo Size](https://img.shields.io/github/repo-size/edwarddramirez/allsky-point-source-detection)

# dmbinaries
This repository contains the code used to produce the results shown in [arXiv:2209.08100](https://arxiv.org/abs/2209.08100). It is meant to act as a supplement focusing more on the actual structure of the code. Through our tutorial notebooks, we hope to help others in either better understanding our results or perform their own set of simulations for various purposes such as: setting their own constraints on subhalos, simulate binary evolution for some other purpose, or improve this code to set more robust limits.

Please read the *README.md* file within each file for content information. We strongly encourage readers to read the paper before working with the code.

# Installation
Run the `environment.yml` file by running the following command on the main repo directory:
```
conda env create
```
The installation works for `conda==22.9.0`.

## Directory Structure
### 1. Data
- Directory: data
Expand Down
14 changes: 14 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: dmb
channels:
- conda-forge
- defaults
dependencies:
- ipykernel=6.20.2
- ipython_genutils=0.2.0
- jupyter=1.0.0
- jupyter_client=6.1.12
- matplotlib-inline=0.1.2
- pip=21.2.4
- python=3.9.18
- pip:
- -r requirements.txt
Binary file modified evolution/fig-u-v0.6.pdf
Binary file not shown.
11 changes: 11 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
astropy==5.1.1
corner==2.2.2
dustmaps==1.0.13
emcee==2.2.1
ipython==8.12.3
isochrones==2.1
matplotlib==3.6.2
numpy==1.23.4
pandas==2.2.2
pyia==1.4.1
scipy==1.9.3

0 comments on commit c627f34

Please sign in to comment.