Skip to content

Commit d2e7309

Browse files
merge: the vocabulary admits an event instant and a signal-to-noise pair
event_instant is the time-coordinate value at which a discrete event occurs, distinct from elapsed duration and from the sampled axis. signal_to_noise_ratio is the linear dimensionless quotient and signal_to_noise_level its decibel representation, kept separate because the unit distinction is real.
2 parents 2ffba62 + e403d67 commit d2e7309

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

imas_standard_names/grammar/vocabularies/physical_bases.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,14 @@ bases:
163163
aliases: []
164164
kind: scalar
165165
inherently_dimensional: true
166+
event_instant:
167+
aliases: []
168+
kind: scalar
169+
inherently_dimensional: true
170+
definition: >
171+
The instant on a time coordinate at which a discrete event occurs,
172+
expressed in seconds with unit `s`. It is neither the elapsed duration
173+
of the event nor the time coordinate axis over which a signal is sampled.
166174
# NOTE: energy_flux / heat_flux / momentum_flux / particle_flux are NOT
167175
# lexical bases. They decompose as channel + base: energy_flux = channel=energy
168176
# + base=flux (see channels.yml). energy and momentum remain bases for their
@@ -392,9 +400,20 @@ bases:
392400
shearing_rate:
393401
aliases: []
394402
kind: scalar
403+
signal_to_noise_level:
404+
aliases: []
405+
kind: scalar
406+
definition: >
407+
The logarithmic quotient of signal power to noise power reported in
408+
decibels with unit `dB`, equal to 10 times the base-10 logarithm of the
409+
power ratio. It is distinct from the linear signal-to-noise ratio.
395410
signal_to_noise_ratio:
396411
aliases: []
397412
kind: scalar
413+
definition: >
414+
The linear quotient of signal power to noise power, expressed with the
415+
dimensionless unit `1`. It is distinct from the logarithmic
416+
signal-to-noise level reported in decibels.
398417
size:
399418
aliases: []
400419
kind: scalar

0 commit comments

Comments
 (0)