Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PyFstat
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gregory Ashton
PyFstat
Commits
1bf7344e
Commit
1bf7344e
authored
5 years ago
by
David Keitel
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md: ephemerides have been moved src->lib
parent
a0c86be8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-4
4 additions, 4 deletions
README.md
with
4 additions
and
4 deletions
README.md
+
4
−
4
View file @
1bf7344e
...
...
@@ -131,8 +131,8 @@ in order to use the `lalpulsar.ComputeFstat` module and various `lalapps` tools.
If you have done
`pip install lalsuite`
,
you need to manually download at least these two files:
*
[
earth00-40-DE405.dat.gz
](
https://git.ligo.org/lscsoft/lalsuite/raw/master/lalpulsar/
src
/earth00-40-DE405.dat.gz
)
*
[
sun00-40-DE405.dat.gz
](
https://git.ligo.org/lscsoft/lalsuite/raw/master/lalpulsar/
src
/sun00-40-DE405.dat.gz
)
*
[
earth00-40-DE405.dat.gz
](
https://git.ligo.org/lscsoft/lalsuite/raw/master/lalpulsar/
lib
/earth00-40-DE405.dat.gz
)
*
[
sun00-40-DE405.dat.gz
](
https://git.ligo.org/lscsoft/lalsuite/raw/master/lalpulsar/
lib
/sun00-40-DE405.dat.gz
)
(Other ephemerides versions exist, but these should be sufficient for most applications.)
You then need to tell PyFstat where to find these files,
...
...
@@ -142,8 +142,8 @@ If you are working with a virtual environment,
you should be able to get a full working ephemerides installation with these commands:
```
mkdir $VIRTUAL_ENV/share/lalpulsar
wget https://git.ligo.org/lscsoft/lalsuite/raw/master/lalpulsar/
src
/earth00-40-DE405.dat.gz -P $VIRTUAL_ENV/share/lalpulsar
wget https://git.ligo.org/lscsoft/lalsuite/raw/master/lalpulsar/
src
/sun00-40-DE405.dat.gz -P $VIRTUAL_ENV/share/lalpulsar
wget https://git.ligo.org/lscsoft/lalsuite/raw/master/lalpulsar/
lib
/earth00-40-DE405.dat.gz -P $VIRTUAL_ENV/share/lalpulsar
wget https://git.ligo.org/lscsoft/lalsuite/raw/master/lalpulsar/
lib
/sun00-40-DE405.dat.gz -P $VIRTUAL_ENV/share/lalpulsar
echo 'export LALPULSAR_DATADIR=$VIRTUAL_ENV/share/lalpulsar' >> ${VIRTUAL_ENV}/bin/activate
deactivate
source path/to/venv/bin/activate
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment