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
68b4cddc
Commit
68b4cddc
authored
6 years ago
by
David Keitel
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md regarding ephemerides
parent
30b42fab
No related branches found
No related tags found
1 merge request
!18
ephemerides finding improvement
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-3
6 additions, 3 deletions
README.md
with
6 additions
and
3 deletions
README.md
+
6
−
3
View file @
68b4cddc
...
@@ -97,8 +97,11 @@ the module will be installed to whichever python executable you call it from.
...
@@ -97,8 +97,11 @@ the module will be installed to whichever python executable you call it from.
### Ephemeris installation
### Ephemeris installation
The scripts require a path to ephemeris files in order to use the
The scripts require paths to earth and sun ephemeris files in order to use the
`lalpulsar.ComputeFstat`
module. This can either be specified when initialising
`lalpulsar.ComputeFstat`
module. This should be automatically picked up from
the $LALPULSAR_DATADIR environment variable, defaulting to the
00-40-DE421 ephemerides or 00-19-DE421 as a backup.
Alternatively, these can either be manually specified when initialising
each search (as one of the arguments), or simply by placing a file
each search (as one of the arguments), or simply by placing a file
`~/.pyfstat.conf`
into your home directory which looks like
`~/.pyfstat.conf`
into your home directory which looks like
...
@@ -106,7 +109,7 @@ each search (as one of the arguments), or simply by placing a file
...
@@ -106,7 +109,7 @@ each search (as one of the arguments), or simply by placing a file
earth_ephem = '/home/<USER>/lalsuite-install/share/lalpulsar/earth00-19-DE421.dat.gz'
earth_ephem = '/home/<USER>/lalsuite-install/share/lalpulsar/earth00-19-DE421.dat.gz'
sun_ephem = '/home/<USER>/lalsuite-install/share/lalpulsar/sun00-19-DE421.dat.gz'
sun_ephem = '/home/<USER>/lalsuite-install/share/lalpulsar/sun00-19-DE421.dat.gz'
```
```
here, we use the default ephemeris files provided with
`lalsuite`
.
Paths set in this way will take precedence over the environment variable
.
### Contributors
### Contributors
...
...
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