<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 15:34:20 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>[DAMD-108] Please add spectrograph to pfsDesign/pfsConfig file</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/DAMD-108</link>
                <project id="10400" key="DAMD">Data Model</project>
                    <description>&lt;p&gt;When analysing SuNSS data it&apos;s very convenient for the pfsArm and pfsConfig files to line up, each with the same number of fibres.  This won&apos;t be true for the full PFS system with four spectrographs, but if we add a &lt;tt&gt;spectrograph&lt;/tt&gt; field to the pfsConfig it&apos;ll be easy to work with the data.  So let&apos;s do it before SM2 arrives.&lt;/p&gt;</description>
                <environment></environment>
        <key id="15416">DAMD-108</key>
            <summary>Please add spectrograph to pfsDesign/pfsConfig file</summary>
                <type id="10001" iconUrl="https://pfspipe.ipmu.jp/jira/secure/viewavatar?size=xsmall&amp;avatarId=10515&amp;avatarType=issuetype">Story</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="rhl">rhl</reporter>
                        <labels>
                    </labels>
                <created>Wed, 3 Mar 2021 03:34:05 +0000</created>
                <updated>Thu, 11 Mar 2021 17:49:33 +0000</updated>
                            <resolved>Thu, 11 Mar 2021 17:49:32 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                            <comment id="18717" author="price" created="Wed, 3 Mar 2021 15:41:17 +0000"  >&lt;p&gt;What should the value be in each of the following cases?&lt;br/&gt;
1. Only spectrograph 3 is expected to take data.&lt;br/&gt;
2. Spectrographs 1 and 3 are expected to take data.&lt;br/&gt;
3. All spectrographs are expected to take data.&lt;/p&gt;</comment>
                            <comment id="18779" author="price" created="Mon, 8 Mar 2021 17:02:24 +0000"  >&lt;p&gt;Cancel my previous question. I thought this was a request for a header telling which spectrographs were expected to be used for a particular observation. Now I understand this to be a request to easily provide the subset of fibers for a particular spectrograph. I propose to add &lt;tt&gt;selectBySpectrograph&lt;/tt&gt;, along the same lines of &lt;tt&gt;selectByTargetType&lt;/tt&gt;, which will return the indices of all the fibers on that spectrograph.&lt;/p&gt;</comment>
                            <comment id="18806" author="price" created="Wed, 10 Mar 2021 20:44:26 +0000"  >&lt;p&gt;I&apos;ve pushed &lt;a href=&quot;https://github.com/Subaru-PFS/datamodel/pull/65&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;an implementation&lt;/a&gt; that adds &lt;tt&gt;spectrograph&lt;/tt&gt; (and &lt;tt&gt;fiberHole&lt;/tt&gt;) properties to &lt;tt&gt;PfsConfig&lt;/tt&gt; and &lt;tt&gt;PfsArm&lt;/tt&gt;. &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=rhl&quot; class=&quot;user-hover&quot; rel=&quot;rhl&quot;&gt;rhl&lt;/a&gt;, does this do what you need?&lt;/p&gt;</comment>
                            <comment id="18810" author="price" created="Wed, 10 Mar 2021 21:36:32 +0000"  >&lt;p&gt;&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=rhl&quot; class=&quot;user-hover&quot; rel=&quot;rhl&quot;&gt;rhl&lt;/a&gt; rightly points out that the magic number (651) and the functions to translate &lt;tt&gt;fiberId&lt;/tt&gt; to &lt;tt&gt;spectrograph&lt;/tt&gt; and &lt;tt&gt;fiberHole&lt;/tt&gt; belong in pfs&amp;#95;utils, but I&apos;m concerned about adding a dependency to the datamodel package. I&apos;m happy to do either, but someone needs to decide which option we go with.&lt;/p&gt;</comment>
                            <comment id="18812" author="hassan" created="Wed, 10 Mar 2021 21:43:43 +0000"  >&lt;p&gt;What are the disadvantages of having &lt;tt&gt;datamodel&lt;/tt&gt;&#160;dependent on &lt;tt&gt;pfs_utils&lt;/tt&gt; ? I also felt that the functions should reside under &lt;tt&gt;pfs_utils&lt;/tt&gt;.&lt;/p&gt;</comment>
                            <comment id="18813" author="price" created="Wed, 10 Mar 2021 21:59:03 +0000"  >&lt;p&gt;&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=rhl&quot; class=&quot;user-hover&quot; rel=&quot;rhl&quot;&gt;rhl&lt;/a&gt; points out that we could put the functions in pfs&amp;#95;utils, and put the new &lt;tt&gt;property&lt;/tt&gt; methods in subclasses in drp&amp;#95;stella. This should make everyone happy.&lt;/p&gt;</comment>
                            <comment id="18814" author="hassan" created="Wed, 10 Mar 2021 22:03:44 +0000"  >&lt;p&gt;I was thinking the same as an alternative option. Fine by me also!&lt;/p&gt;</comment>
                            <comment id="18822" author="price" created="Thu, 11 Mar 2021 00:08:29 +0000"  >&lt;p&gt;Done. Deleted the branch in datamodel, and there are now ticket branches in pfs&amp;#95;utils and drp&amp;#95;stella. I also fixed some off-by-one bugs (all these identifiers are Fortrash!) and added tests.&lt;/p&gt;</comment>
                            <comment id="18828" author="rhl" created="Thu, 11 Mar 2021 15:38:43 +0000"  >&lt;p&gt;How does this relate to &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/PIPE2D-770&quot; title=&quot;Support sub-selection of pfsConfig&quot; class=&quot;issue-link&quot; data-issue-key=&quot;PIPE2D-770&quot;&gt;&lt;del&gt;PIPE2D-770&lt;/del&gt;&lt;/a&gt;?&lt;/p&gt;</comment>
                            <comment id="18829" author="price" created="Thu, 11 Mar 2021 15:39:41 +0000"  >&lt;p&gt;It doesn&apos;t. I&apos;m working on that independently in the background.&lt;/p&gt;</comment>
                            <comment id="18833" author="rhl" created="Thu, 11 Mar 2021 15:48:51 +0000"  >&lt;p&gt;Yes, you&apos;re right.  Sorry.&lt;/p&gt;</comment>
                            <comment id="18834" author="rhl" created="Thu, 11 Mar 2021 15:51:29 +0000"  >&lt;p&gt;Looks OK.  Blame JEG for the 1-based names, I&apos;m not sure why he did that but it&apos;s far &lt;em&gt;far&lt;/em&gt; too late to change.&lt;/p&gt;</comment>
                            <comment id="18836" author="price" created="Thu, 11 Mar 2021 17:49:33 +0000"  >&lt;p&gt;Merged to master.&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|zzs47y:zz</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10005" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="102">2DDRP-2021 A3</customfieldvalue>

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