<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 15:58:52 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-845] Clarify the operations of reduceArc and reduceExposure</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/PIPE2D-845</link>
                <project id="10002" key="PIPE2D">DRP 2-D Pipeline</project>
                    <description>&lt;p&gt;Following the discussion during the Princeton Group meeting 2021-05-17: please clarify the inputs, outputs and operations performed in the &lt;tt&gt;reduceExposure&lt;/tt&gt; and &lt;tt&gt;reduceArc&lt;/tt&gt; tasks in the context of arc line processing. &lt;/p&gt;

&lt;p&gt;Specifically:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Specify where in the code the &lt;tt&gt;detectorMap&lt;/tt&gt; is modified, and how (and is it overridden, stated in &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/PIPE2D-844&quot; title=&quot;reduceExposure output detectorMap gets overriden&quot; class=&quot;issue-link&quot; data-issue-key=&quot;PIPE2D-844&quot;&gt;&lt;del&gt;PIPE2D-844&lt;/del&gt;&lt;/a&gt;?)&lt;/li&gt;
	&lt;li&gt;Specify where the &lt;tt&gt;arcLines&lt;/tt&gt; output is generated, and the inputs and algorithm used to generate this product. And again, if these are generated by &lt;tt&gt;reduceExposure&lt;/tt&gt;, are they overridden in &lt;tt&gt;reduceArc&lt;/tt&gt;??&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This information can be provided as comments in this ticket, for the time being. If the approach is agreed within the Princeton Group, the design document should be updated.&lt;/p&gt;
</description>
                <environment></environment>
        <key id="16062">PIPE2D-845</key>
            <summary>Clarify the operations of reduceArc and reduceExposure</summary>
                <type id="3" iconUrl="https://pfspipe.ipmu.jp/jira/secure/viewavatar?size=xsmall&amp;avatarId=10518&amp;avatarType=issuetype">Task</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="hassan">hassan</reporter>
                        <labels>
                    </labels>
                <created>Sun, 23 May 2021 23:34:55 +0000</created>
                <updated>Wed, 4 Aug 2021 21:33:33 +0000</updated>
                            <resolved>Wed, 4 Aug 2021 21:33:33 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                <comments>
                            <comment id="21484" author="price" created="Mon, 14 Jun 2021 16:22:33 +0000"  >&lt;p&gt;&lt;tt&gt;ReduceExposureTask&lt;/tt&gt; is the general workhorse for reducing an exposure. For this reason, it is used as a sub-task by &lt;tt&gt;ReduceArcTask&lt;/tt&gt;. &lt;tt&gt;ReduceExposureTask&lt;/tt&gt; operates on a list of all arms of the same kind within a single visit (e.g., r1,r2,r3,r4). The following list of operations is correct following the changes made in &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/PIPE2D-829&quot; title=&quot;Investigate/fix line intensity measurements&quot; class=&quot;issue-link&quot; data-issue-key=&quot;PIPE2D-829&quot;&gt;&lt;del&gt;PIPE2D-829&lt;/del&gt;&lt;/a&gt;:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Instrument signature removal and repair (CR masking, static bad pixels)&lt;/li&gt;
	&lt;li&gt;Wrangle spectral calibs:
	&lt;ul&gt;
		&lt;li&gt;fiberProfiles --&amp;gt; fiberTraces&lt;/li&gt;
		&lt;li&gt;Measure line centroids&lt;/li&gt;
		&lt;li&gt;detectorMap
		&lt;ul&gt;
			&lt;li&gt;Perform low-order adjustment&lt;/li&gt;
			&lt;li&gt;Write adjusted detectorMap as &quot;detectorMap_used&quot;&lt;/li&gt;
			&lt;li&gt;Regenerate fiberTraces&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;Measure line fluxes&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Measure PSF and resulting LSF&lt;/li&gt;
	&lt;li&gt;2D sky subtraction&lt;/li&gt;
	&lt;li&gt;Extract spectrum
	&lt;ul&gt;
		&lt;li&gt;Optional 2D continuum subtraction&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Write outputs:
	&lt;ul&gt;
		&lt;li&gt;&quot;calexp&quot;: exposure, possibly with 2D continuum subtracted&lt;/li&gt;
		&lt;li&gt;&quot;pfsArmLsf&quot;: line-spread function&lt;/li&gt;
		&lt;li&gt;&quot;sky2d&quot;: 2D sky subtraction model&lt;/li&gt;
		&lt;li&gt;&quot;pfsArm&quot;: extracted spectra&lt;/li&gt;
		&lt;li&gt;&quot;arcLines&quot;: line centroids+fluxes&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;tt&gt;ReduceArcTask&lt;/tt&gt; runs &lt;tt&gt;ReduceExposureTask&lt;/tt&gt;, collects the arcLines from different visits, fits a detectorMap and writes (as the &quot;detectorMap&quot; dataset). One wrinkle is that the file template for this is currently the same as for the &quot;detectorMap_used&quot; dataset. The filename does have to be the same (because of current limitations in the datamodel implementation), but we could write it to a different directory (but currently don&apos;t).&lt;/p&gt;</comment>
                            <comment id="21680" author="price" created="Mon, 12 Jul 2021 19:26:54 +0000"  >&lt;p&gt;This documentation needs to go somewhere &quot;official&quot;, probably the &lt;a href=&quot;https://github.com/Subaru-PFS/drp_doc/tree/master/pipelineUser&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;&quot;pipeline user&quot;&lt;/a&gt; docs.&lt;/p&gt;

&lt;p&gt;Also need to provide clear documentation on the steps needed to produce good calibs before running reduceExposure (bias, dark, flat, bootstrap, fiberProfile, reduceArc, fiberProfile, reduceArc).&lt;/p&gt;</comment>
                            <comment id="21681" author="price" created="Mon, 12 Jul 2021 19:33:09 +0000"  >&lt;p&gt;Describe the detectorMap model in some detail.&lt;/p&gt;</comment>
                            <comment id="21691" author="price" created="Thu, 15 Jul 2021 21:52:29 +0000"  >&lt;p&gt;I&apos;ve updated the pipeline user doc: &lt;a href=&quot;https://github.com/Subaru-PFS/drp_doc/pull/4&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://github.com/Subaru-PFS/drp_doc/pull/4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="21788" author="hassan" created="Wed, 4 Aug 2021 21:25:52 +0000"  >&lt;p&gt;Changes look good. Only minor comments added to pull request.&lt;/p&gt;</comment>
                            <comment id="21789" author="price" created="Wed, 4 Aug 2021 21:33:33 +0000"  >&lt;p&gt;Merged. &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;, could you please ensure the updated PDF is posted wherever the Right Place is?&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="16058">PIPE2D-844</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="13964" name="PFS2DPipelineUserDocumentation.pdf" size="212788" author="price" created="Wed, 4 Aug 2021 21:32:58 +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:508yl0chzzy00000ywi</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10100" key="com.atlassian.jira.plugin.system.customfieldtypes:userpicker">
                        <customfieldname>Reviewers</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>hassan</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10005" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="109">2DDRP-2021 A5</customfieldvalue>
    <customfieldvalue id="111">2DDRP-2021 A 6</customfieldvalue>
    <customfieldvalue id="115">2DDRP-2021 A 7</customfieldvalue>
    <customfieldvalue id="116">2DDRP-2021 A 8</customfieldvalue>

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