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/cluster/simple/data.fits
Binary file not shown.
Binary file modified dataset/cluster/simple/dataset_point.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed dataset/cluster/simple/galaxies_images.png
Binary file not shown.
16 changes: 0 additions & 16 deletions dataset/cluster/simple/host_halo_centre.json

This file was deleted.

20 changes: 0 additions & 20 deletions dataset/cluster/simple/main_lens_centres.json

This file was deleted.

Binary file modified dataset/cluster/simple/noise_map.fits
Binary file not shown.
45 changes: 25 additions & 20 deletions dataset/cluster/simple/point_dataset_0.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,44 +3,49 @@
"class_path": "autolens.point.dataset.PointDataset",
"arguments": {
"time_delays": null,
"positions": {
"fluxes_noise_map": null,
"fluxes": null,
"time_delays_noise_map": null,
"redshift": 1.0,
"name": "point_0",
"positions_noise_map": {
"type": "instance",
"class_path": "autoarray.structures.grids.irregular_2d.Grid2DIrregular",
"class_path": "autoarray.structures.arrays.irregular.ArrayIrregular",
"arguments": {
"values": {
"type": "ndarray",
"array": [
[
1.0,
0.0
],
[
0.0,
1.0
]
0.005,
0.005,
0.005
],
"dtype": "float64"
}
}
},
"positions_noise_map": {
"positions": {
"type": "instance",
"class_path": "autoarray.structures.arrays.irregular.ArrayIrregular",
"class_path": "autoarray.structures.grids.irregular_2d.Grid2DIrregular",
"arguments": {
"values": {
"type": "ndarray",
"array": [
0.005,
0.005
[
-9.166406249999998,
-19.276733167466432
],
[
0.0359375,
-0.0739730032399208
],
[
1.8125,
23.34028674178623
]
],
"dtype": "float64"
}
}
},
"time_delays_noise_map": null,
"fluxes": null,
"redshift": 1.0,
"name": "point_0",
"fluxes_noise_map": null
}
}
}
45 changes: 25 additions & 20 deletions dataset/cluster/simple/point_dataset_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,44 +3,49 @@
"class_path": "autolens.point.dataset.PointDataset",
"arguments": {
"time_delays": null,
"positions": {
"fluxes_noise_map": null,
"fluxes": null,
"time_delays_noise_map": null,
"redshift": 2.0,
"name": "point_1",
"positions_noise_map": {
"type": "instance",
"class_path": "autoarray.structures.grids.irregular_2d.Grid2DIrregular",
"class_path": "autoarray.structures.arrays.irregular.ArrayIrregular",
"arguments": {
"values": {
"type": "ndarray",
"array": [
[
1.0,
0.0
],
[
0.0,
1.0
]
0.005,
0.005,
0.005
],
"dtype": "float64"
}
}
},
"positions_noise_map": {
"positions": {
"type": "instance",
"class_path": "autoarray.structures.arrays.irregular.ArrayIrregular",
"class_path": "autoarray.structures.grids.irregular_2d.Grid2DIrregular",
"arguments": {
"values": {
"type": "ndarray",
"array": [
0.005,
0.005
[
-15.96796875,
19.00429600919258
],
[
0.68125,
-0.5133004737014016
],
[
13.6921875,
-14.30926557794663
]
],
"dtype": "float64"
}
}
},
"time_delays_noise_map": null,
"fluxes": null,
"redshift": 2.0,
"name": "point_1",
"fluxes_noise_map": null
}
}
}
10 changes: 6 additions & 4 deletions dataset/cluster/simple/point_datasets.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name,y,x,positions_noise,redshift
point_0,1.0,0.0,0.005,1.0
point_0,0.0,1.0,0.005,1.0
point_1,1.0,0.0,0.005,2.0
point_1,0.0,1.0,0.005,2.0
point_0,-9.166406249999998,-19.276733167466432,0.005,1.0
point_0,0.0359375,-0.0739730032399208,0.005,1.0
point_0,1.8125,23.34028674178623,0.005,1.0
point_1,-15.96796875,19.00429600919258,0.005,2.0
point_1,0.68125,-0.5133004737014016,0.005,2.0
point_1,13.6921875,-14.30926557794663,0.005,2.0
Binary file modified dataset/cluster/simple/psf.fits
Binary file not shown.
20 changes: 0 additions & 20 deletions dataset/cluster/simple/source_centres.json

This file was deleted.

Loading
Loading