<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:05:29 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-1284] Fix weekly breakage 2023-08-13</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/PIPE2D-1284</link>
                <project id="10002" key="PIPE2D">DRP 2-D Pipeline</project>
                    <description>&lt;p&gt;reduceArc is failing:&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;
pfs.drp.stella.fitDistortedDetectorMap.FittingError: No selected lines to fit
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Arc lines are all being flagged because the image is NANs.&lt;br/&gt;
Looks like the &lt;tt&gt;IMAGE_2&lt;/tt&gt; extension of the NIR ramps file doesn&apos;t include the bias, so subtracting the bias leaves almost everything negative.&lt;/p&gt;</description>
                <environment></environment>
        <key id="23790">PIPE2D-1284</key>
            <summary>Fix weekly breakage 2023-08-13</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, 15 Aug 2023 19:06:56 +0000</created>
                <updated>Mon, 21 Aug 2023 18:59:40 +0000</updated>
                            <resolved>Mon, 21 Aug 2023 18:59:40 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                <comments>
                            <comment id="34313" author="price" created="Mon, 21 Aug 2023 18:57:15 +0000"  >&lt;p&gt;I updated the NIR raw files, and the most recent weekly went through fine.&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 glob &lt;span class=&quot;code-keyword&quot;&gt;import&lt;/span&gt; glob
&lt;span class=&quot;code-keyword&quot;&gt;import&lt;/span&gt; astropy.io.fits
&lt;span class=&quot;code-keyword&quot;&gt;import&lt;/span&gt; numpy as np
&lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; filename in glob(&lt;span class=&quot;code-quote&quot;&gt;&quot;/scratch/pprice/pipe2d-1284/PFFB*.fits&quot;&lt;/span&gt;):
    fits = astropy.io.fits.open(filename)
    fits[&lt;span class=&quot;code-quote&quot;&gt;&quot;IMAGE_2&quot;&lt;/span&gt;].data += &lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt;(np.median(fits[&lt;span class=&quot;code-quote&quot;&gt;&quot;REF_2&quot;&lt;/span&gt;].data))
    fits.writeto(filename, overwrite=True)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="34314" author="price" created="Mon, 21 Aug 2023 18:59:40 +0000"  >&lt;p&gt;Updated simulator to include the NIR bias level.&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|zzsz8f:</customfieldvalue>

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