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
58af5228
Commit
58af5228
authored
Apr 11, 2017
by
Gregory Ashton
Browse files
Fix error in capitalisation of Alpha and Delta
parent
b0faa773
Changes
1
Hide whitespace changes
Inline
Side-by-side
pyfstat/mcmc_based_searches.py
View file @
58af5228
...
@@ -24,10 +24,10 @@ class MCMCSearch(core.BaseSearchClass):
...
@@ -24,10 +24,10 @@ class MCMCSearch(core.BaseSearchClass):
""" MCMC search using ComputeFstat"""
""" MCMC search using ComputeFstat"""
symbol_dictionary
=
dict
(
symbol_dictionary
=
dict
(
F0
=
'$f$'
,
F1
=
'$\dot{f}$'
,
F2
=
'$\ddot{f}$'
,
a
lpha
=
r
'$\alpha$'
,
F0
=
'$f$'
,
F1
=
'$\dot{f}$'
,
F2
=
'$\ddot{f}$'
,
A
lpha
=
r
'$\alpha$'
,
d
elta
=
'$\delta$'
)
D
elta
=
'$\delta$'
)
unit_dictionary
=
dict
(
unit_dictionary
=
dict
(
F0
=
'Hz'
,
F1
=
'Hz/s'
,
F2
=
'Hz/s$^2$'
,
a
lpha
=
r
'rad'
,
d
elta
=
'rad'
)
F0
=
'Hz'
,
F1
=
'Hz/s'
,
F2
=
'Hz/s$^2$'
,
A
lpha
=
r
'rad'
,
D
elta
=
'rad'
)
rescale_dictionary
=
{}
rescale_dictionary
=
{}
...
@@ -1330,11 +1330,11 @@ class MCMCGlitchSearch(MCMCSearch):
...
@@ -1330,11 +1330,11 @@ class MCMCGlitchSearch(MCMCSearch):
""" MCMC search using the SemiCoherentGlitchSearch """
""" MCMC search using the SemiCoherentGlitchSearch """
symbol_dictionary
=
dict
(
symbol_dictionary
=
dict
(
F0
=
'$f$'
,
F1
=
'$\dot{f}$'
,
F2
=
'$\ddot{f}$'
,
a
lpha
=
r
'$\alpha$'
,
F0
=
'$f$'
,
F1
=
'$\dot{f}$'
,
F2
=
'$\ddot{f}$'
,
A
lpha
=
r
'$\alpha$'
,
d
elta
=
'$\delta$'
,
delta_F0
=
'$\delta f$'
,
D
elta
=
'$\delta$'
,
delta_F0
=
'$\delta f$'
,
delta_F1
=
'$\delta \dot{f}$'
,
tglitch
=
'$t_\mathrm{glitch}$'
)
delta_F1
=
'$\delta \dot{f}$'
,
tglitch
=
'$t_\mathrm{glitch}$'
)
unit_dictionary
=
dict
(
unit_dictionary
=
dict
(
F0
=
'Hz'
,
F1
=
'Hz/s'
,
F2
=
'Hz/s$^2$'
,
a
lpha
=
r
'rad'
,
d
elta
=
'rad'
,
F0
=
'Hz'
,
F1
=
'Hz/s'
,
F2
=
'Hz/s$^2$'
,
A
lpha
=
r
'rad'
,
D
elta
=
'rad'
,
delta_F0
=
'Hz'
,
delta_F1
=
'Hz/s'
,
tglitch
=
's'
)
delta_F0
=
'Hz'
,
delta_F1
=
'Hz/s'
,
tglitch
=
's'
)
rescale_dictionary
=
dict
(
rescale_dictionary
=
dict
(
tglitch
=
{
tglitch
=
{
...
@@ -1978,10 +1978,10 @@ class MCMCTransientSearch(MCMCSearch):
...
@@ -1978,10 +1978,10 @@ class MCMCTransientSearch(MCMCSearch):
symbol_dictionary
=
dict
(
symbol_dictionary
=
dict
(
F0
=
'$f$'
,
F1
=
'$\dot{f}$'
,
F2
=
'$\ddot{f}$'
,
F0
=
'$f$'
,
F1
=
'$\dot{f}$'
,
F2
=
'$\ddot{f}$'
,
a
lpha
=
r
'$\alpha$'
,
d
elta
=
'$\delta$'
,
A
lpha
=
r
'$\alpha$'
,
D
elta
=
'$\delta$'
,
transient_tstart
=
'$t_\mathrm{start}$'
,
transient_duration
=
'$\Delta T$'
)
transient_tstart
=
'$t_\mathrm{start}$'
,
transient_duration
=
'$\Delta T$'
)
unit_dictionary
=
dict
(
unit_dictionary
=
dict
(
F0
=
'Hz'
,
F1
=
'Hz/s'
,
F2
=
'Hz/s$^2$'
,
a
lpha
=
r
'rad'
,
d
elta
=
'rad'
,
F0
=
'Hz'
,
F1
=
'Hz/s'
,
F2
=
'Hz/s$^2$'
,
A
lpha
=
r
'rad'
,
D
elta
=
'rad'
,
transient_tstart
=
's'
,
transient_duration
=
's'
)
transient_tstart
=
's'
,
transient_duration
=
's'
)
rescale_dictionary
=
dict
(
rescale_dictionary
=
dict
(
...
...
Write
Preview
Markdown
is supported
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