LOST  0.0.1
LOST: Open-source Star Tracker
lost::IWCoGParams Struct Reference

Public Attributes

int xMin
 
int xMax
 
int yMin
 
int yMax
 
int cutoff
 
int maxIntensity
 
int guess
 
bool isValid
 
std::unordered_set< int > checkedIndices
 

Detailed Description

Definition at line 202 of file centroiders.cpp.

Member Data Documentation

◆ checkedIndices

std::unordered_set<int> lost::IWCoGParams::checkedIndices

Definition at line 211 of file centroiders.cpp.

◆ cutoff

int lost::IWCoGParams::cutoff

Definition at line 207 of file centroiders.cpp.

◆ guess

int lost::IWCoGParams::guess

Definition at line 209 of file centroiders.cpp.

◆ isValid

bool lost::IWCoGParams::isValid

Definition at line 210 of file centroiders.cpp.

◆ maxIntensity

int lost::IWCoGParams::maxIntensity

Definition at line 208 of file centroiders.cpp.

◆ xMax

int lost::IWCoGParams::xMax

Definition at line 204 of file centroiders.cpp.

◆ xMin

int lost::IWCoGParams::xMin

Definition at line 203 of file centroiders.cpp.

◆ yMax

int lost::IWCoGParams::yMax

Definition at line 206 of file centroiders.cpp.

◆ yMin

int lost::IWCoGParams::yMin

Definition at line 205 of file centroiders.cpp.


The documentation for this struct was generated from the following file: