<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:23:51 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-327] Name MEB keyword fields</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/INSTRM-327</link>
                <project id="10300" key="INSTRM">Instrument control development</project>
                    <description>&lt;p&gt;Can the power and temps keyword fields be named? This would change, say:&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;
               Key(&lt;span class=&quot;code-quote&quot;&gt;&apos;power&apos;&lt;/span&gt;, Int()*4,
                   &lt;span class=&quot;code-object&quot;&gt;help&lt;/span&gt;=&lt;span class=&quot;code-quote&quot;&gt;&apos;MCS power status&apos;&lt;/span&gt;),
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;to&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;
               Key(&lt;span class=&quot;code-quote&quot;&gt;&apos;power&apos;&lt;/span&gt;, 
                      Int(name=&lt;span class=&quot;code-quote&quot;&gt;&apos;MCS_computer&apos;&lt;/span&gt;, units=&lt;span class=&quot;code-quote&quot;&gt;&apos;V&apos;&lt;/span&gt;),
                      Int(name=&lt;span class=&quot;code-quote&quot;&gt;&apos;name_2&apos;&lt;/span&gt;, units=&lt;span class=&quot;code-quote&quot;&gt;&apos;V&apos;&lt;/span&gt;),
                      Int(name=&lt;span class=&quot;code-quote&quot;&gt;&apos;name_3&apos;&lt;/span&gt;, units=&lt;span class=&quot;code-quote&quot;&gt;&apos;V&apos;&lt;/span&gt;),
                      Int(name=&lt;span class=&quot;code-quote&quot;&gt;&apos;name_4&apos;&lt;/span&gt;, units=&lt;span class=&quot;code-quote&quot;&gt;&apos;V&apos;&lt;/span&gt;),
                   &lt;span class=&quot;code-object&quot;&gt;help&lt;/span&gt;=&lt;span class=&quot;code-quote&quot;&gt;&apos;MCS power status&apos;&lt;/span&gt;),
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;I don&apos;t know whether spaces are &lt;em&gt;allowed&lt;/em&gt;, but I think we should avoid them: the names should be useable as variables, etc.&lt;/p&gt;</description>
                <environment></environment>
        <key id="12218">INSTRM-327</key>
            <summary>Name MEB keyword fields</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="chihyi">chihyi</assignee>
                                    <reporter username="cloomis">cloomis</reporter>
                        <labels>
                    </labels>
                <created>Wed, 18 Apr 2018 22:38:12 +0000</created>
                <updated>Mon, 2 Jul 2018 19:14:20 +0000</updated>
                            <resolved>Mon, 2 Jul 2018 19:14:20 +0000</resolved>
                                                                    <component>ics_mebActor</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                            <comment id="13131" author="chihyi" created="Thu, 19 Apr 2018 02:45:37 +0000"  >&lt;p&gt;Craig, what&apos;s units=&apos;V&apos; means? For temps, it&apos;s in Celsius. So what&apos;s the units to use?&lt;/p&gt;</comment>
                            <comment id="13132" author="cloomis" created="Thu, 19 Apr 2018 02:49:07 +0000"  >&lt;p&gt;It is not that important &#8212; I&#8217;d use &#8220;degC&#8221;.&lt;/p&gt;</comment>
                            <comment id="13133" author="chihyi" created="Thu, 19 Apr 2018 04:58:04 +0000"  >&lt;p&gt;I have pushed the code to GitHub. Please check.&lt;/p&gt;</comment>
                            <comment id="13135" author="cloomis" created="Thu, 19 Apr 2018 10:26:48 +0000"  >&lt;p&gt;Looks great, thanks.&lt;/p&gt;</comment>
                            <comment id="13136" author="rhl" created="Thu, 19 Apr 2018 13:20:00 +0000"  >&lt;p&gt;I think Craig failed to mention that the motivation for this change is to simplify the connection of keys to alerts when things are out of specification (and which are at least sometimes sent to Subaru&apos;s STS system)&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="13718" author="cloomis" created="Mon, 2 Jul 2018 19:14:20 +0000"  >&lt;p&gt;This was tested during the 2018-04 run&lt;/p&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|ii049r:</customfieldvalue>

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

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