<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 15:58:31 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>[PIPE2D-826] Update detectorMap to add all fibers really present in a slit</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/PIPE2D-826</link>
                <project id="10002" key="PIPE2D">DRP 2-D Pipeline</project>
                    <description>&lt;p&gt;It appears that even if there not used, 3 slit have 600 fibers instead of 2.&lt;/p&gt;

&lt;p&gt;DetectorMap should be updated according. &lt;font color=&quot;#1d1c1d&quot;&gt;The pfsConfig then tells you what the fibres are used for (or if they&apos;re broken, or unassigned, or ...)&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;see &lt;font color=&quot;#1d1c1d&quot;&gt;&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;/font&gt;&lt;/p&gt;

&lt;p&gt;and &lt;a href=&quot;https://pfs.ipmu.jp/internal/bts/show_bug.cgi?id=863&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://pfs.ipmu.jp/internal/bts/show_bug.cgi?id=863&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="15576">PIPE2D-826</key>
            <summary>Update detectorMap to add all fibers really present in a slit</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="price">price</assignee>
                                    <reporter username="fmadec">fmadec</reporter>
                        <labels>
                    </labels>
                <created>Tue, 27 Apr 2021 15:39:33 +0000</created>
                <updated>Thu, 29 Apr 2021 19:53:38 +0000</updated>
                            <resolved>Thu, 29 Apr 2021 19:53:38 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                            <comment id="19226" author="price" created="Tue, 27 Apr 2021 16:16:12 +0000"  >&lt;p&gt;Currently:&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;
&amp;gt;&amp;gt;&amp;gt; &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; xx in product(&lt;span class=&quot;code-quote&quot;&gt;&quot;brnm&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;1234&quot;&lt;/span&gt;):
...     detMap = DetectorMap.readFits(f&lt;span class=&quot;code-quote&quot;&gt;&quot;drp_pfs_data/detectorMap/detectorMap-sim-{&apos;&apos;.join(xx)}.fits&quot;&lt;/span&gt;)
...     print(xx, detMap.fiberId.min(), detMap.fiberId.max(), detMap.fiberId.size)
... 
(&lt;span class=&quot;code-quote&quot;&gt;&apos;b&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;1&apos;&lt;/span&gt;) 2 650 600
(&lt;span class=&quot;code-quote&quot;&gt;&apos;b&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;2&apos;&lt;/span&gt;) 653 1301 600
(&lt;span class=&quot;code-quote&quot;&gt;&apos;b&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;3&apos;&lt;/span&gt;) 1304 1952 597
(&lt;span class=&quot;code-quote&quot;&gt;&apos;b&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;4&apos;&lt;/span&gt;) 1955 2603 597
(&lt;span class=&quot;code-quote&quot;&gt;&apos;r&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;1&apos;&lt;/span&gt;) 2 650 600
(&lt;span class=&quot;code-quote&quot;&gt;&apos;r&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;2&apos;&lt;/span&gt;) 653 1301 600
(&lt;span class=&quot;code-quote&quot;&gt;&apos;r&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;3&apos;&lt;/span&gt;) 1304 1952 597
(&lt;span class=&quot;code-quote&quot;&gt;&apos;r&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;4&apos;&lt;/span&gt;) 1955 2603 597
(&lt;span class=&quot;code-quote&quot;&gt;&apos;n&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;1&apos;&lt;/span&gt;) 2 650 600
(&lt;span class=&quot;code-quote&quot;&gt;&apos;n&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;2&apos;&lt;/span&gt;) 653 1301 600
(&lt;span class=&quot;code-quote&quot;&gt;&apos;n&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;3&apos;&lt;/span&gt;) 1304 1952 597
(&lt;span class=&quot;code-quote&quot;&gt;&apos;n&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;4&apos;&lt;/span&gt;) 1955 2603 597
(&lt;span class=&quot;code-quote&quot;&gt;&apos;m&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;1&apos;&lt;/span&gt;) 2 650 600
(&lt;span class=&quot;code-quote&quot;&gt;&apos;m&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;2&apos;&lt;/span&gt;) 653 1301 600
(&lt;span class=&quot;code-quote&quot;&gt;&apos;m&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;3&apos;&lt;/span&gt;) 1304 1952 597
(&lt;span class=&quot;code-quote&quot;&gt;&apos;m&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;4&apos;&lt;/span&gt;) 1955 2603 597
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="19229" author="hassan" created="Tue, 27 Apr 2021 17:17:50 +0000"  >&lt;p&gt;See also &lt;a href=&quot;https://sumire.pbworks.com/w/file/fetch/142768458/fiber_routing_YMoritani_20210110.pdf&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://sumire.pbworks.com/w/file/fetch/142768458/fiber_routing_YMoritani_20210110.pdf&lt;/a&gt;&lt;br/&gt;
SM2 consists of 597 fibres, the rest 600.&lt;/p&gt;</comment>
                            <comment id="19230" author="price" created="Tue, 27 Apr 2021 18:19:18 +0000"  >&lt;p&gt;Added all fiber holes to all detectorMaps. The pfsConfig will tell us which are illuminated.&lt;/p&gt;</comment>
                            <comment id="19231" author="price" created="Tue, 27 Apr 2021 18:21:19 +0000"  >&lt;p&gt;Demonstrating that the new detectorMaps contain all (science) fiber holes:&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;
&amp;gt;&amp;gt;&amp;gt; from itertools &lt;span class=&quot;code-keyword&quot;&gt;import&lt;/span&gt; product
&amp;gt;&amp;gt;&amp;gt; from pfs.drp.stella &lt;span class=&quot;code-keyword&quot;&gt;import&lt;/span&gt; DetectorMap
&amp;gt;&amp;gt;&amp;gt; &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; xx in product(&lt;span class=&quot;code-quote&quot;&gt;&quot;brnm&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;1234&quot;&lt;/span&gt;):
...     detMap = DetectorMap.readFits(f&lt;span class=&quot;code-quote&quot;&gt;&quot;detectorMap-sim-{&apos;&apos;.join(xx)}.fits&quot;&lt;/span&gt;)
...     print(xx, detMap.fiberId.min(), detMap.fiberId.max(), detMap.fiberId.size)
... 
(&lt;span class=&quot;code-quote&quot;&gt;&apos;b&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;1&apos;&lt;/span&gt;) 2 650 600
(&lt;span class=&quot;code-quote&quot;&gt;&apos;b&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;2&apos;&lt;/span&gt;) 653 1301 600
(&lt;span class=&quot;code-quote&quot;&gt;&apos;b&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;3&apos;&lt;/span&gt;) 1304 1952 600
(&lt;span class=&quot;code-quote&quot;&gt;&apos;b&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;4&apos;&lt;/span&gt;) 1955 2603 600
(&lt;span class=&quot;code-quote&quot;&gt;&apos;r&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;1&apos;&lt;/span&gt;) 2 650 600
(&lt;span class=&quot;code-quote&quot;&gt;&apos;r&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;2&apos;&lt;/span&gt;) 653 1301 600
(&lt;span class=&quot;code-quote&quot;&gt;&apos;r&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;3&apos;&lt;/span&gt;) 1304 1952 600
(&lt;span class=&quot;code-quote&quot;&gt;&apos;r&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;4&apos;&lt;/span&gt;) 1955 2603 600
(&lt;span class=&quot;code-quote&quot;&gt;&apos;n&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;1&apos;&lt;/span&gt;) 2 650 600
(&lt;span class=&quot;code-quote&quot;&gt;&apos;n&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;2&apos;&lt;/span&gt;) 653 1301 600
(&lt;span class=&quot;code-quote&quot;&gt;&apos;n&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;3&apos;&lt;/span&gt;) 1304 1952 600
(&lt;span class=&quot;code-quote&quot;&gt;&apos;n&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;4&apos;&lt;/span&gt;) 1955 2603 600
(&lt;span class=&quot;code-quote&quot;&gt;&apos;m&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;1&apos;&lt;/span&gt;) 2 650 600
(&lt;span class=&quot;code-quote&quot;&gt;&apos;m&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;2&apos;&lt;/span&gt;) 653 1301 600
(&lt;span class=&quot;code-quote&quot;&gt;&apos;m&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;3&apos;&lt;/span&gt;) 1304 1952 600
(&lt;span class=&quot;code-quote&quot;&gt;&apos;m&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;4&apos;&lt;/span&gt;) 1955 2603 600
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="19232" author="hassan" created="Tue, 27 Apr 2021 20:54:08 +0000"  >&lt;p&gt;Looks fine. See minor comment about docString.&lt;/p&gt;</comment>
                            <comment id="19247" author="price" created="Thu, 29 Apr 2021 19:53:38 +0000"  >&lt;p&gt;Cleaned up and merged.&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|02qpt6:508yl0chzzy0000026i</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="105">2DDRP-2021 A 4</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>