<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:38:39 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-1716] Reload pfs_design_agc table using fixed pfs_utils.</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/INSTRM-1716</link>
                <project id="10300" key="INSTRM">Instrument control development</project>
                    <description>&lt;p&gt;&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/DAMD-136&quot; title=&quot;Datamodel reads in pfsDesign.guideStar objIds as 32bit not 64bit&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DAMD-136&quot;&gt;&lt;del&gt;DAMD-136&lt;/del&gt;&lt;/a&gt; fixed a big where &lt;tt&gt;datamodel.PfsConfig&lt;/tt&gt; loaded the guider objId as a 32-bit int instead of a 63-bit int. &lt;/p&gt;

&lt;p&gt;But the &lt;tt&gt;pfs_design_agc&lt;/tt&gt; table has been populated by older versions of that code, and the &lt;tt&gt;guide_star_id&lt;/tt&gt; column is junk.&lt;/p&gt;

&lt;p&gt;Please reload using the current pfs_utils. The version installed on pfsa is good.&lt;/p&gt;</description>
                <environment></environment>
        <key id="23001">INSTRM-1716</key>
            <summary>Reload pfs_design_agc table using fixed pfs_utils.</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="cloomis">cloomis</reporter>
                        <labels>
                            <label>EngRun</label>
                    </labels>
                <created>Sat, 24 Sep 2022 16:37:07 +0000</created>
                <updated>Thu, 1 Dec 2022 03:00:29 +0000</updated>
                            <resolved>Thu, 1 Dec 2022 02:55:29 +0000</resolved>
                                                                    <component>opdb</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                            <comment id="31503" author="hassan" created="Sun, 25 Sep 2022 05:55:28 +0000"  >&lt;p&gt;Appears that the same problem is apparent in the &lt;tt&gt;pfs_config_agc&lt;/tt&gt; table also. &lt;/p&gt;

&lt;p&gt;Looks like recent &lt;tt&gt;pfsConfig/pfsDesigns&lt;/tt&gt; s, eg those with designId &lt;tt&gt;0xb01f75df554a1ba&lt;/tt&gt;, have been ingested without the &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/DAMD-136&quot; title=&quot;Datamodel reads in pfsDesign.guideStar objIds as 32bit not 64bit&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DAMD-136&quot;&gt;&lt;del&gt;DAMD-136&lt;/del&gt;&lt;/a&gt; fix. But what is confusing is that the &lt;tt&gt;guide_star_id&lt;/tt&gt; s in the &lt;tt&gt;agc_match&lt;/tt&gt; table for this designId &lt;em&gt;do&lt;/em&gt; look correct. This seems to imply that the &lt;tt&gt;agc_match&lt;/tt&gt; table is populated differently to the &lt;tt&gt;pfs_design_agc&lt;/tt&gt; table.&lt;/p&gt;

&lt;p&gt;Example &lt;tt&gt;(pfs_design_id, guide_star_id)&lt;/tt&gt; pairs investigated are:&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-java&quot;&gt; 
0xb01f75df554a1ba, 4477444105481823616
0xb01f75df554a1ba, 4477443139107585920
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;(which were referred to by RHL in &lt;a href=&quot;https://sumire-pfs.slack.com/archives/C9TDPMVHT/p1664081854893519&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://sumire-pfs.slack.com/archives/C9TDPMVHT/p1664081854893519&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;So the &lt;tt&gt;pfs_design_id, guide_star_id&lt;/tt&gt; values for the &lt;tt&gt;agc_match&lt;/tt&gt;, &lt;tt&gt;pfs_design_agc&lt;/tt&gt; and &lt;tt&gt;pfs_config_agc&lt;/tt&gt; tables need to be cross-checked.&lt;/p&gt;</comment>
                            <comment id="31508" author="kiyoto.yabe" created="Tue, 27 Sep 2022 03:19:34 +0000"  >&lt;p&gt;For now, only `pfs_design_agc` table was repopulated with the fixed datamodel package. We will think about `pfs_config_agc` later. We should also cross-check with `agc_match` table.&lt;/p&gt;</comment>
                            <comment id="31883" author="hassan" created="Wed, 30 Nov 2022 12:38:48 +0000"  >&lt;p&gt;&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=kiyoto.yabe&quot; class=&quot;user-hover&quot; rel=&quot;kiyoto.yabe&quot;&gt;Kiyoto Yabe&lt;/a&gt;: can we close this ticket and file a separate ticket on remaining actions?&lt;/p&gt;</comment>
                            <comment id="31890" author="kiyoto.yabe" created="Wed, 30 Nov 2022 18:42:57 +0000"  >&lt;p&gt;Yes, I think so.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="23148">INSTRM-1810</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="22954">DAMD-136</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <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|zzst9l:zzc</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10005" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="154">preEngRun08Nov</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10002" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                        </customfields>
    </item>
</channel>
</rss>