<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 15:34:38 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-136] Datamodel reads in pfsDesign.guideStar objIds as 32bit not 64bit</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/DAMD-136</link>
                <project id="10400" key="DAMD">Data Model</project>
                    <description>&lt;p&gt;As pointed out by &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=monodera&quot; class=&quot;user-hover&quot; rel=&quot;monodera&quot;&gt;monodera&lt;/a&gt; in &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/OBSPROC-28&quot; title=&quot;duplication of objId in pfsDesign.guideStars&quot; class=&quot;issue-link&quot; data-issue-key=&quot;OBSPROC-28&quot;&gt;&lt;del&gt;OBSPROC-28&lt;/del&gt;&lt;/a&gt;, the &lt;tt&gt;PfsDesign.fromFits()&lt;/tt&gt; method reads in the &lt;tt&gt;objId&lt;/tt&gt; as a 32-bit integer rather than a 64-bit integer, as defined in &lt;tt&gt;datamodel.txt&lt;/tt&gt;. &lt;/p&gt;

&lt;p&gt;This could lead to truncation issues when loading guide star data from &lt;tt&gt;PfsDesign&lt;/tt&gt; or &lt;tt&gt;PfsConfig&lt;/tt&gt; files. Please fix.&lt;/p&gt;</description>
                <environment></environment>
        <key id="22954">DAMD-136</key>
            <summary>Datamodel reads in pfsDesign.guideStar objIds as 32bit not 64bit</summary>
                <type id="1" iconUrl="https://pfspipe.ipmu.jp/jira/secure/viewavatar?size=xsmall&amp;avatarId=10503&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/priorities/major.svg">Major</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="hassan">hassan</assignee>
                                    <reporter username="hassan">hassan</reporter>
                        <labels>
                    </labels>
                <created>Sat, 17 Sep 2022 01:29:22 +0000</created>
                <updated>Sat, 24 Sep 2022 16:37:08 +0000</updated>
                            <resolved>Sat, 17 Sep 2022 17:02:10 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                <comments>
                            <comment id="31395" author="hassan" created="Sat, 17 Sep 2022 02:39:20 +0000"  >&lt;p&gt;Trivial fix. Added unit test to verify and also tested with Hilo &lt;tt&gt;/data/pfsDesign/pfsDesign-0x74f2c06289c9823d.fits&lt;/tt&gt; as noted in &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/OBSPROC-28&quot; title=&quot;duplication of objId in pfsDesign.guideStars&quot; class=&quot;issue-link&quot; data-issue-key=&quot;OBSPROC-28&quot;&gt;&lt;del&gt;OBSPROC-28&lt;/del&gt;&lt;/a&gt;, using following script:&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;
from pfs.datamodel.pfsConfig &lt;span class=&quot;code-keyword&quot;&gt;import&lt;/span&gt; PfsDesign

a = PfsDesign.read(0x74f2c06289c9823d, dirName=&lt;span class=&quot;code-quote&quot;&gt;&apos;.&apos;&lt;/span&gt;)
objId = a.guideStars.objId
&lt;span class=&quot;code-keyword&quot;&gt;assert&lt;/span&gt;(len(set(objId)) == len(objId))
print(&lt;span class=&quot;code-quote&quot;&gt;&apos;ObjectIds are unique&apos;&lt;/span&gt;)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="31399" author="hassan" created="Sat, 17 Sep 2022 17:01:34 +0000"  >&lt;p&gt;&lt;a href=&quot;https://github.com/Subaru-PFS/datamodel/pull/102&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://github.com/Subaru-PFS/datamodel/pull/102&lt;/a&gt; reviewed by Paul Price and accepted.&lt;/p&gt;</comment>
                            <comment id="31400" author="hassan" created="Sat, 17 Sep 2022 17:02:10 +0000"  >&lt;p&gt;merged to master. &lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="23001">INSTRM-1716</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="22953">OBSPROC-28</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|zzsuon:</customfieldvalue>

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

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