<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:34:03 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-1311] Add a table of distortion parameters for sanity check</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/INSTRM-1311</link>
                <project id="10300" key="INSTRM">Instrument control development</project>
                    <description>&lt;p&gt;To check the coordinate system and transformation, a new table (`camera_model_f3c_mcs`) to store some distortion parameters is needed. In addition to `mcs_frame_id`, the table includes columns of `matrix`, `distor`, `rot_vector`, &amp;amp; `tran_vector`, all of which need to be array types.&lt;/p&gt;</description>
                <environment></environment>
        <key id="16919">INSTRM-1311</key>
            <summary>Add a table of distortion parameters for sanity check</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>EngRun</label>
                            <label>opDB</label>
                    </labels>
                <created>Wed, 30 Jun 2021 11:18:37 +0000</created>
                <updated>Thu, 14 Oct 2021 17:40:10 +0000</updated>
                            <resolved>Thu, 9 Sep 2021 04:47:14 +0000</resolved>
                                                                    <component>spt_operational_database</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                <comments>
                            <comment id="21621" author="kiyoto.yabe" created="Wed, 30 Jun 2021 12:44:03 +0000"  >&lt;p&gt;fix pushed&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;
&#160;&#160; &#160; &#160; &#160; &#160; Table &lt;span class=&quot;code-quote&quot;&gt;&quot;&lt;span class=&quot;code-keyword&quot;&gt;public&lt;/span&gt;.camera_model_f3c_mcs&quot;&lt;/span&gt; &#160; &#160; 
Column&#160; &#160; |&#160; Type &#160; | Collation | Nullable | Default 
--------------+---------+-----------+----------+--------- 
mcs_frame_id | integer | &#160; &#160; &#160; &#160; &#160; | not &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt; | 
matrix &#160; &#160; &#160; | real[]&#160; | &#160; &#160; &#160; &#160; &#160; |&#160; &#160; &#160; &#160; &#160; | 
distor &#160; &#160; &#160; | real[]&#160; | &#160; &#160; &#160; &#160; &#160; |&#160; &#160; &#160; &#160; &#160; | 
rot_vector &#160; | real[]&#160; | &#160; &#160; &#160; &#160; &#160; |&#160; &#160; &#160; &#160; &#160; | 
tran_vector&#160; | real[]&#160; | &#160; &#160; &#160; &#160; &#160; |&#160; &#160; &#160; &#160; &#160; | 
Indexes:
 &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;camera_model_f3c_mcs_pkey&quot;&lt;/span&gt; PRIMARY KEY, btree (mcs_frame_id) 
Foreign-key constraints:
 &#160; &#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;camera_model_f3c_mcs_mcs_frame_id_fkey&quot;&lt;/span&gt; FOREIGN KEY (mcs_frame_id) REFERENCES mcs_exposure(mcs_frame_id)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="21625" author="cloomis" created="Wed, 30 Jun 2021 17:19:42 +0000"  >&lt;p&gt;Is this a use of SQL99 ARRAYs? Or is that some clever sqlalchemy construction?&lt;/p&gt;</comment>
                            <comment id="21629" author="kiyoto.yabe" created="Wed, 30 Jun 2021 23:32:29 +0000"  >&lt;p&gt;SQL ARRAY&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://docs.sqlalchemy.org/en/14/core/type_basics.html#sqlalchemy.types.ARRAY&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://docs.sqlalchemy.org/en/14/core/type_basics.html#sqlalchemy.types.ARRAY&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="21866" author="kiyoto.yabe" created="Thu, 26 Aug 2021 00:37:40 +0000"  >&lt;p&gt;The table is already there, and I&apos;ll close this ticket once I confirm the table can be populated properly.&lt;/p&gt;</comment>
                            <comment id="21920" author="hassan" created="Wed, 8 Sep 2021 04:58:38 +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;: did you check the table population? Can this ticket be closed now?&lt;/p&gt;</comment>
                            <comment id="21921" author="kiyoto.yabe" created="Wed, 8 Sep 2021 05:04:18 +0000"  >&lt;p&gt;No population of the table yet, so cannot close the ticket now.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="16914">INSTRM-1307</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </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|02qpuc:i6001gr068fhw9qo4o0rr9</customfieldvalue>

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

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