TallFurryMan / kstars

Desktop Planetarium
GNU General Public License v2.0
0 stars 0 forks source link

Fix estimation of imaging duration #8

Open TallFurryMan opened 6 years ago

TallFurryMan commented 6 years ago

Imaging duration currently use hardcoded durations to estimate each step of a scheduler job.

  1. Make each step duration configurable by the user instead of hardcoding it.
  2. Make each step estimation learnable by the Scheduler itself. This requires statistics on steps to be implemented beforehand. This step probably requires #7 to be implemented.