Skip to content

Commit

Permalink
Merge pull request #824 from nu-radio/docu-fs
Browse files Browse the repository at this point in the history
Change name of section in linked wiki article in docu
  • Loading branch information
fschlueter authored Feb 6, 2025
2 parents 48ff39e + f3a744c commit 7d3f639
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/source/NuRadioMC/pages/HDF5_structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ The station-level attributes can be accessed using ``f[station_<station_id>].att
:header-rows: 1
:widths: auto
:delim: |

Key | Description
``Vrms`` | RMS of the voltage used as thermal noise floor :math:`v_{n} = (k_{B} \, R \, T \, \Delta f) ^ {0.5}`. See the relevant section "Noise voltage and power" in this `wiki article <https://en.wikipedia.org/wiki/Johnson%E2%80%93Nyquist_noise>`_ (last two equations). Determine from ``Tnoise`` and ``bandwidth`` (see below).
``Vrms`` | RMS of the voltage used as thermal noise floor :math:`v_{n} = (k_{B} \, R \, T \, \Delta f) ^ {0.5}`. See the relevant section "Maximum transfer of noise power" in this `wiki article <https://en.wikipedia.org/wiki/Johnson%E2%80%93Nyquist_noise>`_ . Determine from ``Tnoise`` and ``bandwidth`` (see below).
``Vrms_trigger`` | (Optional) Same as ``Vrms`` but for the trigger channels if they were simulated with a different response.
``bandwidth`` | Bandwidth is above equation. Calculated as the integral over the simulated filter response (`filt`) squared: :math:`\Delta f = np.trapz(np.abs(filt) ** 2, ff)`.
``antenna_positions`` | Relative position of all simulated antennas (channels)
Expand Down

0 comments on commit 7d3f639

Please sign in to comment.