Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trevormccaffrey authored Jul 1, 2021
1 parent 020c5b4 commit c5c99b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Repo to compute CIV "distances" as advertised in Richards et al. papers.
The code you'll need is in ``CIVfunctions.py``. To compute CIV distances for your dataset:

1) ``from CIVfunctions import project,CIV_distance``
2) Load your CIV blueshift and $\log10$(EW)<sup>1</sup> data into an N-by-2 numpy array, ``data``.
2) Load your CIV blueshift and log10(EW)<sup>1</sup> data into an N-by-2 numpy array, ``data``.
3) Load in the line of best fit in ``data/bestfit.npy`` as ``fit``.
4) Save them as ``civ_distances = CIV_distance(data, fit)``

Expand Down

0 comments on commit c5c99b8

Please sign in to comment.