<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:04:33 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-1232] Create new n1 flat</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/PIPE2D-1232</link>
                <project id="10002" key="PIPE2D">DRP 2-D Pipeline</project>
                    <description>&lt;p&gt;&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/PIPE2D-1230&quot; title=&quot;n-band ISR adds variance to image (!)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;PIPE2D-1230&quot;&gt;&lt;del&gt;PIPE2D-1230&lt;/del&gt;&lt;/a&gt; fixed a bug that probably affects the n1 flat. Create a new one with the fix applied.&lt;/p&gt;</description>
                <environment></environment>
        <key id="23466">PIPE2D-1232</key>
            <summary>Create new n1 flat</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, 6 Jun 2023 19:30:58 +0000</created>
                <updated>Mon, 12 Jun 2023 21:38:18 +0000</updated>
                            <resolved>Mon, 12 Jun 2023 21:38:18 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                <comments>
                            <comment id="32791" author="price" created="Mon, 12 Jun 2023 21:23:51 +0000"  >&lt;p&gt;I&apos;ve created a new flat and installed it in the new &lt;tt&gt;CALIB-2023-04-v3&lt;/tt&gt;.&lt;/p&gt;

&lt;p&gt;Left: flat-fielded with &lt;tt&gt;CALIB-2023-04-v2&lt;/tt&gt;.&lt;br/&gt;
Right: flat-fielded with &lt;tt&gt;CALIB-2023-04-v3&lt;/tt&gt;.&lt;br/&gt;
&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://pfspipe.ipmu.jp/jira/secure/attachment/15655/15655_pipe2d-1232.jpg&quot; width=&quot;900&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/p&gt;</comment>
                            <comment id="32792" author="price" created="Mon, 12 Jun 2023 21:38:18 +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;
Running with the latest pipeline version, plus some recent changes in obs_pfs (mainly PIPE2D-1230) and drp_stella.

setup pfs_pipe2d w.2023.21
setup -jr ~/pfs/obs_pfs
setup -jr ~/pfs/drp_stella

constructFiberFlat.py /work/drp --calib=/work/price/CALIB-2023-04-v2 --rerun=price/pipe2d-1232 --id visit=91223^91225^91227^91229^91231^91233^91294^91296^91298^91300^91302^91304^91306^91308^91310^91312^91314^91316^91318^91320^91322^91324^91326^91328^91330^91332^91334^92029^92031^92035^92037^92039^92041^92043^92045^92047^92049^92051^92053^92055^92057^92059^92061^92065^92067^92071^92073 arm=n spectrograph=1 --cores 10 -c profiles.profileSwath=2000 profiles.profileOversample=5 minSNR=20 profiles.pruneMinLength=3000 profiles.associationDepth=100

The &lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; flats have larger values &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; the worst features.

(lsst-scipipe-3.0.0) price@pfsa-usr02-gb:/work/drp $ cp -r CALIB-2023-04-v2 CALIB-2023-04-v3
(lsst-scipipe-3.0.0) price@pfsa-usr02-gb:/work/drp/CALIB-2023-04-v3/FLAT $ cp /work/drp/rerun/price/pipe2d-1232/FLAT/pfsFlat-2023-04-25-091223-n1.fits .
cp: overwrite &#8216;./pfsFlat-2023-04-25-091223-n1.fits&#8217;? y

detrend.py /work/drp --calib /work/drp/CALIB-2023-04-v2 --rerun price/pipe2d-1232-before --id visit=92033 arm=n spectrograph=1 -c doRepair=False
detrend.py /work/drp --calib /work/drp/CALIB-2023-04-v3 --rerun price/pipe2d-1232-after --id visit=92033 arm=n spectrograph=1 -c doRepair=False

(lsst-scipipe-3.0.0) price@pfsa-usr02-gb:/work/drp $ rm CALIB
(lsst-scipipe-3.0.0) price@pfsa-usr02-gb:/work/drp $ ln -s CALIB-2023-04-v3 CALIB

(Copied the &lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; calib to tiger and reset the link there too.)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="15655" name="pipe2d-1232.jpg" size="457771" author="price" created="Mon, 12 Jun 2023 21:22:44 +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|zzsxbb:</customfieldvalue>

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