OpenReflectometry / scikit-reflectometry

SciPy toolkit for fusion plasma reflectometry diagnostics
Other
8 stars 5 forks source link

TODO: Raw datasets for swept reflectometry O-mode #8

Open daguiam opened 6 years ago

daguiam commented 6 years ago

Let's add some example datasets using the existing O-mode reflectometer

There's the difficulty of having multiple bands for the signal which complicates the concatenation of the complete signal.

First, provide signals for each of the bands: K, Ka, Q, [V]

Second, if possible, grab these signals and concatenate them into a single raw signal.

This dataset should have for each of the bands:

# Band K
frequency # Probing frequency in [Hz]
signal #  [V]
# Band Ka
frequency # Probing frequency in [Hz]
signal #  [V]
# Band Q
frequency # Probing frequency in [Hz]
signal #  [V]
# Band V
frequency # Probing frequency in [Hz]
signal #  [V]

The burst signals should be lists of each of frequency and signal

guimarais commented 6 years ago

Sweep_rate is missing df/dt.