Skip to content

Commit

Permalink
Some minor changes to the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scottransom authored Nov 20, 2019
1 parent e2c2a96 commit f3c3f18
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,25 +125,25 @@ often required when working with pulsar data such as time conversions,
Fourier transforms, time series and FFT exploration, byte-swapping,
etc.

The Fourier-Domain acceleration search technique that PRESTO uses in
the routine accelsearch is described in [Ransom, Eikenberry, and
Middleditch
**References**: The Fourier-Domain acceleration search technique
that PRESTO uses in the routine `accelsearch` is described in
[Ransom, Eikenberry, and Middleditch
(2002)](https://ui.adsabs.harvard.edu/abs/2002AJ....124.1788R/abstract),
the "jerk" search capability is described in
[Andersen & Ransom (2018)](https://ui.adsabs.harvard.edu/abs/2018ApJ...863L..13A/abstract),
and the phase-modulation search technique used by search_bin is described in
and the phase-modulation search technique used by `search_bin` is described in
[Ransom, Cordes, and Eikenberry
(2003)](https://ui.adsabs.harvard.edu/abs/2003ApJ...589..911R/abstract). Some
other basic information about PRESTO can be found in my
[thesis](http://www.cv.nrao.edu/~sransom/ransom_thesis_2001.pdf). I
will eventually get around to finishing the documentation for PRESTO,
but until then you should know that each routine returns its basic
usage when you call it with no arguments. I am also willing to
provide limited support via email or telephone (434-296-0320).

**Tutorial**: Note that in the "docs" directory there is a tutorial
which walks you through all the main steps of finding pulsars using
PRESTO.
[thesis](http://www.cv.nrao.edu/~sransom/ransom_thesis_2001.pdf).

**Support/Docs**: I may eventually get around to finishing the
documentation for PRESTO, but until then you should know that each
routine returns its basic usage when you call it with no arguments.
I am also willing to provide limited support via email (see below).

**Tutorial**: There is a tutorial in the "docs" directory which walks
you through all the main steps of finding pulsars using PRESTO.

## Getting it:
The PRESTO source code is released under the GPL and
Expand Down

0 comments on commit f3c3f18

Please sign in to comment.