<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:33:13 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-1229] Sort out current `cobra_status` &amp; `cobra_movement`</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/INSTRM-1229</link>
                <project id="10300" key="INSTRM">Instrument control development</project>
                    <description>&lt;p&gt;Update both tables per discussion of the last phonecon. Rename `cobra_movement` to e.g. `cobra_target` which also includes target position in mm and flag for collision etc. Rename `cobra_status` to e.g. `cobra_matched` which includes matched information from mcs data.&lt;/p&gt;</description>
                <environment></environment>
        <key id="15522">INSTRM-1229</key>
            <summary>Sort out current `cobra_status` &amp; `cobra_movement`</summary>
                <type id="3" iconUrl="https://pfspipe.ipmu.jp/jira/secure/viewavatar?size=xsmall&amp;avatarId=10518&amp;avatarType=issuetype">Task</type>
                                            <priority id="3" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/priorities/major.svg">Major</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>Wed, 7 Apr 2021 02:41:22 +0000</created>
                <updated>Fri, 16 Apr 2021 07:26:47 +0000</updated>
                            <resolved>Fri, 16 Apr 2021 07:26:47 +0000</resolved>
                                                                    <component>spt_operational_database</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                <comments>
                            <comment id="19124" author="kiyoto.yabe" created="Sun, 11 Apr 2021 03:08:26 +0000"  >&lt;p&gt;The initial fix can be found in the branch.&lt;/p&gt;

&lt;p&gt;`cobra_target` (previously `cobra_movement`) includes cobra targeting values such as the target positions and step size of each cobra in each iteration. `cobra_matching` (previously `cobra_status`) covers the matched position of spots on the MCS image. I just revert onto `pfi_nominal_&lt;span class=&quot;error&quot;&gt;&amp;#91;xy&amp;#93;&lt;/span&gt;_mm` as the final cobra destination, which is consistent with the datamodel.&lt;/p&gt;

&lt;p&gt;Anyway, any feedback regarding structure, naming, additional columns is all welcome. &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=chyan&quot; class=&quot;user-hover&quot; rel=&quot;chyan&quot;&gt;chyan&lt;/a&gt; &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=karr&quot; class=&quot;user-hover&quot; rel=&quot;karr&quot;&gt;karr&lt;/a&gt; &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=cloomis&quot; class=&quot;user-hover&quot; rel=&quot;cloomis&quot;&gt;cloomis&lt;/a&gt; &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=hassan&quot; class=&quot;user-hover&quot; rel=&quot;hassan&quot;&gt;hassan&lt;/a&gt;&#160;?&lt;/p&gt;

&lt;p&gt;Attached below is the zoom-in diagram for the related tables:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/attachment/13530/13530_opdb_cobra_tables_rev1.pdf&quot; title=&quot;opdb_cobra_tables_rev1.pdf attached to INSTRM-1229&quot;&gt;opdb_cobra_tables_rev1.pdf&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://pfspipe.ipmu.jp/jira/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</comment>
                            <comment id="19135" author="cloomis" created="Wed, 14 Apr 2021 13:47:39 +0000"  >&lt;p&gt;Some thoughts:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;having cobra_target key on mcs_frame_id bothers me: the cobra_target row will be inserted before the mcs exposure is taken. And the cobra_target table is filled by a completely separate actor (fps) from the mcs_exposure table (mcs).&lt;/li&gt;
	&lt;li&gt;should cobra_matching link to cobra_target and drop the &quot;nominal&quot; fields?&lt;/li&gt;
	&lt;li&gt;the cobra_matching table needs a flags field.&lt;/li&gt;
	&lt;li&gt;the cobra_target table should have target angles as well as (x, y) and (step, ontime).&lt;/li&gt;
	&lt;li&gt;should there be &lt;b&gt;two&lt;/b&gt; motor_calib_ids and should they actually be cobra_motor_model_ids?&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;I think I would rename &quot;cobra_matching&quot; to &quot;cobra_match&quot;, maybe?&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="19139" author="kiyoto.yabe" created="Wed, 14 Apr 2021 16:19:17 +0000"  >&lt;p&gt;This is the second revision, which is a hasty fix so may be something wrong. Anyway, let&apos;s talk about this at the phonecon tomorrow.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/attachment/13535/13535_opdb_cobra_tables_rev2.pdf&quot; title=&quot;opdb_cobra_tables_rev2.pdf attached to INSTRM-1229&quot;&gt;opdb_cobra_tables_rev2.pdf&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://pfspipe.ipmu.jp/jira/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="13530" name="opdb_cobra_tables_rev1.pdf" size="77452" author="kiyoto.yabe" created="Sun, 11 Apr 2021 03:08:05 +0000"/>
                            <attachment id="13535" name="opdb_cobra_tables_rev2.pdf" size="79879" author="kiyoto.yabe" created="Wed, 14 Apr 2021 16:08:45 +0000"/>
                    </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|zzs4v4:</customfieldvalue>

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