<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:04:13 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-1202] Import DM-31448</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/PIPE2D-1202</link>
                <project id="10002" key="PIPE2D">DRP 2-D Pipeline</project>
                    <description>&lt;p&gt;&lt;a href=&quot;https://jira.lsstcorp.org/browse/DM-31448&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;DM-31448 (Allow gen2 butler lookups even when fields in the dataId are not in the registry)&lt;/a&gt; contains a feature that we need for PFS, but will not be released by LSST (it&apos;s a Gen2 fix, and they&apos;ve removed Gen2). We need to import this fix, and &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; has an additional fix (pushed to branch &lt;tt&gt;u/rhl/DM-31448b&lt;/tt&gt; of daf&amp;#95;persistence) that generalises the fix for use with postgres.&lt;/p&gt;

&lt;p&gt;If successful, the following code will work at Hilo without error:&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;
butler.get(&lt;span class=&quot;code-quote&quot;&gt;&quot;rawb&quot;&lt;/span&gt;, visit=90673, arm=&lt;span class=&quot;code-quote&quot;&gt;&apos;n&apos;&lt;/span&gt;, spectrograph=1, hdu=1)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="23357">PIPE2D-1202</key>
            <summary>Import DM-31448</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="price">price</reporter>
                        <labels>
                    </labels>
                <created>Tue, 18 Apr 2023 19:18:56 +0000</created>
                <updated>Tue, 18 Apr 2023 20:09:48 +0000</updated>
                            <resolved>Tue, 18 Apr 2023 20:09:48 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                <comments>
                            <comment id="32581" author="price" created="Tue, 18 Apr 2023 19:24:47 +0000"  >&lt;p&gt;Seems to be working:&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;import&lt;/span&gt; lsst.obs.pfs
&amp;gt;&amp;gt;&amp;gt; from lsst.daf.persistence &lt;span class=&quot;code-keyword&quot;&gt;import&lt;/span&gt; Butler
&amp;gt;&amp;gt;&amp;gt; butler = Butler(&lt;span class=&quot;code-quote&quot;&gt;&quot;/work/drp&quot;&lt;/span&gt;)
&amp;lt;stdin&amp;gt;:1: FutureWarning: Gen2 Butler has been deprecated (PfsButler). It will be removed sometime after v23.0 but no earlier than the end of 2021.
&amp;lt;stdin&amp;gt;:1: FutureWarning: Gen2 Butler has been deprecated (PfsMapper). It will be removed sometime after v23.0 but no earlier than the end of 2021.
lsst.CameraMapper INFO: Loading exposure registry from /work/drp/registry.pgsql
lsst.CameraMapper INFO: Loading calib registry from /work/drp/CALIB/calibRegistry.sqlite3
&amp;gt;&amp;gt;&amp;gt; butler.get(&lt;span class=&quot;code-quote&quot;&gt;&quot;rawb&quot;&lt;/span&gt;, visit=90673, arm=&lt;span class=&quot;code-quote&quot;&gt;&apos;n&apos;&lt;/span&gt;, spectrograph=1, hdu=1)
&amp;lt;lsst.afw.image.exposure.ExposureF object at 0x7fd07094b7f0&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="32582" author="price" created="Tue, 18 Apr 2023 19:31:09 +0000"  >&lt;p&gt;Note that if you&apos;re working in a notebook python command-line, you need to &lt;tt&gt;import lsst.obs.pfs&lt;/tt&gt; in order to activate the fix.&lt;/p&gt;</comment>
                            <comment id="32583" author="price" created="Tue, 18 Apr 2023 20:09:48 +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; reports that this is working for him.&lt;/p&gt;

&lt;p&gt;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|zzswrj:</customfieldvalue>

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