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
Gregory Ashton
PyFstat
Commits
d7535e4c
Commit
d7535e4c
authored
Dec 13, 2016
by
Gregory Ashton
Browse files
Updates writer - if h0 = 0 don't give the injection file
parent
04eb2bc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
pyfstat.py
View file @
d7535e4c
...
...
@@ -3030,7 +3030,8 @@ transientTauDays={:1.3f}\n""")
cl
.
append
(
'--fmin={}'
.
format
(
int
(
self
.
fmin
)))
cl
.
append
(
'--Band={}'
.
format
(
self
.
Band
))
cl
.
append
(
'--Tsft={}'
.
format
(
self
.
Tsft
))
cl
.
append
(
'--injectionSources="{}"'
.
format
(
self
.
config_file_name
))
if
self
.
h0
!=
0
:
cl
.
append
(
'--injectionSources="{}"'
.
format
(
self
.
config_file_name
))
cl
=
" "
.
join
(
cl
)
...
...
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