Skip to content

Commit 291161d

Browse files
authored
Merge pull request #1808 from gammasim/add-transit-time-random
Add new simulation model parameter `transit_time_random`
2 parents 4ef8ef2 + 46cb70a commit 291161d

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

docs/changes/1808.feature.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add new simulation model parameter `transit_time_random`.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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"

0 commit comments

Comments
 (0)