File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
src/simtools/schemas/model_parameters Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ Add new simulation model parameter ` transit_time_random ` .
Original file line number Diff line number Diff line change 1+ %YAML 1.2
2+ ---
3+ title : Schema for transit_time_random model parameter
4+ schema_version : 0.1.0
5+ meta_schema : simpipe-schema
6+ meta_schema_url : https://raw.githubusercontent.com/gammasim/simtools/main/src/simtools/schemas/model_parameter_and_data_schema.metaschema.yml
7+ meta_schema_version : 0.1.0
8+ name : transit_time_random
9+ description : Event-wise and pixel-wise random fluctuations in the signal transit time.
10+ data :
11+ - type : float64
12+ unit : ns
13+ default : 0.
14+ allowed_range :
15+ min : 0.0
16+ instrument :
17+ class : Camera
18+ activity :
19+ setting :
20+ - SetParameterFromExternal
21+ validation :
22+ - ValidateParameterByExpert
23+ - ValidateCameraTimeResponse
24+ source :
25+ - Initial instrument setup
26+ simulation_software :
27+ - name : sim_telarray
28+ - name : simtools
29+ version : " >=0.22.0"
You can’t perform that action at this time.
0 commit comments