Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alvmas authored Jun 7, 2022
1 parent 3d97aac commit e413ebd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# PulsarTimingAnalysis

The intention of this repository is to present a package with all the tools needed to perform the periodicity analysis of pulsars at Very High Energy using Python and focusing on the LST-1 telescope analysis chain:
1. Modelling and calculation of phases
2. Statistics and search for pulsations
1. Modelling and calculation of phases with LST-1 and Fermi-LAT data
2. Statistics, building phaseograms and search for pulsations with LST-1 and Fermi-LAT data


# Installation
The easiest way to install the package is by cloning the repository:
The easiest way to install the package is by cloning the repository and creating a new environment with the environment.yml

```
git clone https://github.com/alvmas/PulsarTimingAnalysis.git
Expand All @@ -15,3 +15,4 @@ conda env create -n pulsar-lst1 -f environment.yml
conda activate pulsar-lst1
pip install .
```

0 comments on commit e413ebd

Please sign in to comment.