Static Private Attributes | List of all members
wirecell.sigproc.noise.schema.NoiseSpectrum Class Reference
Inheritance diagram for wirecell.sigproc.noise.schema.NoiseSpectrum:

Static Private Attributes

tuple __slots__ = ()
 

Detailed Description

Information about average noise.

:param float period: the sampling period in units of [time] used to make the spectrum
:param int nsamples: the number of time sampled used to make the spectrum
:param float gain: the gain in units of [voltage]/[charge] assumed in the spectrum
:param float shaping: the shaping time of the amplifier in units of [time] assumed in the spectrum
:param int plane: the identifier for the plane holding the wire from which this noise is associated.
:param float wirelen: the length of wire in units of [length] for the wire assumed to produce the noise.
:param list freqs: list of floating point sampled frequency in units of [frequency] (not MHZ!)
:param list amps: list of floating point sampled noise amplitude in units of [voltage]/[frequency].

Definition at line 8 of file schema.py.

Member Data Documentation

tuple wirecell.sigproc.noise.schema.NoiseSpectrum.__slots__ = ()
staticprivate

Definition at line 21 of file schema.py.


The documentation for this class was generated from the following file: