<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:39:00 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-1748] FiberStatus information not propagated to PfsDesign files </title>
                <link>https://pfspipe.ipmu.jp/jira/browse/INSTRM-1748</link>
                <project id="10300" key="INSTRM">Instrument control development</project>
                    <description>&lt;p&gt;With the exception of SuNSS-based &lt;tt&gt;pfsDesign&lt;/tt&gt; files (designId=&lt;tt&gt;0xdeadbeef&lt;/tt&gt;), it seems that all &lt;tt&gt;pfsDesign&lt;/tt&gt; files generated so far do not contain any &lt;tt&gt;fiberStatus&lt;/tt&gt; information other than &lt;tt&gt;GOOD&lt;/tt&gt;. &lt;/p&gt;

&lt;p&gt;However, as &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=yuki.moritani&quot; class=&quot;user-hover&quot; rel=&quot;yuki.moritani&quot;&gt;yuki.moritani&lt;/a&gt; tells me, of the 2394 available science fibers, 7 are broken, two of those fed to SM1.&lt;/p&gt;

&lt;p&gt;Please propagate those broken fibers into future &lt;tt&gt;pfsDesign&lt;/tt&gt; files.&lt;/p&gt;</description>
                <environment></environment>
        <key id="23038">INSTRM-1748</key>
            <summary>FiberStatus information not propagated to PfsDesign files </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="monodera">monodera</assignee>
                                    <reporter username="hassan">hassan</reporter>
                        <labels>
                            <label>EngRun</label>
                    </labels>
                <created>Fri, 7 Oct 2022 01:27:18 +0000</created>
                <updated>Tue, 29 Nov 2022 17:29:06 +0000</updated>
                            <resolved>Tue, 29 Nov 2022 17:29:06 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                <comments>
                            <comment id="31553" author="rhl" created="Fri, 7 Oct 2022 01:32:12 +0000"  >&lt;p&gt;I believe that the canonical source of Truth is the GFM, but we should be sure that we all agree.&lt;/p&gt;</comment>
                            <comment id="31557" author="monodera" created="Fri, 7 Oct 2022 04:06:50 +0000"  >&lt;p&gt;I don&apos;t see any status information in the attributes of &lt;tt&gt;pfs.utils.fiberids.&lt;/tt&gt;&lt;tt&gt;FiberIds()&lt;/tt&gt; and in the GFM file. I think that we can add a column for the fiber status in the GFM file and use them as the default values in &lt;tt&gt;pfs.utils.pfsDesignUtils.&lt;/tt&gt;&lt;tt&gt;makePfsDesign()&lt;/tt&gt; if the code can read the GFM file (and set to &lt;tt&gt;GOOD&lt;/tt&gt; as currently implemented if the code failed to read the GFM file, which is not a good sign, thoguh).&lt;/p&gt;</comment>
                            <comment id="31558" author="yuki.moritani" created="Fri, 7 Oct 2022 06:17:59 +0000"  >&lt;p&gt;Well.. I&apos;m confused with Robert&apos;s comment, he is mentioning the current situation, or he is proposing to use GFM.&lt;/p&gt;

&lt;p&gt;I feel that the built-up instrument information such as &quot;broken fibers&quot; should be handled in the same way as the others. Disabled fiducial fiber ID is stored &lt;em&gt;pfs_instdata&lt;/em&gt;, and xml file (under &lt;em&gt;pfs_instdata&lt;/em&gt; too) convers the broken fibers on PFI side. So I think these information should be passed when pfsDesign file is created. In addition, .xml file should cover all the broken fibers (&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/INSTRM-1729&quot; title=&quot;Cobra .xml file is missing two broken fiber of SM1&quot; class=&quot;issue-link&quot; data-issue-key=&quot;INSTRM-1729&quot;&gt;&lt;del&gt;INSTRM-1729&lt;/del&gt;&lt;/a&gt;)&lt;/p&gt;</comment>
                            <comment id="31560" author="hassan" created="Fri, 7 Oct 2022 11:53:15 +0000"  >&lt;p&gt;I also think that having the &lt;tt&gt;PfiDesign&lt;/tt&gt; class, which is currently in &lt;tt&gt;ics_cobraCharmer&lt;/tt&gt; and can access the cobra XML files, should be moved to &lt;tt&gt;pfs_utils&lt;/tt&gt; to help with propagating fiber status information to &lt;tt&gt;pfsDesign&lt;/tt&gt; files (&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/INSTRM-1243&quot; title=&quot;Move pfiDesign accessor from cobraCharmer to pfs_utils&quot; class=&quot;issue-link&quot; data-issue-key=&quot;INSTRM-1243&quot;&gt;INSTRM-1243&lt;/a&gt;).&lt;/p&gt;</comment>
                            <comment id="31563" author="rhl" created="Fri, 7 Oct 2022 15:43:01 +0000"  >&lt;p&gt;I&apos;m sorry that I confused things. &#160;I thought we&apos;d decided to use the GFM as the source of truth, but the data in pfs_instdata would be another fine place &#8211; I more wanted to emphasise that we need to decide than (apparently incorrectly) propose the GFM.&lt;/p&gt;</comment>
                            <comment id="31708" author="kiyoto.yabe" created="Tue, 1 Nov 2022 05:25:40 +0000"  >&lt;p&gt;This will be fixed as a part of &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/OBSPROC-30&quot; title=&quot;Review the pfsDesign generation script in 2022Sep run and plan for 2022Nov run&quot; class=&quot;issue-link&quot; data-issue-key=&quot;OBSPROC-30&quot;&gt;&lt;del&gt;OBSPROC-30&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="31857" author="kiyoto.yabe" created="Tue, 29 Nov 2022 17:28:50 +0000"  >&lt;p&gt;This has been implemented in the latest script, so I close this ticket (but see &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/DAMD-143&quot; title=&quot;add brokenCobra to fiberStatus&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DAMD-143&quot;&gt;&lt;del&gt;DAMD-143&lt;/del&gt;&lt;/a&gt;).&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="23014">OBSPROC-30</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="15546">INSTRM-1243</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="23016">INSTRM-1729</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|zzst9l:zzo</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10002" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                        </customfields>
    </item>
</channel>
</rss>