<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:35:41 JST 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>PFS-JIRA</title>
    <link>https://pfspipe.ipmu.jp/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.3.4</version>
        <build-number>803005</build-number>
        <build-date>13-09-2019</build-date>
    </build-info>


<item>
            <title>[INSTRM-1456] Add a table for the guide offset</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/INSTRM-1456</link>
                <project id="10300" key="INSTRM">Instrument control development</project>
                    <description>&lt;p&gt;Please add a table to store the final guide offset from the nominal position calculated after each AGC exposure is done. The current proposal is&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-python&quot;&gt;
    agc_exposure_id = Column(Integer, ForeignKey(&lt;span class=&quot;code-quote&quot;&gt;&apos;agc_exposure.agc_exposure_id&apos;&lt;/span&gt;),
                             primary_key=&lt;span class=&quot;code-keyword&quot;&gt;&lt;span class=&quot;code-object&quot;&gt;True&lt;/span&gt;&lt;/span&gt;, autoincrement=&lt;span class=&quot;code-keyword&quot;&gt;&lt;span class=&quot;code-object&quot;&gt;False&lt;/span&gt;&lt;/span&gt;,
                             comment=&lt;span class=&quot;code-quote&quot;&gt;&apos;AGC exposure number identifier&apos;&lt;/span&gt;)
    guide_ra = Column(FLOAT,
                      comment=&lt;span class=&quot;code-quote&quot;&gt;&apos;The calculated FoV R.A. center [deg.]&apos;&lt;/span&gt;)
    guide_dec = Column(FLOAT,
                       comment=&lt;span class=&quot;code-quote&quot;&gt;&apos;The calculated FoV Dec. center [deg.]&apos;&lt;/span&gt;)
    guide_pa = Column(FLOAT,
                      comment=&lt;span class=&quot;code-quote&quot;&gt;&apos;The calculated FoV PA [deg.]&apos;&lt;/span&gt;)
    guide_delta_ra = Column(FLOAT,
                            comment=&lt;span class=&quot;code-quote&quot;&gt;&apos;The calculated FoV R.A. offset [arcsec.]&apos;&lt;/span&gt;)
    guide_delta_dec = Column(FLOAT,
                             comment=&lt;span class=&quot;code-quote&quot;&gt;&apos;The calculated FoV Dec. offset [arcsec.]&apos;&lt;/span&gt;)
    guide_delta_insrot = Column(FLOAT,
                                comment=&lt;span class=&quot;code-quote&quot;&gt;&apos;The calculated InsRot offset [arcsec.]&apos;&lt;/span&gt;)
    guide_delta_az = Columnn(FLOAT,
                             comment=&lt;span class=&quot;code-quote&quot;&gt;&apos;The calculated Az offset [deg.] (optional)&apos;&lt;/span&gt;)
    guide_delta_el = Columnn(FLOAT,
                             comment=&lt;span class=&quot;code-quote&quot;&gt;&apos;The calculated El offset [deg.] (optional)&apos;&lt;/span&gt;)
    guide_delta_z = Column(REAL,
                           comment=&lt;span class=&quot;code-quote&quot;&gt;&apos;The calculated focus offset [mm]&apos;&lt;/span&gt;)
    guide_delta_z1 = Column(REAL,
                            comment=&lt;span class=&quot;code-quote&quot;&gt;&apos;The calculated focus offset &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; AGC1 [mm]&apos;&lt;/span&gt;)
    guide_delta_z2 = Column(REAL,
                            comment=&lt;span class=&quot;code-quote&quot;&gt;&apos;The calculated focus offset &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; AGC2 [mm]&apos;&lt;/span&gt;)
    guide_delta_z3 = Column(REAL,
                            comment=&lt;span class=&quot;code-quote&quot;&gt;&apos;The calculated focus offset &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; AGC3 [mm]&apos;&lt;/span&gt;)
    guide_delta_z4 = Column(REAL,
                            comment=&lt;span class=&quot;code-quote&quot;&gt;&apos;The calculated focus offset &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; AGC4 [mm]&apos;&lt;/span&gt;)
    guide_delta_z5 = Column(REAL,
                            comment=&lt;span class=&quot;code-quote&quot;&gt;&apos;The calculated focus offset &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; AGC5 [mm]&apos;&lt;/span&gt;)
    guide_delta_z6 = Column(REAL,
                            comment=&lt;span class=&quot;code-quote&quot;&gt;&apos;The calculated focus offset &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; AGC6 [mm]&apos;&lt;/span&gt;)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;We need the focus offset for all AGCs (delta_zx) and also the typical (mean?) value (delta_z).&lt;/p&gt;</description>
                <environment></environment>
        <key id="18356">INSTRM-1456</key>
            <summary>Add a table for the guide offset</summary>
                <type id="3" iconUrl="https://pfspipe.ipmu.jp/jira/secure/viewavatar?size=xsmall&amp;avatarId=10518&amp;avatarType=issuetype">Task</type>
                                            <priority id="10000" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/priorities/medium.svg">Normal</priority>
                        <status id="10002" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/statuses/generic.png" description="The issue is resolved, reviewed, and merged">Done</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="kiyoto.yabe">Kiyoto Yabe</assignee>
                                    <reporter username="kiyoto.yabe">Kiyoto Yabe</reporter>
                        <labels>
                            <label>opDB</label>
                    </labels>
                <created>Tue, 16 Nov 2021 00:17:25 +0000</created>
                <updated>Thu, 18 Nov 2021 04:04:39 +0000</updated>
                            <resolved>Thu, 18 Nov 2021 04:04:39 +0000</resolved>
                                                                    <component>spt_operational_database</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                <comments>
                            <comment id="25116" author="kiyoto.yabe" created="Wed, 17 Nov 2021 08:09:42 +0000"  >&lt;p&gt;I have pushed the latest fix. Could you review the changes please?&lt;/p&gt;</comment>
                            <comment id="25124" author="hiro" created="Wed, 17 Nov 2021 17:41:23 +0000"  >&lt;p&gt;guide_ra, guide_dec, guide_pa are intended to store design values. So the calculated center of FoV would be:&lt;/p&gt;

&lt;p&gt;(RA, DEC, PA) = (guide_ra + guide_delta_ra / 3600, guide_dec + guide_delta_dec / 3600, guide_pa + guide_delta_pa / 3600)&lt;/p&gt;

&lt;p&gt;As long as another table with agc_exposure_id as a primary key (ideally agc_exposure) has timestamps (mid-times of AGC exposures) stored, I think the agc_guide_offset table can do away with a timestamp column.&lt;/p&gt;</comment>
                            <comment id="25128" author="kiyoto.yabe" created="Wed, 17 Nov 2021 20:05:14 +0000"  >&lt;p&gt;OK, I&apos;ll change the column comments for guide_ra/dec/pa.&lt;/p&gt;

&lt;p&gt;Yes, I hope we do not need timestamps in this table.&lt;/p&gt;</comment>
                            <comment id="25141" author="kiyoto.yabe" created="Thu, 18 Nov 2021 03:44:04 +0000"  >&lt;p&gt;merged and will close&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10500" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|zzsgzj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10100" key="com.atlassian.jira.plugin.system.customfieldtypes:userpicker">
                        <customfieldname>Reviewers</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>hiro</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>