<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 15:54:10 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-505] Provide object identifiers for the sky</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/PIPE2D-505</link>
                <project id="10002" key="PIPE2D">DRP 2-D Pipeline</project>
                    <description>&lt;p&gt;Real object identifiers are required for sky data. Currently the operation&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;
pfsConfig.objId[pfsConfig.targetType == TargetType.SKY]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;returns an array of zeros.&lt;/p&gt;

&lt;p&gt;Please provide real identifiers for sky targets.&lt;/p&gt;</description>
                <environment></environment>
        <key id="14168">PIPE2D-505</key>
            <summary>Provide object identifiers for the sky</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="hassan">hassan</reporter>
                        <labels>
                    </labels>
                <created>Fri, 20 Dec 2019 19:52:09 +0000</created>
                <updated>Mon, 4 Jan 2021 20:23:12 +0000</updated>
                            <resolved>Mon, 23 Mar 2020 15:36:58 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                <comments>
                            <comment id="16600" author="rhl" created="Fri, 20 Dec 2019 20:22:15 +0000"  >&lt;p&gt;There should be no need to auto-generate sky object Ids, as they will be provided by e.g. HSC.  When we write the pfsDesign files for the simulator (or probably really the pfsConfig files, as the final choice of sky object is made by the fibre allocation software) we need to provide objIds for the sky, and those will need to be made up &amp;#8212; in just the same way as objIds are made up for any other target.&lt;/p&gt;</comment>
                            <comment id="16834" author="price" created="Wed, 11 Mar 2020 18:07:36 +0000"  >&lt;p&gt;Now setting the &lt;tt&gt;objId&lt;/tt&gt; for sky fibers in the simulator. I&apos;m not going to bother re-running the simulator just for this (there doesn&apos;t seem an immediate need for this feature), but next time it we make a new data set, we should have non-zero &lt;tt&gt;objId&lt;/tt&gt; for sky fibers.&lt;/p&gt;</comment>
                            <comment id="16866" author="rhl" created="Mon, 16 Mar 2020 20:02:46 +0000"  >&lt;p&gt;When will you rerun the simulator with these set correctly?  I found that they weren&apos;t while trying to validate the processing, this isn&apos;t just random tidiness&lt;/p&gt;</comment>
                            <comment id="16867" author="rhl" created="Mon, 16 Mar 2020 20:05:25 +0000"  >&lt;p&gt;I see that you approved the pull request.  How did you test it?&lt;/p&gt;</comment>
                            <comment id="16868" author="price" created="Mon, 16 Mar 2020 21:49:11 +0000"  >&lt;p&gt;&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/DAMD-71&quot; title=&quot;TargetType should be defined in datamodel.txt and headers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DAMD-71&quot;&gt;&lt;del&gt;DAMD-71&lt;/del&gt;&lt;/a&gt; requires updating drp&amp;#95;stella&amp;#95;data. How about I merge this, and then generate a new test dataset for &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/DAMD-71&quot; title=&quot;TargetType should be defined in datamodel.txt and headers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DAMD-71&quot;&gt;&lt;del&gt;DAMD-71&lt;/del&gt;&lt;/a&gt; with this change and the &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/DAMD-71&quot; title=&quot;TargetType should be defined in datamodel.txt and headers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DAMD-71&quot;&gt;&lt;del&gt;DAMD-71&lt;/del&gt;&lt;/a&gt; changes?&lt;/p&gt;</comment>
                            <comment id="16869" author="price" created="Mon, 16 Mar 2020 22:04:21 +0000"  >&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 pfs.datamodel &lt;span class=&quot;code-keyword&quot;&gt;import&lt;/span&gt; PfsDesign, TargetType
&amp;gt;&amp;gt;&amp;gt; dd = PfsDesign.read(1)
&amp;gt;&amp;gt;&amp;gt; objId = dd.objId[dd.targetType == TargetType.SKY]
&amp;gt;&amp;gt;&amp;gt; objId.min(), objId.max()
(61, 180)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="16870" author="hassan" created="Mon, 16 Mar 2020 22:18:53 +0000"  >&lt;p&gt;I was about to post a similar python script, using the LAM configuration. The objIds in my output were: (2,3).&lt;/p&gt;</comment>
                            <comment id="16920" author="price" created="Mon, 23 Mar 2020 15:36:58 +0000"  >&lt;p&gt;Merged to master.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="14140">PIPE2D-492</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="14167">DAMD-72</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|02qprx:ic</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="93">2DDRP-2021 A</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>