Skip to content

Commit 80be2b1

Browse files
Jammy2211claude
authored andcommitted
data: add alma_high_res interferometer profiling dataset
Adds the ALMA high-resolution interferometer dataset used by the likelihood profiling suite. (The branch's strip-non-jit-noise refactor of likelihood/*.py is dropped as superseded by main's likelihood_breakdown / likelihood_runtime split in 898fe12 — only the new dataset is landed here.) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent b97c3e8 commit 80be2b1

5 files changed

Lines changed: 107 additions & 0 deletions

File tree

81.6 KB
Binary file not shown.
81.6 KB
Binary file not shown.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"type": "instance",
3+
"class_path": "autoarray.structures.grids.irregular_2d.Grid2DIrregular",
4+
"arguments": {
5+
"values": {
6+
"type": "ndarray",
7+
"array": [
8+
[
9+
-1.35078125,
10+
-0.505632540438727
11+
],
12+
[
13+
0.77734375,
14+
1.6648436277960226
15+
]
16+
],
17+
"dtype": "float64"
18+
}
19+
}
20+
}
Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
{
2+
"type": "instance",
3+
"class_path": "autolens.lens.tracer.Tracer",
4+
"arguments": {
5+
"cosmology": {
6+
"type": "instance",
7+
"class_path": "autogalaxy.cosmology.model.Planck15",
8+
"arguments": {}
9+
},
10+
"galaxies": {
11+
"type": "list",
12+
"values": [
13+
{
14+
"type": "instance",
15+
"class_path": "autogalaxy.galaxy.galaxy.Galaxy",
16+
"arguments": {
17+
"label": null,
18+
"redshift": 0.5,
19+
"mass": {
20+
"type": "instance",
21+
"class_path": "autogalaxy.profiles.mass.total.isothermal.Isothermal",
22+
"arguments": {
23+
"einstein_radius": 1.6,
24+
"centre": {
25+
"type": "tuple",
26+
"values": [
27+
0.0,
28+
0.0
29+
]
30+
},
31+
"ell_comps": {
32+
"type": "tuple",
33+
"values": [
34+
0.05263157894736841,
35+
3.2227547345982974e-18
36+
]
37+
}
38+
}
39+
},
40+
"shear": {
41+
"type": "instance",
42+
"class_path": "autogalaxy.profiles.mass.sheets.external_shear.ExternalShear",
43+
"arguments": {
44+
"gamma_1": 0.05,
45+
"gamma_2": 0.05
46+
}
47+
}
48+
}
49+
},
50+
{
51+
"type": "instance",
52+
"class_path": "autogalaxy.galaxy.galaxy.Galaxy",
53+
"arguments": {
54+
"label": null,
55+
"redshift": 1.0,
56+
"bulge": {
57+
"type": "instance",
58+
"class_path": "autogalaxy.profiles.light.standard.sersic_core.SersicCore",
59+
"arguments": {
60+
"effective_radius": 1.0,
61+
"gamma": 0.25,
62+
"intensity": 0.3,
63+
"alpha": 3.0,
64+
"ell_comps": {
65+
"type": "tuple",
66+
"values": [
67+
0.0962250448649376,
68+
-0.05555555555555551
69+
]
70+
},
71+
"sersic_index": 2.5,
72+
"centre": {
73+
"type": "tuple",
74+
"values": [
75+
0.1,
76+
0.1
77+
]
78+
},
79+
"radius_break": 0.025
80+
}
81+
}
82+
}
83+
}
84+
]
85+
}
86+
}
87+
}
81.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)