SpikeScore Struct Reference
This structure stores all relevant data of a spike. More...
#include <setidefs.h>
Collaboration diagram for SpikeScore:

Public Attributes | |
| double | power |
| double | score |
| int | bin |
| int | fft_index |
| int | fft_len |
| double | chirprate |
| double | ra |
| double | dec |
| double | frequency |
| QString | wu_name |
Detailed Description
This structure stores all relevant data of a spike.Spikes are radio signals occurring at single frequencies that are strong enough to be distinguished from general noise. To extract these signals from raw radiowave data, baseline smoothing, data de-chirping, and Fast Fourier Transforms (FFTs) need to be performed.
Definition at line 34 of file setidefs.h.
Member Data Documentation
|
|
|
The score of the spike.
Definition at line 38 of file setidefs.h. Referenced by CompletedWUList::fillSigSumColumns(), CompletedWUList::fillSigSumList(), SetiContainer::initWUScore(), and SetiContainer::scanSpikeData(). |
|
|
An integer value representing the spike.
Definition at line 40 of file setidefs.h. Referenced by SetiContainer::initWUScore(), and SetiContainer::scanSpikeData(). |
|
|
The fft index value.
Definition at line 42 of file setidefs.h. Referenced by SetiContainer::initWUScore(), and SetiContainer::scanSpikeData(). |
|
|
The fft length (number of data points).
Definition at line 44 of file setidefs.h. Referenced by CompletedWUList::fillSigList(), CompletedWUList::fillSigSumList(), SetiContainer::initWUScore(), SetiLoc::loggedSpikeSignal(), SetiContainer::scanSpikeData(), SigMsg::SigMsg(), and LoggedSigs::slotFillSpikeTable(). |
|
|
The chirp rate at which this spike was found. See StateFileData for a detailed explanation. Definition at line 47 of file setidefs.h. Referenced by CompletedWUList::fillTotalList(), SetiContainer::initWUScore(), SetiLoc::loggedSpikeSignal(), SetiContainer::scanSpikeData(), LoggedSigs::slotFillSpikeTable(), and Analysis::updateMaxScore(). |
|
|
The sky position where the spike was detected (right ascension).
Definition at line 50 of file setidefs.h. Referenced by SetiContainer::initWUScore(), SetiLoc::loggedSpikeSignal(), and LoggedSigs::slotFillSpikeTable(). |
|
|
The sky position where the spike was detected (declination).
Definition at line 53 of file setidefs.h. Referenced by SetiContainer::initWUScore(), SetiLoc::loggedSpikeSignal(), and LoggedSigs::slotFillSpikeTable(). |
|
|
The frequency at which the signal was found.
Definition at line 55 of file setidefs.h. Referenced by SetiContainer::initWUScore(), SetiLoc::loggedSpikeSignal(), and LoggedSigs::slotFillSpikeTable(). |
|
|
The name of work unit in which the spike was found.
Definition at line 57 of file setidefs.h. Referenced by CompletedWUList::fillTotalList(), SetiContainer::initWUScore(), SetiContainer::scanSpikeData(), and Analysis::updateMaxScore(). |
The documentation for this struct was generated from the following file:

