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
9d7d9b2a
Commit
9d7d9b2a
authored
Dec 13, 2016
by
Gregory Ashton
Browse files
Additional changes to the two MC studies
parent
08f59dbb
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Paper/AllSkyMC/generate_failures.py
View file @
9d7d9b2a
...
...
@@ -74,7 +74,6 @@ for depth in depths:
'lower'
:
Delta_center
-
DeltaDelta
,
'upper'
:
Delta_center
+
DeltaDelta
},
}
theta_prior
=
{
'F0'
:
{
'upper'
:
30.000006381121477
,
'lower'
:
29.999993618878523
,
'type'
:
'unif'
},
'F1'
:
{
'upper'
:
1.0143020701400378e-10
,
'lower'
:
9.8569792985996225e-11
,
'type'
:
'unif'
},
'F2'
:
0
,
'Delta'
:
{
'upper'
:
-
0.20155527961896461
,
'lower'
:
-
0.24155527961896459
,
'type'
:
'unif'
},
'Alpha'
:
{
'upper'
:
2.8924321897264367
,
'lower'
:
2.8524321897264366
,
'type'
:
'unif'
}}
ntemps
=
2
log10temperature_min
=
-
1
...
...
Paper/DirectedMC/MCResults.txt
deleted
100644 → 0
View file @
08f59dbb
This diff is collapsed.
Click to expand it.
Paper/DirectedMC/generate_data.py
View file @
9d7d9b2a
...
...
@@ -4,7 +4,6 @@ import os
import
sys
import
time
ID
=
sys
.
argv
[
1
]
outdir
=
sys
.
argv
[
2
]
...
...
@@ -31,9 +30,9 @@ VF0 = VF1 = 100
DeltaF0
=
VF0
*
np
.
sqrt
(
3
)
/
(
np
.
pi
*
Tspan
)
DeltaF1
=
VF1
*
np
.
sqrt
(
45
/
4.
)
/
(
np
.
pi
*
Tspan
**
2
)
depths
=
np
.
linspace
(
100
,
400
,
9
)
depths
=
np
.
linspace
(
100
,
400
,
7
)
nsteps
=
2
0
nsteps
=
5
0
run_setup
=
[((
nsteps
,
0
),
20
,
False
),
((
nsteps
,
0
),
7
,
False
),
((
nsteps
,
0
),
2
,
False
),
...
...
@@ -58,17 +57,17 @@ for depth in depths:
startTime
=
time
.
time
()
theta_prior
=
{
'F0'
:
{
'type'
:
'unif'
,
'lower'
:
F0
-
DeltaF0
/
2.
,
'upper'
:
F0
+
DeltaF0
/
2.
},
'lower'
:
F0
_center
-
DeltaF0
,
'upper'
:
F0
_center
+
DeltaF0
},
'F1'
:
{
'type'
:
'unif'
,
'lower'
:
F1
-
DeltaF1
/
2.
,
'upper'
:
F1
+
DeltaF1
/
2.
},
'lower'
:
F1
_center
-
DeltaF1
,
'upper'
:
F1
_center
+
DeltaF1
},
'F2'
:
F2
,
'Alpha'
:
Alpha
,
'Delta'
:
Delta
}
ntemps
=
1
ntemps
=
2
log10temperature_min
=
-
1
nwalkers
=
100
...
...
Paper/DirectedMC/submitfile
View file @
9d7d9b2a
...
...
@@ -9,4 +9,4 @@ Log=CollectedOutput/log.$(Process)
request_cpus = 1
request_memory = 8 GB
Queue
4
00
Queue
1
00
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