Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ehrlichman committed Jun 9, 2016
1 parent c75367e commit 9b6c2a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# FortNAFF
Numerical Analysis of Fundamental Frequencies (NAFF) Algorithm implemented in Fortran 90.

This is an implementation of J. Laskar's NAFF algorithm in Fortran 90. This code was originally developed for the Bmad particle accelerator simulation library.
This is a straightforward implementation of J. Laskar's NAFF algorithm in Fortran 90. This code was originally developed for the Bmad particle accelerator simulation library.

The test_naff.f90 program demonstrates the use and accuracy of the algorithm.

At present, this code is dependent on the numerical recipes module "nr" that is distributed with Bmad. The numerical recipes modules used are brent, which is a root finder, and four1, a fast fourier transform.
These nr modules can be obtained from GitHub here: https://github.com/bamford/astrobamf/tree/master/nr/fortran
Expand Down

0 comments on commit 9b6c2a3

Please sign in to comment.