Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
isazi committed Dec 5, 2017
1 parent c90c855 commit 8487c3c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# AstroData

Set of C++ classes to read data and generate fake data for the pulsar search and FRB pipeline.
Set of C++ classes to operate on radio astronomical data.

# Installation

Set the `SOURCE_ROOT` environment variable to the location of the pipeline sourcode.
Set the `INSTALL_ROOT` environment variable to the location where you want the library and include files installed.
If this package is installed in `$HOME/Code/APERTIF/AstroData` this would be:

```bash
$ export SOURCE_ROOT=$HOME/Code/APERTIF
$ export INSTALL_ROOT=$HOME/Code/APERTIF
```

Then build and test as follows:
Then build as follows:

```bash
$ make
$ make install
```

## Dependencies
Expand All @@ -27,7 +27,7 @@ Then build and test as follows:
Set the LOFAR environment variable to *true*.

* [PSRDADA](http://psrdada.sourceforge.net/)
Set the PSRDADA environment variable to location of the psrdada source, preferably `SOURCE_ROOT/psrdada`.
Set the PSRDADA environment variable to location of the psrdada source, preferably `${INSTALL_ROOT}/psrdada`.

# Included classes

Expand Down

0 comments on commit 8487c3c

Please sign in to comment.