Home
last modified time | relevance | path

Searched refs:loadWCS (Results 1 – 10 of 10) sorted by relevance

/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/
H A Dstellarsolver.cpp404 if(loadWCS) in processFinished()
427 if(m_ProcessType != SOLVE || !m_SextractorSolver->hasWCSData() || !loadWCS) in processFinished()
432 if(m_ProcessType != SOLVE || !m_SextractorSolver->hasWCSData() || !loadWCS) in processFinished()
473 if(reportingSolver->hasWCSData() && loadWCS) in finishParallelSolve()
501 if(!(loadWCS && hasWCS)) in finishParallelSolve()
H A Dstellarsolver.h204 loadWCS = set; in setLoadWCS()
343 bool loadWCS {true};
H A Dexternalsextractorsolver.h79 int loadWCS();
H A Dexternalsextractorsolver.cpp690 loadWCS(); //Attempt to Load WCS, but don't totally fail if you don't find it. in runExternalSolver()
793 loadWCS(); //Attempt to Load WCS, but don't totally fail if you don't find it. in runExternalASTAPSolver()
1587 int ExternalSextractorSolver::loadWCS() in loadWCS() function in ExternalSextractorSolver
H A Donlinesolver.cpp597 loadWCS(); //Attempt to load WCS from the file in onResult()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/align/
H A Dalignview.cpp54 QFuture<bool> future = QtConcurrent::run(m_ImageData.data(), &FITSData::loadWCS, extras); in injectWCS()
/dports/astro/kstars/kstars-3.5.6/kstars/fitsviewer/
H A Dfitsdata.h381 bool loadWCS(bool extras = true);
H A Dfitsview.cpp293 QFuture<bool> future = QtConcurrent::run(m_ImageData.data(), &FITSData::loadWCS, true); in setCursorMode()
468 QFuture<bool> future = QtConcurrent::run(m_ImageData.data(), &FITSData::loadWCS, true); in processData()
1674 QFuture<bool> future = QtConcurrent::run(m_ImageData.data(), &FITSData::loadWCS, true); in toggleEQGrid()
1689 QFuture<bool> future = QtConcurrent::run(m_ImageData.data(), &FITSData::loadWCS, true); in toggleObjects()
H A Dfitsdata.cpp2350 bool FITSData::loadWCS(bool extras) in loadWCS() function in FITSData
/dports/astro/kstars/kstars-3.5.6/
H A DChangeLog3112 …onger loaded by default. It must be explicitly loaded either via calling loadWCS() directly, or IF…
3248 … Do not process WCS on loading if we plan to create a WCS file. Make loadWCS asynchronous and …
3345 …laq Add more logging and remove resource mode lock. Creating WCS file should always loadWCS
3388 bfe5f62 2017-02-15 Jasem Mutlaq Only loadWCS for normal and align frames
3398 … wait for finished to possibly prevent FITSData object destruction while loadWCS could be still ru…
3445 19b11c5 2017-02-06 Jasem Mutlaq Do not call future for loadWCS after updating the header as…