<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:32:53 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-1197] Add more cobra information to grandfibermap</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/INSTRM-1197</link>
                <project id="10300" key="INSTRM">Instrument control development</project>
                    <description>&lt;p&gt;The original comment in &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/INSTRM-1138&quot; title=&quot;Update grandfibermap to describe all slit holes, and with complete connector mappings.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;INSTRM-1138&quot;&gt;&lt;del&gt;INSTRM-1138&lt;/del&gt;&lt;/a&gt; claims that the &lt;tt&gt;mod&lt;/tt&gt; column is confusing since it is from fiber ferrule ID, not from the board ID. There is no column describing module id itself. So the following update (copy from &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/INSTRM-1124&quot; title=&quot;Update grandfibermap with all Cable A-B, B-C, B-S interface mappings&quot; class=&quot;issue-link&quot; data-issue-key=&quot;INSTRM-1124&quot;&gt;&lt;del&gt;INSTRM-1124&lt;/del&gt;&lt;/a&gt;) is needed:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;could you add a &quot;module&quot; columns which would be 1-42 module number. ($fld-1)*42 + $mf, I think.&lt;/li&gt;
	&lt;li&gt;could you add a &quot;board number&quot; column (1A, 1B, ... 42A, 42B), where the board is A if $cm is odd, B if $cm is even. Or I guess just A/B, and we could use the &quot;module&quot; column for the module.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="15405">INSTRM-1197</key>
            <summary>Add more cobra information to grandfibermap</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="-1">Unassigned</assignee>
                                    <reporter username="yuki.moritani">yuki.moritani</reporter>
                        <labels>
                    </labels>
                <created>Mon, 1 Mar 2021 08:04:10 +0000</created>
                <updated>Wed, 21 Apr 2021 00:01:58 +0000</updated>
                            <resolved>Wed, 21 Apr 2021 00:01:58 +0000</resolved>
                                                                    <component>pfs_utils</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                <comments>
                            <comment id="18781" author="cloomis" created="Mon, 8 Mar 2021 20:10:11 +0000"  >&lt;p&gt;From the PFI/FPS point of view, the following have been tested and are useful. This corrects the module calculation above, and generates a 1..84 board number and a 1..29 cobra-on-board number. Those are the two columns which are required for the FPGA, and which we currently hack around.&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;rawfids = fiberids.FiberIds()
fids = pd.DataFrame(data=rawfids.data)

# In the data file, these are fld, mf, and cm
fids = fids[[&apos;fieldId&apos;, &apos;moduleInFieldId&apos;, &apos;cobraInModuleId&apos;]]

fids[&apos;module&apos;] = (fids.fieldId - 1)*14 + fids.moduleInFieldId
fids[&apos;board&apos;] = (fids.module - 1)*2 + (fids.cobraInModuleId%2 == 0) + 1
fids[&apos;cobraInBoard&apos;] = (fids.cobraInModuleId - 1)//2 + 1

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="19189" author="yuki.moritani" created="Wed, 21 Apr 2021 00:01:58 +0000"  >&lt;p&gt;handled with &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/INSTRM-1195&quot; title=&quot;Update grandfibermap following the recent discussions and requests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;INSTRM-1195&quot;&gt;&lt;del&gt;INSTRM-1195&lt;/del&gt;&lt;/a&gt;&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|zzs4c0:</customfieldvalue>

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