-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCausticMapGen.sim
93 lines (93 loc) · 1.8 KB
/
CausticMapGen.sim
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "TestMagMapResolutionLimits",
"description": "Just want to learn the limits of the dimensions of a magnification map that I can make.",
"trial_count": 1,
"variation": "new_parameters = old_parameters\narr = np.linspace(2,30,16)\nnew_parameters.quasar.update(radius=80*new_parameters.quasar.r_g)",
"parameters": {
"lens": {
"ellipticity": {
"magnitude": {
"values": 1.0,
"unit": ""
},
"direction": 0.0
},
"shear": {
"magnitude": {
"values": 0.07,
"unit": ""
},
"direction": 67.1
},
"velocity_dispersion": {
"values": 177.95,
"unit": "km / s"
},
"redshift": 0.04
},
"source": {
"redshift": 1.69,
"mass": {
"values": 1000000000.0,
"unit": "solMass"
},
"radius": {
"values": 5.0,
"unit": "r_g"
}
},
"star_generator": {
"seed": 8254,
"mass_limits": [
0.08,
0.5,
1.0,
31.893750000000026
],
"powers": [
-0.3,
-1.3,
-2.3
]
},
"percent_stars": 40.0,
"source_plane": {
"center": {
"x": 0.0,
"y": 0.0,
"unit": "theta_E"
},
"dims": {
"x": 20.0,
"y": 20.0,
"unit": "theta_E"
}
},
"image_center": {
"x": 201597.14708678823,
"y": 201597.14708678823,
"unit": "theta_E"
},
"ray_count": {
"x": 2000,
"y": 2000,
"unit": ""
}
},
"results": {
"magmap": {
"magmap_resolution": {
"x": 1024,
"y": 1024,
"unit": ""
}
},
"causticmap": {
"caustic_resolution": {
"x": 1024,
"y": 1024,
"unit": ""
}
}
}
}