LOST
0.0.1
LOST: Open-source Star Tracker
|
Public Attributes | |
int | xMin |
int | xMax |
int | yMin |
int | yMax |
int | cutoff |
int | maxIntensity |
int | guess |
bool | isValid |
std::unordered_set< int > | checkedIndices |
Definition at line 202 of file centroiders.cpp.
std::unordered_set<int> lost::IWCoGParams::checkedIndices |
Definition at line 211 of file centroiders.cpp.
int lost::IWCoGParams::cutoff |
Definition at line 207 of file centroiders.cpp.
int lost::IWCoGParams::guess |
Definition at line 209 of file centroiders.cpp.
bool lost::IWCoGParams::isValid |
Definition at line 210 of file centroiders.cpp.
int lost::IWCoGParams::maxIntensity |
Definition at line 208 of file centroiders.cpp.
int lost::IWCoGParams::xMax |
Definition at line 204 of file centroiders.cpp.
int lost::IWCoGParams::xMin |
Definition at line 203 of file centroiders.cpp.
int lost::IWCoGParams::yMax |
Definition at line 206 of file centroiders.cpp.
int lost::IWCoGParams::yMin |
Definition at line 205 of file centroiders.cpp.