<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 15:33:19 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>[DAMD-11] Create or adapt file to include per-fiber+row wavelengths.</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/DAMD-11</link>
                <project id="10400" key="DAMD">Data Model</project>
                    <description>&lt;p&gt;The 2d pipeline needs a seed solution for fiber positions and wavelengths, both to identify the fiber traces and to initialize the wavelength solution for arc line matching. The simulator knows the geometry from the input jemax spot files and is currently supplying stella with a one-off (fiber#, y) -&amp;gt; (x, lambda) FITS table.&lt;/p&gt;

&lt;p&gt;We would like to use proper datamodel files to encapsulate the table. There is an existing &lt;a href=&quot;https://github.com/Subaru-PFS/datamodel/blob/master/python/pfs/datamodel/pfsFiberTrace.py&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;pfsFiberTrace&lt;/a&gt; file which can hold the (fiber#, y) -&amp;gt; x mapping, but it does not have space for wavelength info.&lt;/p&gt;

&lt;p&gt;Surely we want to persist wavelength solutions outside of pfsArm files, since the maps will get applied to several image files. &lt;/p&gt;

&lt;p&gt;Not sure whether we should:&lt;br/&gt;
 1. create some pfsFiberWaves file, which just contains the (fiber#, y) -&amp;gt; lambda map. &lt;br/&gt;
 2. beef up the existing file by adding an optional HDU containing a wavelength column for the PHDU table.&lt;/p&gt;

&lt;p&gt;Now that I write it down, 2 looks too gross. So 1? Shall I?&lt;/p&gt;
</description>
                <environment></environment>
        <key id="11313">DAMD-11</key>
            <summary>Create or adapt file to include per-fiber+row wavelengths.</summary>
                <type id="3" iconUrl="https://pfspipe.ipmu.jp/jira/secure/viewavatar?size=xsmall&amp;avatarId=10518&amp;avatarType=issuetype">Task</type>
                                            <priority id="3" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/priorities/major.svg">Major</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="aritter">aritter</assignee>
                                    <reporter username="cloomis">cloomis</reporter>
                        <labels>
                    </labels>
                <created>Wed, 9 Nov 2016 23:31:08 +0000</created>
                <updated>Fri, 11 May 2018 20:44:08 +0000</updated>
                            <resolved>Fri, 11 May 2018 20:44:08 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                            <comment id="11546" author="aritter" created="Sun, 13 Nov 2016 23:32:21 +0000"  >&lt;p&gt;I thought we had agreed on adding the (fiber#,y)-&amp;gt;lambda map to the existing pfsFiberTrace file, which I can easily do if you give me the map. Is there any difference between this map and the file you created for &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/SIM2D-68&quot; title=&quot;Please recreate file containing predicted wavelengths for each pixel in each fiber trace&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SIM2D-68&quot;&gt;&lt;del&gt;SIM2D-68&lt;/del&gt;&lt;/a&gt;? Isn&apos;t the map part of &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/SIM2D-68&quot; title=&quot;Please recreate file containing predicted wavelengths for each pixel in each fiber trace&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SIM2D-68&quot;&gt;&lt;del&gt;SIM2D-68&lt;/del&gt;&lt;/a&gt;?&lt;/p&gt;</comment>
                            <comment id="11547" author="cloomis" created="Mon, 14 Nov 2016 01:04:15 +0000"  >&lt;p&gt;As much as I&apos;d like to for neatness sake, putting the lambda map in ``pfsFiberTrace`` files would require two forms of the ``pfsFiberTrace`` file, because of the order in which new flats and arcs are measured, and that the file would need to be rewritten or appended to. Basically, the lambda map would be different before and after the arc exposure is processed.&lt;/p&gt;

&lt;p&gt;If anyone can think of a clean way of dealing with this it&apos;d be great. I assert that rewriting FITS files is evil, though. Hence some ``pfsFiberWaves`` file just to hold the new arc solution, which was measured using the traces from the ``pfsFiberTrace`` file.&lt;/p&gt;

&lt;p&gt;The hack version I emailed you is essentially the same as the earlier version. I bumped the ``xc`` and ``pixelWave`` columns to doubles, and dropped the entirely redundant ``yc``.&lt;/p&gt;</comment>
                            <comment id="11551" author="rhl" created="Tue, 15 Nov 2016 09:31:56 +0000"  >&lt;p&gt;I think I proposed that the command would take both the flat(s) and the arc(s) and solve both problems before performing any output.  Does this solve your problem?&lt;/p&gt;</comment>
                            <comment id="11552" author="cloomis" created="Tue, 15 Nov 2016 15:51:48 +0000"  >&lt;p&gt;Is the proposal that we would then have:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;``pfsFiberTrace`, which contains the position information extracted from the fiber flats&lt;/li&gt;
	&lt;li&gt;no file for only the wavelength solution, because that would go directly into the:&lt;/li&gt;
	&lt;li&gt;``pfsFiberMap``/``pfsFiberSolution``/something which would contain both the fiber positions and wavelengths, and would thus be all that is needed to reduce a science file.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Is that what you have in mind? Is there any scenario where the arc extraction process would modify/tweak the fiber traces?&lt;/p&gt;</comment>
                            <comment id="11554" author="aritter" created="Tue, 15 Nov 2016 19:16:48 +0000"  >&lt;p&gt;I think what RHL has in mind is to put everything into the pfsFiberTrace file which would be created by one command that extracts the FiberTraces from the Flats and the wavelength solution from the Arcs. In this case no re-writing or appending is required. I guess that would mean that we have one seed pfsFiberTrace file from the simulations which is read in as a &apos;guess&apos; by the task which produces the output pfsFiberTrace file.&lt;/p&gt;</comment>
                            <comment id="11670" author="cloomis" created="Mon, 5 Dec 2016 20:25:32 +0000"  >&lt;p&gt;Since stella both generates and consumes the wavelength solution I think it would make more sense for Andreas/Stella to make the datamodel additions &amp;#8211; I&apos;d have to guess at some implementation details.&lt;/p&gt;</comment>
                            <comment id="13397" author="hassan" created="Fri, 11 May 2018 20:44:08 +0000"  >&lt;p&gt;Following discussions with &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;, the DetectorMap addresses this.&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|031vid:xi07fhk0s</customfieldvalue>

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