Home
last modified time | relevance | path

Searched refs:m_ExtractorType (Results 1 – 8 of 8) sorted by relevance

/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/
H A Dexternalsextractorsolver.cpp139 if(m_ExtractorType == EXTRACTOR_EXTERNAL) in extract()
163 if(m_ExtractorType == EXTRACTOR_INTERNAL) in extract()
170 else if(m_ExtractorType == EXTRACTOR_EXTERNAL) in extract()
580 if(m_ExtractorType == EXTRACTOR_BUILTIN) in runExternalSolver()
585 if(m_ExtractorType == EXTRACTOR_BUILTIN) in runExternalSolver()
632 if(m_ExtractorType == EXTRACTOR_BUILTIN) in runExternalSolver()
702 if(m_ExtractorType != EXTRACTOR_BUILTIN) in runExternalASTAPSolver()
830 if(m_ActiveParameters.downsample > 1 && m_ExtractorType == EXTRACTOR_BUILTIN) in getSolverArgsList()
848 if(m_ExtractorType != EXTRACTOR_BUILTIN) in getSolverArgsList()
871 if(onlySendFITSFiles && m_ExtractorType == EXTRACTOR_BUILTIN) in getSolverArgsList()
[all …]
H A Donlinesolver.cpp28 if(m_ExtractorType == EXTRACTOR_BUILTIN) in execute()
37 if(m_ExtractorType == EXTRACTOR_INTERNAL) in execute()
39 else if(m_ExtractorType == EXTRACTOR_EXTERNAL) in execute()
206 if(m_ExtractorType == EXTRACTOR_BUILTIN) in uploadFile()
231 if(m_ExtractorType != EXTRACTOR_BUILTIN) in uploadFile()
H A Dparameters.h101 … QString getCommandString(SSolver::ProcessType processType, SSolver::ExtractorType m_ExtractorType, in getCommandString() argument
106 switch(m_ExtractorType) in getCommandString()
H A Dsextractorsolver.cpp14 …QThread(parent), m_ProcessType(pType), m_ExtractorType(eType), m_SolverType(sType), m_Statistics(s… in SextractorSolver()
H A Dsextractorsolver.h38 ExtractorType m_ExtractorType; variable
H A Dinternalsextractorsolver.cpp70 …InternalSextractorSolver *solver = new InternalSextractorSolver(m_ProcessType, m_ExtractorType, m_… in spawnChildSolver()
/dports/astro/stellarsolver/stellarsolver-1.8/tester/
H A Dmainwindow.h117 SSolver::ExtractorType m_ExtractorType; variable
H A Dmainwindow.cpp463 …ExternalSextractorSolver extTemp(processType, m_ExtractorType, solverType, stats, m_ImageBuffer, t… in MainWindow()
780 m_ExtractorType = EXTRACTOR_INTERNAL; in sextractButtonClicked()
784 m_ExtractorType = EXTRACTOR_INTERNAL; in sextractButtonClicked()
788 m_ExtractorType = EXTRACTOR_EXTERNAL; in sextractButtonClicked()
792 m_ExtractorType = EXTRACTOR_EXTERNAL; in sextractButtonClicked()
846 stellarSolver->setProperty("ExtractorType", m_ExtractorType); in sextractImage()
889 m_ExtractorType = (SSolver::ExtractorType) ui->sextractorTypeForSolving->currentIndex(); in solveImage()
893 stellarSolver->setProperty("ExtractorType", m_ExtractorType); in solveImage()