Skip to content
Snippets Groups Projects
Commit 90df76df authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Update fc on glitching data example

parent 8b5d333d
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ between the different peaks in the posterior). ...@@ -39,7 +39,7 @@ between the different peaks in the posterior).
ntemps = 2 ntemps = 2
log10temperature_min = -0.01 log10temperature_min = -0.01
nwalkers = 100 nwalkers = 100
nsteps = [5000, 10000] nsteps = [500, 500]
mcmc = MCMCSearch('fully_coherent_search_using_MCMC_on_glitching_data', 'data', mcmc = MCMCSearch('fully_coherent_search_using_MCMC_on_glitching_data', 'data',
sftfilepath='data/*_glitch*.sft', sftfilepath='data/*_glitch*.sft',
......
docs/img/fully_coherent_search_using_MCMC_on_glitching_data_corner.png

119 KiB | W: | H:

docs/img/fully_coherent_search_using_MCMC_on_glitching_data_corner.png

119 KiB | W: | H:

docs/img/fully_coherent_search_using_MCMC_on_glitching_data_corner.png
docs/img/fully_coherent_search_using_MCMC_on_glitching_data_corner.png
docs/img/fully_coherent_search_using_MCMC_on_glitching_data_corner.png
docs/img/fully_coherent_search_using_MCMC_on_glitching_data_corner.png
  • 2-up
  • Swipe
  • Onion skin
docs/img/fully_coherent_search_using_MCMC_on_glitching_data_walkers.png

74 KiB | W: | H:

docs/img/fully_coherent_search_using_MCMC_on_glitching_data_walkers.png

193 KiB | W: | H:

docs/img/fully_coherent_search_using_MCMC_on_glitching_data_walkers.png
docs/img/fully_coherent_search_using_MCMC_on_glitching_data_walkers.png
docs/img/fully_coherent_search_using_MCMC_on_glitching_data_walkers.png
docs/img/fully_coherent_search_using_MCMC_on_glitching_data_walkers.png
  • 2-up
  • Swipe
  • Onion skin
import numpy as np
from pyfstat import MCMCSearch from pyfstat import MCMCSearch
F0 = 30.0 F0 = 30.0
F1 = -1e-10 F1 = -1e-10
F2 = 0 F2 = 0
Alpha = 5e-3 Alpha = np.radians(83.6292)
Delta = 6e-2 Delta = np.radians(22.0144)
tref = 362750407.0 tref = 362750407.0
tstart = 1000000000 tstart = 1000000000
...@@ -21,11 +23,11 @@ theta_prior = {'F0': {'type': 'unif', 'lower': F0-1e-4, 'upper': F0+1e-4}, ...@@ -21,11 +23,11 @@ theta_prior = {'F0': {'type': 'unif', 'lower': F0-1e-4, 'upper': F0+1e-4},
ntemps = 2 ntemps = 2
log10temperature_min = -0.01 log10temperature_min = -0.01
nwalkers = 100 nwalkers = 100
nsteps = [5000, 10000] nsteps = [500, 500]
mcmc = MCMCSearch('fully_coherent_search_using_MCMC_on_glitching_data', 'data', mcmc = MCMCSearch('fully_coherent_search_using_MCMC_on_glitching_data', 'data',
sftfilepath='data/*_glitch*.sft', sftfilepath='data/*_glitch*.sft',
theta_prior=theta_prior, tref=tref, tstart=tstart, tend=tend, theta_prior=theta_prior, tref=tref, minStartTime=tstart, maxStartTime=tend,
nsteps=nsteps, nwalkers=nwalkers, ntemps=ntemps, nsteps=nsteps, nwalkers=nwalkers, ntemps=ntemps,
log10temperature_min=log10temperature_min) log10temperature_min=log10temperature_min)
mcmc.run() mcmc.run()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment