<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 15:51:13 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-327] Write code to construct 1D spectra from a combination of arc lines</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/PIPE2D-327</link>
                <project id="10002" key="PIPE2D">DRP 2-D Pipeline</project>
                    <description>&lt;p&gt;Write code to generate 1D spectra from a combination of arc lines. The code should allow the relative intensity of the arc lines to be configurable, thus allowing fitting of element amplitudes. This would be useful for the development of a sky fitting algorithm where the relative amplitudes of OH vibrational systems may vary.&lt;/p&gt;</description>
                <environment></environment>
        <key id="13302">PIPE2D-327</key>
            <summary>Write code to construct 1D spectra from a combination of arc lines</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="1" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="blue-gray"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="sogo.mineo">sogo.mineo</assignee>
                                    <reporter username="hassan">hassan</reporter>
                        <labels>
                    </labels>
                <created>Mon, 4 Feb 2019 02:01:21 +0000</created>
                <updated>Wed, 6 Nov 2019 07:24:36 +0000</updated>
                                                            <fixVersion>6.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                            <comment id="16280" author="sogo.mineo" created="Fri, 1 Nov 2019 04:57:00 +0000"  >&lt;p&gt;Wrote a code. It takes 10-12 hours to construct an LSF model from 4 arcs.&lt;/p&gt;</comment>
                            <comment id="16289" author="msyktnk" created="Tue, 5 Nov 2019 01:48:14 +0000"  >&lt;p&gt;Could you elaborate here?&#160; Exactly what arcs did you combine?&#160; Which lines did you use; you used the strong ones only or everything with a good flag in the line lists?&#160; As we discussed before, I expect that the computing time will increase linearly with the number of lines to fit, but 10-12 hours is clearly non-linear.&lt;/p&gt;</comment>
                            <comment id="16290" author="sogo.mineo" created="Tue, 5 Nov 2019 08:15:04 +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;
arcs = [
    {&lt;span class=&quot;code-quote&quot;&gt;&quot;visit&quot;&lt;/span&gt;: 17190, &lt;span class=&quot;code-quote&quot;&gt;&quot;arm&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;r&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;spectrograph&quot;&lt;/span&gt;: 1, &lt;span class=&quot;code-quote&quot;&gt;&quot;type&quot;&lt;/span&gt;: [&lt;span class=&quot;code-quote&quot;&gt;&quot;HgI&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;HgII&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;ArI&quot;&lt;/span&gt;]},
    {&lt;span class=&quot;code-quote&quot;&gt;&quot;visit&quot;&lt;/span&gt;: 17244, &lt;span class=&quot;code-quote&quot;&gt;&quot;arm&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;r&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;spectrograph&quot;&lt;/span&gt;: 1, &lt;span class=&quot;code-quote&quot;&gt;&quot;type&quot;&lt;/span&gt;: [&lt;span class=&quot;code-quote&quot;&gt;&quot;NeI&quot;&lt;/span&gt;]},
    {&lt;span class=&quot;code-quote&quot;&gt;&quot;visit&quot;&lt;/span&gt;: 17424, &lt;span class=&quot;code-quote&quot;&gt;&quot;arm&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;r&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;spectrograph&quot;&lt;/span&gt;: 1, &lt;span class=&quot;code-quote&quot;&gt;&quot;type&quot;&lt;/span&gt;: [&lt;span class=&quot;code-quote&quot;&gt;&quot;KrI&quot;&lt;/span&gt;]},
    {&lt;span class=&quot;code-quote&quot;&gt;&quot;visit&quot;&lt;/span&gt;: 17593, &lt;span class=&quot;code-quote&quot;&gt;&quot;arm&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;r&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;spectrograph&quot;&lt;/span&gt;: 1, &lt;span class=&quot;code-quote&quot;&gt;&quot;type&quot;&lt;/span&gt;: [&lt;span class=&quot;code-quote&quot;&gt;&quot;XeI&quot;&lt;/span&gt;]},
]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;I use these arcs and everything in the line list with the &quot;good&quot; flag set. As for the long running time, I have no idea. The &quot;10-12 hours&quot; is shortened to 5 hours if I use 5-gaussian instead of 20-gaussian. The number of gaussians is 1/4, but the running time is not. The difference is due to the many peaks used.&lt;/p&gt;</comment>
                            <comment id="16291" author="sogo.mineo" created="Wed, 6 Nov 2019 07:24:36 +0000"  >&lt;p&gt;I clipped those peaks whose heights were less than 2&#963; before calling scipy&apos;s minimizer. With 5-gaussian the running time reached 1 hour.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="13304">PIPE2D-329</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <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_10006" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>PIPE2D-300</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|02qpt6:508yl0chzzy09</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>