Home
last modified time | relevance | path

Searched refs:EXTRACTOR_INTERNAL (Results 1 – 7 of 7) sorted by relevance

/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/
H A Dparameters.h89 typedef enum { EXTRACTOR_INTERNAL, //This uses internal SEP to Sextract Sources enumerator
108 case EXTRACTOR_INTERNAL: in getCommandString()
H A Dstellarsolver.h279 ExtractorType m_SextractorType { EXTRACTOR_INTERNAL };
H A Dstellarsolver.cpp267 if(m_SolverType == SOLVER_STELLARSOLVER && m_SextractorType != EXTRACTOR_INTERNAL) in checkParameters()
271 m_SextractorType = EXTRACTOR_INTERNAL; in checkParameters()
H A Donlinesolver.cpp37 if(m_ExtractorType == EXTRACTOR_INTERNAL) in execute()
H A Dexternalsextractorsolver.cpp163 if(m_ExtractorType == EXTRACTOR_INTERNAL) in extract()
1345 if(m_ExtractorType == EXTRACTOR_INTERNAL && m_SolverType == SOLVER_ASTAP) in writeSextractorTable()
/dports/astro/kstars/kstars-3.5.6/Tests/kstars_ui/
H A Dtest_ekos_align.cpp265 Options::setSolveSextractorType(SSolver::EXTRACTOR_INTERNAL); in prepareTestCase()
/dports/astro/stellarsolver/stellarsolver-1.8/tester/
H A Dmainwindow.cpp780 m_ExtractorType = EXTRACTOR_INTERNAL; in sextractButtonClicked()
784 m_ExtractorType = EXTRACTOR_INTERNAL; in sextractButtonClicked()