-
Notifications
You must be signed in to change notification settings - Fork 1
params.json Config file documentation
Thato Manamela edited this page Jul 17, 2020
·
6 revisions
{"Simulator_params":{
"working_directory": "/scratch/users/thatomanamela/Results/testing/",
"trecs_params_file": "stackingdepth2.ini", # .ini being used
"Stacking_params":{
"stacking_depth?": false, # should be kept false when "No._of_srcs_of_choice?" is true
"res_element_per_source": 100, # the number of resolution elements per source
"im_noise_Jy": 3e-6, # MeerKAT's Full image noise
"stacking_depth_skymodel_name": "stack_auto/trecs-simu_truthcat.txt",
"FOV_size_cut?": false,
"FOV_size_sqdeg": 0.84, # MeerKAT's FOV size in sq-deg
"FOV_size_cut_value": 0.5, # sources will be generated within 50% of the FOV if "FOV_size_cut?" is true
"No._of_srcs_of_choice?": true, # when resolutions elements per source is not prefered
"No._of_srcs": 10, # flux density of choices provided "No._of_srcs_of_choice?" is true
"flux_density_Jy": 1e-6, # flux density of choices provided "No._of_srcs_of_choice?" is true
"src_size_arcsec": 0 # when 0 TRECS source sizes are used
}