-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsample_sim_map.json
More file actions
43 lines (43 loc) · 943 Bytes
/
sample_sim_map.json
File metadata and controls
43 lines (43 loc) · 943 Bytes
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
{
"maps": [
{
"map_type": "simulated",
"observation_start": "2025-01-01T00:00:00Z",
"observation_end": "2025-01-02T00:00:00Z"
}
],
"source_simulators": [
{
"simulation_type": "fixed",
"number": 32,
"min_flux": "3.0 Jy",
"max_flux": "10.0 Jy",
"catalog_fraction": 0.5
}
],
"source_injector": {
"injector_type": "photutils"
},
"forced_photometry": {
"photometry_type": "scipy"
},
"source_subtractor": {
"subtractor_type": "photutils"
},
"blind_search": {
"search_type": "photutils"
},
"sifter": {
"sifter_type": "simple"
},
"outputs": [
{
"output_type": "cutout",
"directory": "."
},
{
"output_type": "pickle",
"directory": "."
}
]
}