<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:35:08 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-1406] Provide the measurement algorithm used for MCS spots in the opDB</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/INSTRM-1406</link>
                <project id="10300" key="INSTRM">Instrument control development</project>
                    <description>&lt;p&gt;Similarly to &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/INSTRM-1405&quot; title=&quot;Provide the measurement algorithm used for AG spots&quot; class=&quot;issue-link&quot; data-issue-key=&quot;INSTRM-1405&quot;&gt;&lt;del&gt;INSTRM-1405&lt;/del&gt;&lt;/a&gt;: it appears that the algorithm used to measure MCS spots is not written to the opDB.&lt;/p&gt;

&lt;p&gt;Please add a new column to the &lt;tt&gt;mcs_exposure&lt;/tt&gt; table to specify the algorithm used.&lt;/p&gt;</description>
                <environment></environment>
        <key id="18251">INSTRM-1406</key>
            <summary>Provide the measurement algorithm used for MCS spots in the opDB</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="hassan">hassan</reporter>
                        <labels>
                            <label>EngRun</label>
                    </labels>
                <created>Fri, 15 Oct 2021 18:31:22 +0000</created>
                <updated>Wed, 17 Nov 2021 22:49:27 +0000</updated>
                            <resolved>Wed, 17 Nov 2021 22:49:27 +0000</resolved>
                                                                    <component>spt_operational_database</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                <comments>
                            <comment id="24846" author="kiyoto.yabe" created="Thu, 28 Oct 2021 05:23:50 +0000"  >&lt;p&gt;I add a new column `measurement_algorithm` in `mcs_exposure` table.&#160;&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;
    measurement_algorithm = Column(String, comment=&lt;span class=&quot;code-quote&quot;&gt;&apos;Spot measurement algorithm (fast/slow)&apos;&lt;/span&gt;)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;I&apos;m assuming that we only have `fast` and `slow` according to &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/INSTRM-1412&quot; title=&quot;Integrate multiple centroiding methods in agcc&quot; class=&quot;issue-link&quot; data-issue-key=&quot;INSTRM-1412&quot;&gt;&lt;del&gt;INSTRM-1412&lt;/del&gt;&lt;/a&gt;, but is this OK, &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=hiro&quot; class=&quot;user-hover&quot; rel=&quot;hiro&quot;&gt;Yoshida, Hiroshige&lt;/a&gt; ?&lt;/p&gt;</comment>
                            <comment id="24866" author="rhl" created="Thu, 28 Oct 2021 15:43:59 +0000"  >&lt;p&gt;We&apos;ll need to be able to use these keywords to get back to an algorithm in GitHub. The SHA1 needn&apos;t be provided, of course, as we&apos;ll be tracking the MCS code versions.  If there are additional important configuration parameters, we&apos;ll need to track them too.&lt;/p&gt;</comment>
                            <comment id="24872" author="rhl" created="Thu, 28 Oct 2021 18:52:07 +0000"  >&lt;p&gt;Isn&apos;t &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/INSTRM-1412&quot; title=&quot;Integrate multiple centroiding methods in agcc&quot; class=&quot;issue-link&quot; data-issue-key=&quot;INSTRM-1412&quot;&gt;&lt;del&gt;INSTRM-1412&lt;/del&gt;&lt;/a&gt; about the AGCC?  This ticket is about the MCS.  Were you thinking of &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/INSTRM-1405&quot; title=&quot;Provide the measurement algorithm used for AG spots&quot; class=&quot;issue-link&quot; data-issue-key=&quot;INSTRM-1405&quot;&gt;&lt;del&gt;INSTRM-1405&lt;/del&gt;&lt;/a&gt;?&lt;/p&gt;</comment>
                            <comment id="24879" author="kiyoto.yabe" created="Fri, 29 Oct 2021 09:15:07 +0000"  >&lt;p&gt;I thought it was the same in MCS, but maybe not.&#160;&lt;/p&gt;</comment>
                            <comment id="24881" author="rhl" created="Fri, 29 Oct 2021 13:41:26 +0000"  >&lt;p&gt;I think we should treat the two algorithms as different (even if they are currently coincidentally the same).&lt;/p&gt;</comment>
                            <comment id="24914" author="karr" created="Tue, 2 Nov 2021 00:45:29 +0000"  >&lt;p&gt;The code for the two actors is currently separate, so it makes sense to have columns in both mcs_data and agcc_data, which currently have the same possible values but which could change in the future.&#160;&lt;/p&gt;</comment>
                            <comment id="25020" author="kiyoto.yabe" created="Thu, 11 Nov 2021 04:07:31 +0000"  >&lt;p&gt;One small question: do we need the column in `_data` table? I thought the algorithm is the same for all spots per exposure if we choose one algorithm, so I though it is sufficient to have the column in `_exposure` table.&lt;/p&gt;</comment>
                            <comment id="25115" author="kiyoto.yabe" created="Wed, 17 Nov 2021 08:08:30 +0000"  >&lt;p&gt;The same as &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/INSTRM-1405&quot; title=&quot;Provide the measurement algorithm used for AG spots&quot; class=&quot;issue-link&quot; data-issue-key=&quot;INSTRM-1405&quot;&gt;&lt;del&gt;INSTRM-1405&lt;/del&gt;&lt;/a&gt;. I have pushed the current changes. Could you review that if possible?&lt;/p&gt;</comment>
                            <comment id="25119" author="karr" created="Wed, 17 Nov 2021 08:16:34 +0000"  >&lt;p&gt;The column for centroid method looks good to me.&#160;&lt;/p&gt;</comment>
                            <comment id="25122" author="hassan" created="Wed, 17 Nov 2021 13:43:32 +0000"  >&lt;p&gt;Changes also look fine to me.&lt;/p&gt;</comment>
                            <comment id="25132" author="kiyoto.yabe" created="Wed, 17 Nov 2021 22:48:56 +0000"  >&lt;p&gt;merged&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="18315">INSTRM-1430</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="18250">INSTRM-1405</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|zzsgen:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10005" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="123">PreEngRun4</customfieldvalue>
    <customfieldvalue id="124">EngRun3Cleanup</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>