Summary: | Mosaic tool copies FITS file to job specs, leading to incorrect alignment of mosaic captures | ||
---|---|---|---|
Product: | [Applications] kstars | Reporter: | James Harrison <james> |
Component: | general | Assignee: | Jasem Mutlaq <mutlaqja> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 3.3.6 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kstars/dc3b30b5fb67dfa50353f028af907b099bde8b65 | Version Fixed In: | 3.3.7 |
Sentry Crash Report: |
Description
James Harrison
2019-10-19 23:46:09 UTC
So the coordinates are used for the initial slew to the target. If a FITS file was specified, then the plate solver would perform the following: 1. Solve the FITS file. 2. Slew the mount to the solution coordinates (center of FITS file). 3. Captures and image to ensure we are at the coords in #2. Does this clears it up for you? (In reply to Jasem Mutlaq from comment #1) > So the coordinates are used for the initial slew to the target. If a FITS > file was specified, then the plate solver would perform the following: > > 1. Solve the FITS file. > 2. Slew the mount to the solution coordinates (center of FITS file). > 3. Captures and image to ensure we are at the coords in #2. > > Does this clears it up for you? That absolutely is the behaviour I am seeing and is expected. However, the mosaic tool should *never* set the FITS attribute in any of the jobs it creates, even if set in the origin job, because the whole purpose of that tool is to calculate the coordinates for each job, and those will *always* differ from the FITS file. Thus leading to the unexpected behaviour of the mosaic tool jobs all imaging the same location, not the mosaic targets. Oh you're absolutely right, it needs to strip this property from the job or warn the user at least about it. Git commit dc3b30b5fb67dfa50353f028af907b099bde8b65 by Jasem Mutlaq. Committed on 20/10/2019 at 13:06. Pushed by mutlaqja into branch 'master'. Do not save FITS file in mosaic job scheduler list since each job has its own unique calculated location. FIXED-IN:3.3.7 M +6 -0 kstars/ekos/scheduler/scheduler.cpp https://commits.kde.org/kstars/dc3b30b5fb67dfa50353f028af907b099bde8b65 |