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
David Keitel
PyFstat
Commits
26768adf
Commit
26768adf
authored
Jan 09, 2018
by
David Keitel
Browse files
fixup to
!11
in short transient example
-first search should be standard non-transient GridSearch for comparison
parent
53df8dc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/transient_examples/short_transient_search_gridded.py
View file @
26768adf
...
...
@@ -30,13 +30,12 @@ Alphas = [Alpha]
Deltas
=
[
Delta
]
print
(
'Standard CW search:'
)
search1
=
pyfstat
.
Transient
GridSearch
(
search1
=
pyfstat
.
GridSearch
(
label
=
'CW'
,
outdir
=
datadir
,
sftfilepattern
=
os
.
path
.
join
(
datadir
,
'*simulated_transient_signal*sft'
),
F0s
=
F0s
,
F1s
=
F1s
,
F2s
=
F2s
,
Alphas
=
Alphas
,
Deltas
=
Deltas
,
tref
=
tref
,
minStartTime
=
minStartTime
,
maxStartTime
=
maxStartTime
,
BSGL
=
False
,
outputTransientFstatMap
=
True
)
BSGL
=
False
)
search1
.
run
()
search1
.
print_max_twoF
()
...
...
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