Home
last modified time | relevance | path

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

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/auxiliary/
H A Ddarklibrary.cpp297 if (diffMap < diffBest) in findDarkFrame()
299 else if (diffBest < diffMap) in findDarkFrame()
307 if (diffMap < diffBest) in findDarkFrame()
309 else if (diffBest < diffMap) in findDarkFrame()
317 int64_t diffBest = bestCandidate["timestamp"].toDateTime().secsTo(now); in findDarkFrame() local
318 if (diffMap < diffBest) in findDarkFrame()
320 else if (diffBest < diffMap) in findDarkFrame()
412 if (diffMap < diffBest) in findDefectMap()
414 else if (diffBest < diffMap) in findDefectMap()
421 if (diffMap < diffBest) in findDefectMap()
[all …]