Bug 397562 - Sequence job CCD specification is not served
Summary: Sequence job CCD specification is not served
Status: RESOLVED FIXED
Alias: None
Product: kstars
Classification: Applications
Component: general (show other bugs)
Version: 2.9.7
Platform: Other Linux
: NOR major
Target Milestone: ---
Assignee: Jasem Mutlaq
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-17 20:55 UTC by TallFurryMan
Modified: 2020-12-14 18:32 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description TallFurryMan 2018-08-17 20:55:48 UTC
Consider a sequence job file specifying a CCD on a multi-CCD setup.

When the sequence job is loaded in the Capture module, the CCD dropbox is properly set to the CCD name indicated in the XML file, but no capture characteristics are updated.

Particularly, if available CCDs don't have the same frame dimensions, the dimensions of the last CCD are retained, and most of the time end up wrong.

When the end-user manually selects the CCD from the dropbox, characteristics update properly. A workaround is to select the proper CCD in the dropbox manually, then to load the sequence job XML file that is using that CCD.
Comment 1 TallFurryMan 2018-08-17 20:59:29 UTC
This issue prevents the Scheduler from processing jobs that make use of different CCDs. Example of such jobs is automation of darks for the guider and imager.

This issue would probably disappear by itself if we decide to have one Capture module per CCD in the setup (to provide the ability to process captures in parallel). In that case the sequence job would be loaded by the Scheduler in the Capture module corresponding to the CCD, and characteristics would always be proper.
Comment 2 TallFurryMan 2018-09-14 06:18:12 UTC
Should be fixed by https://phabricator.kde.org/D15492