Home
last modified time | relevance | path

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

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/capture/
H A Dcapture.cpp1206 QList<double> exposureValues; in updateFrameProperties() local
1207exposureValues << 0.01 << 0.02 << 0.05 << 0.1 << 0.2 << 0.25 << 0.5 << 1 << 1.5 << 2 << 2.5 << 3 <… in updateFrameProperties()
1216 for(int i = 0; i < exposureValues.count(); i++) in updateFrameProperties()
1218 double value = exposureValues.at(i); in updateFrameProperties()
1221 exposureValues.removeAt(i); in updateFrameProperties()
1226 exposureValues.prepend(min); in updateFrameProperties()
1227 exposureValues.append(max); in updateFrameProperties()
1230 captureExposureN->setRecommendedValues(exposureValues); in updateFrameProperties()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/
H A Dguide.cpp139 QList<double> exposureValues; in Guide() local
140exposureValues << 0.02 << 0.05 << 0.1 << 0.2 << 0.5 << 1 << 1.5 << 2 << 2.5 << 3 << 3.5 << 4 << 4.… in Guide()
142 exposureIN->setRecommendedValues(exposureValues); in Guide()