<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 15:52:54 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-414] reduceExposure.doSubtractContinuum=True does not remove continuum from all fibers</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/PIPE2D-414</link>
                <project id="10002" key="PIPE2D">DRP 2-D Pipeline</project>
                    <description>&lt;p&gt;As a concrete example, running the pipeline with &lt;tt&gt;reduceExposure.doSubtractContinuum=True&lt;/tt&gt; for HgAr data taken in February, the continuum is removed from 11 out 16 fibers (see left hand side of the screenshot). This is even thought there are obviously 16 traces in the image (see right hand side of the screenshot) and psfArm has 16 inputs.&lt;/p&gt;

&lt;p&gt;The gist with the output from &lt;tt&gt;constructFiberTrace.py&lt;/tt&gt; is at &lt;a href=&quot;https://gist.github.com/nevencaplar/e194f448262b76b4f961fc53a5580015&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://gist.github.com/nevencaplar/e194f448262b76b4f961fc53a5580015&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt; The full script is &lt;tt&gt;pfs_Apr30_HgAr_Feb copy.sh&lt;/tt&gt; in the folder &lt;tt&gt;/home/ncaplar/ReductionScripts/Apr30/&lt;/tt&gt;.&lt;/p&gt;

&lt;p&gt; All outputs are in &lt;tt&gt;/tigress/ncaplar/ReducedData/HgArFeb_2019/&lt;/tt&gt;.&lt;/p&gt;

&lt;p&gt;Mistakes on my part, especially in specifying design file, can not be excluded....&lt;/p&gt;</description>
                <environment></environment>
        <key id="13546">PIPE2D-414</key>
            <summary>reduceExposure.doSubtractContinuum=True does not remove continuum from all fibers</summary>
                <type id="1" iconUrl="https://pfspipe.ipmu.jp/jira/secure/viewavatar?size=xsmall&amp;avatarId=10503&amp;avatarType=issuetype">Bug</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="ncaplar">ncaplar</reporter>
                        <labels>
                    </labels>
                <created>Tue, 30 Apr 2019 14:49:58 +0000</created>
                <updated>Fri, 27 Sep 2019 18:13:18 +0000</updated>
                            <resolved>Thu, 12 Sep 2019 01:00:32 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                <comments>
                            <comment id="15411" author="ncaplar" created="Tue, 30 Apr 2019 20:22:39 +0000"  >&lt;p&gt;Probably interesting: fiberIds are off by 1 (2 in edge case) between HgAr data and Neon/Krypton data taken in February, even though they have been taken with the same fiber configuration. Observe&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_HgArFeb = Butler(&lt;span class=&quot;code-quote&quot;&gt;&quot;/tigress/ncaplar/ReducedData/HgArFeb_2019/rerun/Apr30_2019/arc&quot;&lt;/span&gt;)
arc_HgArFeb = butler_HgArFeb.get(&lt;span class=&quot;code-quote&quot;&gt;&quot;pfsArm&quot;&lt;/span&gt;, visit=11749, arm=&lt;span class=&quot;code-quote&quot;&gt;&quot;r&quot;&lt;/span&gt;, spectrograph=1)
arc_HgArFeb.fiberId&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt; 
&lt;p&gt;gives&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;array([619, 586, 524, 517, 463, 417, 400, 339, 307, 288, 254, 222, 191,
       110,  62,  31], dtype=uint64)&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;while &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_NeonFeb = Butler(&lt;span class=&quot;code-quote&quot;&gt;&quot;/tigress/ncaplar/ReducedData/NeonFeb_2019/rerun/Apr30_2019/arc&quot;&lt;/span&gt;)
arc_NeonFeb = butler_NeonFeb.get(&lt;span class=&quot;code-quote&quot;&gt;&quot;pfsArm&quot;&lt;/span&gt;, visit=12356, arm=&lt;span class=&quot;code-quote&quot;&gt;&quot;r&quot;&lt;/span&gt;, spectrograph=1)
arc_NeonFeb.fiberId&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;gives&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;array([621, 587, 525, 518, 464, 418, 401, 340, 308, 289, 255, 223, 192,
       111,  63,  32], dtype=uint64)&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="15481" author="price" created="Wed, 22 May 2019 00:31:58 +0000"  >&lt;p&gt;I&apos;m going to guess that this has been fixed by &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/PIPE2D-415&quot; title=&quot;Sometimes pfsArm has less elements than number of fibers in the image&quot; class=&quot;issue-link&quot; data-issue-key=&quot;PIPE2D-415&quot;&gt;&lt;del&gt;PIPE2D-415&lt;/del&gt;&lt;/a&gt;, and/or rendered unnecessary by &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/PIPE2D-424&quot; title=&quot;Investigate very wide traces &quot; class=&quot;issue-link&quot; data-issue-key=&quot;PIPE2D-424&quot;&gt;&lt;del&gt;PIPE2D-424&lt;/del&gt;&lt;/a&gt;. I propose to close it unless &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=ncaplar&quot; class=&quot;user-hover&quot; rel=&quot;ncaplar&quot;&gt;ncaplar&lt;/a&gt; objects.&lt;/p&gt;</comment>
                            <comment id="15482" author="ncaplar" created="Wed, 22 May 2019 12:37:00 +0000"  >&lt;p&gt;I will check this today and report back (today).&lt;/p&gt;</comment>
                            <comment id="15483" author="ncaplar" created="Wed, 22 May 2019 14:07:23 +0000"  >&lt;p&gt;I wanted to test this on the data taken in May, but I hit a problem described in  &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/PIPE2D-427&quot; title=&quot;reduceArc.py fails with HgAr data taken May 06, 2019&quot; class=&quot;issue-link&quot; data-issue-key=&quot;PIPE2D-427&quot;&gt;&lt;del&gt;PIPE2D-427&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="15500" author="ncaplar" created="Thu, 23 May 2019 16:41:54 +0000"  >&lt;p&gt;If I do not ingest the updated detectorMap and use the one provided in obs_pfs, the reduction passes and all 10 fibers are recognized. (I now finally understand comment in &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/PIPE2D-411&quot; title=&quot;reduceArc.py does not work with --config reduceExposure.doSubtractContinuum=True reduceExposure.doWriteCalexp=True&quot; class=&quot;issue-link&quot; data-issue-key=&quot;PIPE2D-411&quot;&gt;&lt;del&gt;PIPE2D-411&lt;/del&gt;&lt;/a&gt; about ``which detectorMap to choose&apos;&apos;&apos;). There are some problems (subtraction seems to be a bit off, i.e., fibers seems to be systematically moved by 1 or 2 pixels; one fiber does not have full length), but I suggest closing this ticket and dealing with that after &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/PIPE2D-358&quot; title=&quot;DetectorMap updates should be global, not fiber-fiber&quot; class=&quot;issue-link&quot; data-issue-key=&quot;PIPE2D-358&quot;&gt;&lt;del&gt;PIPE2D-358&lt;/del&gt;&lt;/a&gt;. &lt;/p&gt;</comment>
                            <comment id="16064" author="price" created="Thu, 12 Sep 2019 01:00:32 +0000"  >&lt;p&gt;Closed by agreement.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="13585">PIPE2D-427</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="13547">PIPE2D-415</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="11938" name="pfsArm.png" size="173687" author="ncaplar" created="Tue, 30 Apr 2019 14:34:31 +0000"/>
                            <attachment id="11939" name="Screenshot 2019-04-30 10.31.40.png" size="97215" author="ncaplar" created="Tue, 30 Apr 2019 14:33:28 +0000"/>
                    </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|02qpt6:508yl03z3</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10005" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="49">2DDRP-2019 E</customfieldvalue>
    <customfieldvalue id="59">2DDRP-2019 H</customfieldvalue>

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