<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:03:14 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-1135] Ring lamp needs to be recognised as a lamp</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/PIPE2D-1135</link>
                <project id="10002" key="PIPE2D">DRP 2-D Pipeline</project>
                    <description>&lt;p&gt;The pipeline helpfully assumes that if there are no lamps turned on, then the exposure&apos;s on the sky and OI, NaI, and OH lines should be present:&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;
reduceExposure.readLineList INFO: No lamps on; assuming sky. &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Unfortunately, the quartz lamps aren&apos;t checked when making this guess.  Please make sure that we don&apos;t look for sky lines when extracting spectra from quartzes (which is a useful check of e.g. fibre normalisations)&lt;/p&gt;</description>
                <environment></environment>
        <key id="23180">PIPE2D-1135</key>
            <summary>Ring lamp needs to be recognised as a lamp</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="hassan">hassan</assignee>
                                    <reporter username="rhl">rhl</reporter>
                        <labels>
                    </labels>
                <created>Sun, 18 Dec 2022 11:25:13 +0000</created>
                <updated>Tue, 7 Feb 2023 22:36:41 +0000</updated>
                            <resolved>Fri, 23 Dec 2022 14:28:08 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                <comments>
                            <comment id="32018" author="price" created="Mon, 19 Dec 2022 17:30:14 +0000"  >&lt;p&gt;The requested behaviour has been implemented for a very long time. &lt;a href=&quot;https://github.com/Subaru-PFS/drp_stella/blob/master/python/pfs/drp/stella/readLineList.py&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;&lt;tt&gt;ReadLineListTask.getLampInfo&lt;/tt&gt;&lt;/a&gt; calls &lt;a href=&quot;https://github.com/Subaru-PFS/obs_pfs/blob/master/python/lsst/obs/pfs/utils.py#L6-L35&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;&lt;tt&gt;getLamps&lt;/tt&gt;&lt;/a&gt;, which returns &lt;tt&gt;&quot;Quartz&quot;&lt;/tt&gt;, and therefore the &lt;tt&gt;&quot;No lamps on; assuming sky.&quot;&lt;/tt&gt; log message and associated behaviour should not fire.&lt;/p&gt;

&lt;p&gt;You didn&apos;t provide information on how to reproduce your problem, but I suspect you may be looking at an exposure that requires a header fix. Perhaps the header fix has been implemented (in pfs_utils) but your corrections database (in obs_pfs) hasn&apos;t been rebuilt?&lt;/p&gt;</comment>
                            <comment id="32021" author="price" created="Mon, 19 Dec 2022 19:27:05 +0000"  >&lt;p&gt;&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=hassan&quot; class=&quot;user-hover&quot; rel=&quot;hassan&quot;&gt;hassan&lt;/a&gt; points out that there are some exposures which are &quot;dome flats&quot; using the top-end ring lamps, which apparently is a separate mode from the &quot;Quartz&quot; lamps. It looks like we can recognise these through the &lt;tt&gt;W_TFFnVC&lt;/tt&gt; (commanded) and &lt;tt&gt;W_TFFnVV&lt;/tt&gt; (measured) header keywords (for &lt;tt&gt;n = 1..4&lt;/tt&gt;). I&apos;ll add support for that now.&lt;/p&gt;</comment>
                            <comment id="32022" author="hassan" created="Mon, 19 Dec 2022 19:33:49 +0000"  >&lt;p&gt;Sorry, Paul, but &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=cloomis&quot; class=&quot;user-hover&quot; rel=&quot;cloomis&quot;&gt;cloomis&lt;/a&gt; mentioned to me that he was thinking of adding a summary card for such exposures. Maybe we should discuss with Craig before implementing anything for now?&lt;/p&gt;</comment>
                            <comment id="32023" author="rhl" created="Mon, 19 Dec 2022 19:37:55 +0000"  >&lt;p&gt;Ah, OK.  So the problem is that we&apos;re not setting the quartz header card (&lt;tt&gt;W_AITQTH&lt;/tt&gt;).   Closing as invalid (except I can&apos;t;  closing as won&apos;t fix); cf. &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/INSTRM-1766&quot; title=&quot;Flesh out on-PFI quartz lamp card logic&quot; class=&quot;issue-link&quot; data-issue-key=&quot;INSTRM-1766&quot;&gt;INSTRM-1766&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="32024" author="cloomis" created="Mon, 19 Dec 2022 19:38:16 +0000"  >&lt;p&gt;Those W_TFF cards are the &quot;internal&quot; cards which were added for the 2022-11 run, and we did not understand their actual behavior. We now do and can add the summary `W_AITQTH`.&lt;/p&gt;</comment>
                            <comment id="32026" author="price" created="Mon, 19 Dec 2022 20:09:36 +0000"  >&lt;p&gt;I understand that &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=cloomis&quot; class=&quot;user-hover&quot; rel=&quot;cloomis&quot;&gt;cloomis&lt;/a&gt; will set &lt;tt&gt;W_AITQTH&lt;/tt&gt; when the ring lamp is on, and that&apos;s good enough for future data, but we need to set &lt;tt&gt;W_AITQTH&lt;/tt&gt; for the existing dome flats taken with the ring lamps.&lt;/p&gt;</comment>
                            <comment id="32028" author="hassan" created="Tue, 20 Dec 2022 21:20:11 +0000"  >&lt;p&gt;200 domeFlat visits were identified from the opDB and header fix code added accordingly.&lt;/p&gt;</comment>
                            <comment id="32042" author="hassan" created="Fri, 23 Dec 2022 14:27:53 +0000"  >&lt;p&gt;As suggested by Paul, an additional convenience method &lt;tt&gt;rangeIncl()&lt;/tt&gt; added to generate inclusive visit ranges. Code updated to use that method.&lt;/p&gt;</comment>
                            <comment id="32043" author="hassan" created="Fri, 23 Dec 2022 14:28:08 +0000"  >&lt;p&gt;Merged to master.&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|02qph7:0h</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_10005" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="162">2DDRP-2023 A</customfieldvalue>

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