Skip to content

Commit

Permalink
Merge pull request #37 from mattpitkin/allow_time_array
Browse files Browse the repository at this point in the history
Allow time array to be passed directly to the tempopulsar class. Thanks Matt. I'm going to take you up on your offer to maintain this functionality. It's great that libstempo can be have a high-frequency GW application!
  • Loading branch information
vallis authored Apr 13, 2021
2 parents 46805d3 + 5d12cc7 commit 0fc488b
Show file tree
Hide file tree
Showing 4 changed files with 617 additions and 27 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@
## Installation

### conda Install
`libstempo` is installed most simply via conda as the `tempo` dependency

`libstempo` is installed most simply via [conda](https://docs.conda.io/en/latest/) as the `tempo` dependency
is bundled in the conda recipe. Simply use
```bash
conda install -c conda-forge libstempo
```

### pip Install

To use `libstempo` with pip (or from source), tempo2 must be installed as a prerequisite. Currently there are two recommended methods to do this.

1. Install via script.
Expand Down
76 changes: 63 additions & 13 deletions demo/libstempo-toasim-demo.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 0fc488b

Please sign in to comment.