×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

EKOS scheduler feature request.

  • Posts: 456
  • Thank you received: 76
A small feature to add to the backlog....

What:
As an observer with many targets, I would like the Ekos scheduler job name to be added to the fits header.

Why:
I'm generating Ekos schedules from AAVSO's list of objects in need of observation. It would make the analysis of the data much easier if the fits files contained the name of the target. This is the name of the job in the Ekos schedule...

Example:
Below is a short snippet from a generated schedule. I would like the name 'SV Aur' to be in the fits header of the captured images. Maybe with a key of OBJECT if this is valid. See here for details of standard fits header keys diffractionlimited.com/help/maximdl/FITS...ader_Definitions.htm
<?xml version="1.0" encoding="UTF-8"?>
<SchedulerList version='1.2'>
    <Job>
        <Name>SV Aur</Name>
        <Priority>10</Priority>
        <Coordinates>
            <J2000RA>6.061161111111112</J2000RA>
            <J2000DE>46.43555555555555</J2000DE>
        </Coordinates>
        <Sequence>/home/dokeeffe/Dropbox/EkosSequences/photometry.esq</Sequence>
        <StartupCondition>
            <Condition>ASAP</Condition>
        </StartupCondition>
        <Constraints>
            <Constraint value='30'>MinimumAltitude</Constraint>
            <Constraint>EnforceWeather</Constraint>
            <Constraint>EnforceTwilight</Constraint>
        </Constraints>
        <CompletionCondition>
            <Condition>Sequence</Condition>
        </CompletionCondition>
        <Profile>Default</Profile>
        <Steps>
            <Step>Track</Step>
            <Step>Focus</Step>
            <Step>Align</Step>
            <Step>Guide</Step>
        </Steps>
    </Job>
.
.
.
Last edit: 7 years 1 month ago by Derek.
7 years 1 month ago #15370

Please Log in or Create an account to join the conversation.

Done. You need INDI & KStars GIT.
The following user(s) said Thank You: Derek
Last edit: 7 years 4 weeks ago by Jasem Mutlaq.
7 years 4 weeks ago #15409

Please Log in or Create an account to join the conversation.

  • Posts: 456
  • Thank you received: 76
That was fast!!! Thanks!
Derek
7 years 4 weeks ago #15411

Please Log in or Create an account to join the conversation.

Time to create page: 0.241 seconds