Andre87osx / AstroPi-system

Gear for astrophotography experience
GNU General Public License v3.0
3 stars 0 forks source link

start colling procedure #181

Closed Andre87osx closed 2 years ago

Andre87osx commented 2 years ago

https://github.com/Andre87osx/AstroPi-system/blob/01c2bc43df3a133de49c096fe140923f72e253e0/kstars-astropi/kstars/ekos/capture/capture.cpp#L3297

    // update temperature
    if (currentCCD->hasCooler() && activeJob->getEnforceTemperature())
    {
        double temperature = 0;
        currentCCD->getTemperature(&temperature);
        activeJob->setCurrentTemperature(temperature);
    }