
Data Fields | |
| REAL8 | Freq |
| REAL8 | F1dot |
| REAL4 | Alpha |
| REAL4 | Delta |
| REAL4 | significance |
| INT4 | iFreq |
| INT4 | iDelta |
| INT4 | iAlpha |
| INT4 | iF1dot |
| INT4 | nCand |
| int8_linked_list * | CandID |
| Freq | REAL8 Frequency index of the cell | |
| Alpha | REAL4 Right ascension index of the cell | |
| Delta | REAL4 Declination index of the cell | |
| F1dot | REAL8 Spindown index of the cell | |
| iFreq | INT4 Frequency index of this candidate event | |
| iDelta | INT4 Declination index. This can be negative. | |
| iAlpha | INT4 Right ascension index of this candidate event | |
| iF1dot | INT4 Spindown index of this candidate event | |
| significance | REAL8 minus log of joint false alarm of the candidates in this cell | |
| nCand; | INT4 number of the events in this cell | |
| CandID | int8_linked_list* linked structure that has candidate id-s of the candidates in this cell |
Definition at line 307 of file zellepolka.c.
Definition at line 309 of file zellepolka.c.
Definition at line 310 of file zellepolka.c.
Definition at line 311 of file zellepolka.c.
Definition at line 312 of file zellepolka.c.
Definition at line 313 of file zellepolka.c.
Definition at line 314 of file zellepolka.c.
Definition at line 315 of file zellepolka.c.
Definition at line 316 of file zellepolka.c.
Definition at line 317 of file zellepolka.c.
Definition at line 318 of file zellepolka.c.
struct int8_linked_list* CellDataTag::CandID [read] |
Definition at line 319 of file zellepolka.c.
1.5.2