<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:41:34 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-1971] Track the tolerance for certain visit ID</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/INSTRM-1971</link>
                <project id="10300" key="INSTRM">Instrument control development</project>
                    <description>&lt;p&gt;In the April run, we have changed the convergence tolerance from 10 micron to 5 micron.  We need to have a better way to track this. &lt;/p&gt;</description>
                <environment></environment>
        <key id="23419">INSTRM-1971</key>
            <summary>Track the tolerance for certain visit ID</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="chyan">chyan</assignee>
                                    <reporter username="chyan">chyan</reporter>
                        <labels>
                            <label>EngRun</label>
                    </labels>
                <created>Wed, 3 May 2023 07:09:23 +0000</created>
                <updated>Tue, 13 Jun 2023 19:42:25 +0000</updated>
                            <resolved>Tue, 13 Jun 2023 19:42:25 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                <comments>
                            <comment id="32648" author="arnaud.lefur" created="Wed, 3 May 2023 07:29:13 +0000"  >&lt;p&gt;I definitely agree,  number of iterations is currently tracked in pfs_config table (&lt;em&gt;converg_num_iter&lt;/em&gt; column), so just add a &lt;em&gt;converg_tolerance&lt;/em&gt; column ?&lt;/p&gt;</comment>
                            <comment id="32769" author="chyan" created="Wed, 31 May 2023 18:15:41 +0000"  >&lt;p&gt;Before the table column is created. We can track with the value using this code.&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;
def findToleranceFromVisit(visit):
    command = f&lt;span class=&quot;code-quote&quot;&gt;&quot;grep moveToPfsDesign /data/logs/actors/fps/2023-*-*.log | grep {visit}&quot;&lt;/span&gt;
    output = subprocess.check_output(command, shell=True, text=True)
    slist_str = str(output)
    pattern = r&lt;span class=&quot;code-quote&quot;&gt;&quot;\{KEY\(tolerance\)=\[&lt;span class=&quot;code-object&quot;&gt;Float&lt;/span&gt;\((\d+(\.\d+)?)\)\]\}&quot;&lt;/span&gt;
    
    match = re.search(pattern, str(slist_str))

    &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; match:
        value = &lt;span class=&quot;code-object&quot;&gt;float&lt;/span&gt;(match.group(1))  # Extract the captured numerical value and convert it to &lt;span class=&quot;code-object&quot;&gt;float&lt;/span&gt;
        #print(value)
    &lt;span class=&quot;code-keyword&quot;&gt;else&lt;/span&gt;:
        print(&lt;span class=&quot;code-quote&quot;&gt;&quot;No match found.&quot;&lt;/span&gt;)
    
    &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; value
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="32770" author="arnaud.lefur" created="Wed, 31 May 2023 19:45:33 +0000"  >&lt;p&gt;I created the column in spt_operational_database:tickets/&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/INSTRM-1971&quot; title=&quot;Track the tolerance for certain visit ID&quot; class=&quot;issue-link&quot; data-issue-key=&quot;INSTRM-1971&quot;&gt;&lt;del&gt;INSTRM-1971&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
fps needs still to be updated to use fill that column in.&lt;/p&gt;</comment>
                            <comment id="33111" author="arnaud.lefur" created="Tue, 13 Jun 2023 19:42:25 +0000"  >&lt;p&gt;tagged as :&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;spt_operational_database 0.2.9&lt;/li&gt;
	&lt;li&gt;ics_fpsActor 1.6.10&lt;/li&gt;
	&lt;li&gt;pfs_utils w.2023.24a&lt;/li&gt;
	&lt;li&gt;&lt;br/&gt;
opdb schema has been updated at the summit using alembic&lt;/li&gt;
&lt;/ul&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|zzsx52:r</customfieldvalue>

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

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