Skip to content

Commit

Permalink
Merge pull request #163 from AstroAccelerateOrg/ccarels-readme
Browse files Browse the repository at this point in the history
Added gnuplot command for analysis and periodicity
  • Loading branch information
ccarels authored Feb 28, 2019
2 parents 157362f + c52fc49 commit 7a9b551
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,14 @@ By default, the astro-accelerate executable looks for a configuration file in th
A configuration file is required in order to run astro-accelerate.
A number of example configuration files are included in the repository.

Step 4: Results
==
To print results from the `analysis` and `periodicity` modules using gnuplot, use the following command

splot "../path/to/output_file.dat" binary format="%f%f%f%f" u 1:2:3 palette

which will plot the raw output data as saved to disk.

Optimisations and Tuning
==
Astro-Accelerate comes with the facility to tune the software to the input that the user provides.
Expand Down

0 comments on commit 7a9b551

Please sign in to comment.