Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PTAInterpretation
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Schedules
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Hannah Middleton
PTAInterpretation
Commits
71bb6585
Commit
71bb6585
authored
Jun 25, 2023
by
Siyuan Chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed the redshift range to be the same as the sampling run
parent
47c5d4c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
GAL_PLOT.py
plotting/GAL_PLOT.py
+1
-1
No files found.
plotting/GAL_PLOT.py
View file @
71bb6585
...
@@ -24,7 +24,7 @@ def Mbh(Mstar,alpha,beta):
...
@@ -24,7 +24,7 @@ def Mbh(Mstar,alpha,beta):
def
conf_hmz
(
schains
,
directory
,
injection
=
None
,
data
=
None
,
priorChains
=
None
,
modelLoc
=
None
,
function
=
None
):
def
conf_hmz
(
schains
,
directory
,
injection
=
None
,
data
=
None
,
priorChains
=
None
,
modelLoc
=
None
,
function
=
None
):
M1
=
numpy
.
linspace
(
9
,
12
,
25
)
M1
=
numpy
.
linspace
(
9
,
12
,
25
)
q
=
numpy
.
linspace
(
0.25
,
1
,
10
)
q
=
numpy
.
linspace
(
0.25
,
1
,
10
)
z
=
numpy
.
linspace
(
0.
01
,
5.
,
1
5
)
z
=
numpy
.
linspace
(
0.
,
1.5
,
5
)
f
=
numpy
.
linspace
(
-
9.
,
-
6.
,
15
)
f
=
numpy
.
linspace
(
-
9.
,
-
6.
,
15
)
if
data
is
None
:
if
data
is
None
:
fbin
=
1.
/
(
60.
*
3.154e7
)
# one over twice tobs in s (half bin width)
fbin
=
1.
/
(
60.
*
3.154e7
)
# one over twice tobs in s (half bin width)
...
...
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