This structure stores the Hough map.
Definition at line 130 of file HoughMap.h.
Data Fields | |
| INT8 | f0Bin |
| frequency bin for which it has been constructed More... | |
| REAL8 | deltaF |
| frequency resolution More... | |
| UINT4 | mObsCoh |
| ratio of observation time and coherent timescale More... | |
| UINT4 | nPG |
number of peakgrams used <= mObsCoh; there could be gaps during the observation time More... | |
| REAL8 | patchSizeX |
| x size of patch More... | |
| REAL8 | patchSizeY |
| y size of patch More... | |
| REAL8UnitPolarCoor | skyPatch |
| Coordinates of the versor \( \hat N_{center} \) (alpha, delta) pointing to the center of the sky patch. More... | |
| REAL8Vector | spinDem |
| Spin parameters used in the demodulation stage. More... | |
| REAL8Vector | spinRes |
| Refined spin parameters used in the Hough transform. More... | |
| REAL8Vector | dFdot |
| resolution in spindown parameters More... | |
| UINT2 | xSide |
| number of physical pixels in the x direction More... | |
| UINT2 | ySide |
| number of physical pixels in the y direction More... | |
| HoughTT * | map |
| the pixel counts; the number of elements to allocate is ySide*xSide More... | |
| INT8 HOUGHMapTotal::f0Bin |
frequency bin for which it has been constructed
Definition at line 131 of file HoughMap.h.
| REAL8 HOUGHMapTotal::deltaF |
frequency resolution
Definition at line 132 of file HoughMap.h.
| UINT4 HOUGHMapTotal::mObsCoh |
ratio of observation time and coherent timescale
Definition at line 133 of file HoughMap.h.
| UINT4 HOUGHMapTotal::nPG |
number of peakgrams used <= mObsCoh; there could be gaps during the observation time
Definition at line 134 of file HoughMap.h.
| REAL8 HOUGHMapTotal::patchSizeX |
x size of patch
Definition at line 135 of file HoughMap.h.
| REAL8 HOUGHMapTotal::patchSizeY |
y size of patch
Definition at line 136 of file HoughMap.h.
| REAL8UnitPolarCoor HOUGHMapTotal::skyPatch |
Coordinates of the versor \( \hat N_{center} \) (alpha, delta) pointing to the center of the sky patch.
Definition at line 137 of file HoughMap.h.
| REAL8Vector HOUGHMapTotal::spinDem |
Spin parameters used in the demodulation stage.
Definition at line 138 of file HoughMap.h.
| REAL8Vector HOUGHMapTotal::spinRes |
Refined spin parameters used in the Hough transform.
Definition at line 139 of file HoughMap.h.
| REAL8Vector HOUGHMapTotal::dFdot |
resolution in spindown parameters
Definition at line 140 of file HoughMap.h.
| UINT2 HOUGHMapTotal::xSide |
number of physical pixels in the x direction
Definition at line 141 of file HoughMap.h.
| UINT2 HOUGHMapTotal::ySide |
number of physical pixels in the y direction
Definition at line 142 of file HoughMap.h.
| HoughTT* HOUGHMapTotal::map |
the pixel counts; the number of elements to allocate is ySide*xSide
Definition at line 143 of file HoughMap.h.