Skip to content
Snippets Groups Projects
Commit 26768adf authored by David Keitel's avatar David Keitel
Browse files

fixup to !11 in short transient example

 -first search should be standard non-transient GridSearch for comparison
parent 53df8dc7
No related branches found
No related tags found
No related merge requests found
...@@ -30,13 +30,12 @@ Alphas = [Alpha] ...@@ -30,13 +30,12 @@ Alphas = [Alpha]
Deltas = [Delta] Deltas = [Delta]
print('Standard CW search:') print('Standard CW search:')
search1 = pyfstat.TransientGridSearch( search1 = pyfstat.GridSearch(
label='CW', outdir=datadir, label='CW', outdir=datadir,
sftfilepattern=os.path.join(datadir,'*simulated_transient_signal*sft'), sftfilepattern=os.path.join(datadir,'*simulated_transient_signal*sft'),
F0s=F0s, F1s=F1s, F2s=F2s, Alphas=Alphas, Deltas=Deltas, tref=tref, F0s=F0s, F1s=F1s, F2s=F2s, Alphas=Alphas, Deltas=Deltas, tref=tref,
minStartTime=minStartTime, maxStartTime=maxStartTime, minStartTime=minStartTime, maxStartTime=maxStartTime,
BSGL=False, BSGL=False)
outputTransientFstatMap=True)
search1.run() search1.run()
search1.print_max_twoF() search1.print_max_twoF()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment