Software-specific properties
If a simulation software requires additional information or simulation parameters, those software-specific properties can be provided in the section called "simulation"
. For each software, its own sub-section should be created.
460"simulation": {
461 "aRTist": {
462 "multisampling_detector": {"value": "3x3"},
463 "multisampling_spot": {"value": "30"},
464 "spectral_resolution": {"value": 1, "unit": "keV"},
465 "scattering_mcray_photons": {"value": 5e7},
466 "scattering_image_interval": {"value": 5},
467 "long_range_unsharpness": {
468 "extension": {"value": 2, "unit": "mm"},
469 "ratio": {"value": 10, "unit": "%"}
470 },
471 "primary_energies": false,
472 "primary_intensities": false
473 }
474}