Skip to content

Commit

Permalink
import and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
JoschD committed Oct 9, 2024
1 parent 479f6fe commit 1949392
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions turn_by_turn/doros.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
Data handling for turn-by-turn measurement files from the
``DOROS`` BPMs of the ``LHC`` (files in **hdf5** format).
The file contains an unused entry for ``METADATA`` and
The file contains entries for ``METADATA``, ``TIMESTAMPS_INDEX`` and
``TIMESTAMPS_TABLE``, which we do not use and
then the actual data per BPM.
These entries are as follows:
Expand All @@ -25,16 +26,14 @@
- ``verPositions``: vertical position of the beam per turn
- Oscillation entries are the frequencies of change in position
these are not used in the turn-by-turn format.
- Oscillation entries are the frequencies of change in position.
- ``nbOscillationSamplesRead``: number of oscillation samples read
- ``horOscillationData``: horizontal oscillation data
- ``verOscillationData``: vertical oscillation data
"""
from __future__ import annotations

from dataclasses import dataclass
import logging
from datetime import datetime
from pathlib import Path
Expand Down

0 comments on commit 1949392

Please sign in to comment.