Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pep Covas Vidal
PyFstat
Commits
59f8d6f4
Commit
59f8d6f4
authored
Nov 04, 2019
by
David Keitel
Browse files
Writer.run_makefakedata: pass through ephemeride file choices
parent
5d2d7f81
Changes
1
Hide whitespace changes
Inline
Side-by-side
pyfstat/make_sfts.py
View file @
59f8d6f4
...
...
@@ -350,6 +350,10 @@ transientTau = {:10.0f}\n"""
cl_mfd
.
append
(
"--Tsft={}"
.
format
(
self
.
Tsft
))
if
self
.
h0
!=
0
:
cl_mfd
.
append
(
'--injectionSources="{}"'
.
format
(
self
.
config_file_name
))
if
self
.
earth_ephem
is
not
None
:
cl_mfd
.
append
(
'--ephemEarth="{}"'
.
format
(
self
.
earth_ephem
))
if
self
.
sun_ephem
is
not
None
:
cl_mfd
.
append
(
'--ephemSun="{}"'
.
format
(
self
.
sun_ephem
))
cl_mfd
=
" "
.
join
(
cl_mfd
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment