Searched refs:loadWCS (Results 1 – 10 of 10) sorted by relevance
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/ |
H A D | stellarsolver.cpp | 404 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 D | stellarsolver.h | 204 loadWCS = set; in setLoadWCS() 343 bool loadWCS {true};
|
H A D | externalsextractorsolver.h | 79 int loadWCS();
|
H A D | externalsextractorsolver.cpp | 690 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 D | onlinesolver.cpp | 597 loadWCS(); //Attempt to load WCS from the file in onResult()
|
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/align/ |
H A D | alignview.cpp | 54 QFuture<bool> future = QtConcurrent::run(m_ImageData.data(), &FITSData::loadWCS, extras); in injectWCS()
|
/dports/astro/kstars/kstars-3.5.6/kstars/fitsviewer/ |
H A D | fitsdata.h | 381 bool loadWCS(bool extras = true);
|
H A D | fitsview.cpp | 293 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 D | fitsdata.cpp | 2350 bool FITSData::loadWCS(bool extras) in loadWCS() function in FITSData
|
/dports/astro/kstars/kstars-3.5.6/ |
H A D | ChangeLog | 3112 …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…
|