Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified dataset/imaging/hst/data.fits
Binary file not shown.
Binary file modified dataset/imaging/hst/noise_map.fits
Binary file not shown.
26 changes: 13 additions & 13 deletions dataset/imaging/hst/tracer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"type": "instance",
"class_path": "autogalaxy.galaxy.galaxy.Galaxy",
"arguments": {
"redshift": 0.5,
"label": null,
"redshift": 0.5,
"bulge": {
"type": "instance",
"class_path": "autogalaxy.profiles.light.standard.sersic.Sersic",
Expand All @@ -23,15 +23,15 @@
3.2227547345982974e-18
]
},
"effective_radius": 0.6,
"centre": {
"type": "tuple",
"values": [
0.0,
0.0
]
},
"sersic_index": 3.0,
"effective_radius": 0.6
"sersic_index": 3.0
}
},
"mass": {
Expand All @@ -45,22 +45,22 @@
3.2227547345982974e-18
]
},
"einstein_radius": 1.6,
"centre": {
"type": "tuple",
"values": [
0.0,
0.0
]
},
"einstein_radius": 1.6
}
}
},
"shear": {
"type": "instance",
"class_path": "autogalaxy.profiles.mass.sheets.external_shear.ExternalShear",
"arguments": {
"gamma_2": 0.05,
"gamma_1": 0.05
"gamma_1": 0.05,
"gamma_2": 0.05
}
}
}
Expand All @@ -69,32 +69,32 @@
"type": "instance",
"class_path": "autogalaxy.galaxy.galaxy.Galaxy",
"arguments": {
"redshift": 1.0,
"label": null,
"redshift": 1.0,
"bulge": {
"type": "instance",
"class_path": "autogalaxy.profiles.light.standard.sersic_core.SersicCore",
"arguments": {
"intensity": 4.0,
"gamma": 0.25,
"alpha": 3.0,
"ell_comps": {
"type": "tuple",
"values": [
0.0962250448649376,
-0.05555555555555551
]
},
"gamma": 0.25,
"radius_break": 0.025,
"effective_radius": 0.1,
"centre": {
"type": "tuple",
"values": [
0.0,
0.0
]
},
"sersic_index": 1.0,
"effective_radius": 0.1,
"alpha": 3.0,
"radius_break": 0.025
"sersic_index": 1.0
}
}
}
Expand Down
Binary file added dataset/interferometer/hannah/data.fits
Binary file not shown.
Binary file added dataset/interferometer/hannah/noise_map.fits
Binary file not shown.
20 changes: 20 additions & 0 deletions dataset/interferometer/hannah/positions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"type": "instance",
"class_path": "autoarray.structures.grids.irregular_2d.Grid2DIrregular",
"arguments": {
"values": {
"type": "ndarray",
"array": [
[
0.77734375,
1.6655202101427289
],
[
-1.3515625,
-0.5051814855409225
]
],
"dtype": "float64"
}
}
}
87 changes: 87 additions & 0 deletions dataset/interferometer/hannah/tracer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
{
"type": "instance",
"class_path": "autolens.lens.tracer.Tracer",
"arguments": {
"galaxies": {
"type": "list",
"values": [
{
"type": "instance",
"class_path": "autogalaxy.galaxy.galaxy.Galaxy",
"arguments": {
"label": null,
"redshift": 0.5,
"mass": {
"type": "instance",
"class_path": "autogalaxy.profiles.mass.total.isothermal.Isothermal",
"arguments": {
"ell_comps": {
"type": "tuple",
"values": [
0.05263157894736841,
3.2227547345982974e-18
]
},
"centre": {
"type": "tuple",
"values": [
0.0,
0.0
]
},
"einstein_radius": 1.6
}
},
"shear": {
"type": "instance",
"class_path": "autogalaxy.profiles.mass.sheets.external_shear.ExternalShear",
"arguments": {
"gamma_1": 0.05,
"gamma_2": 0.05
}
}
}
},
{
"type": "instance",
"class_path": "autogalaxy.galaxy.galaxy.Galaxy",
"arguments": {
"label": null,
"redshift": 1.0,
"bulge": {
"type": "instance",
"class_path": "autogalaxy.profiles.light.standard.sersic_core.SersicCore",
"arguments": {
"sersic_index": 2.5,
"radius_break": 0.025,
"effective_radius": 1.0,
"ell_comps": {
"type": "tuple",
"values": [
0.0962250448649376,
-0.05555555555555551
]
},
"intensity": 0.3,
"gamma": 0.25,
"centre": {
"type": "tuple",
"values": [
0.1,
0.1
]
},
"alpha": 3.0
}
}
}
}
]
},
"cosmology": {
"type": "instance",
"class_path": "autogalaxy.cosmology.model.Planck15",
"arguments": {}
}
}
}
Binary file not shown.
Loading