Home
last modified time | relevance | path

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

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/auxiliary/
H A Ddarklibrary.h75 …bool findDefectMap(ISD::CCDChip *targetChip, double duration, QSharedPointer<DefectMap> &defectMap…
H A Ddarkprocessor.cpp244 if (DarkLibrary::Instance()->findDefectMap(info.targetChip, info.duration, targetDefectMap)) in denoiseInternal()
H A Ddarklibrary.cpp374 bool DarkLibrary::findDefectMap(ISD::CCDChip *m_TargetChip, double duration, QSharedPointer<DefectM… in findDefectMap() function in Ekos::DarkLibrary