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
6a3de783
Commit
6a3de783
authored
Apr 11, 2017
by
Gregory Ashton
Browse files
Adds rescaler for tglitch
parent
46e15cd7
Changes
1
Show whitespace changes
Inline
Side-by-side
pyfstat/mcmc_based_searches.py
View file @
6a3de783
...
...
@@ -1284,7 +1284,13 @@ class MCMCGlitchSearch(MCMCSearch):
unit_dictionary
=
dict
(
F0
=
'Hz'
,
F1
=
'Hz/s'
,
F2
=
'Hz/s$^2$'
,
alpha
=
r
'rad'
,
delta
=
'rad'
,
delta_F0
=
'Hz'
,
delta_F1
=
'Hz/s'
,
tglitch
=
's'
)
rescale_dictionary
=
dict
()
rescale_dictionary
=
dict
(
tglitch
=
{
'multiplier'
:
1
/
86400.
,
'subtractor'
:
'minStartTime'
,
'unit'
:
'day'
,
'label'
:
'Glitch time
\n
days after minStartTime'
}
)
@
helper_functions
.
initializer
def
__init__
(
self
,
label
,
outdir
,
sftfilepath
,
theta_prior
,
tref
,
...
...
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