<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:08:43 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>[SIM2D-114] Implement telluric absorption</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/SIM2D-114</link>
                <project id="10000" key="SIM2D">DRP 2-D Simulator</project>
                    <description>&lt;p&gt;Model telluric absorption in the simulator.&lt;/p&gt;

&lt;p&gt;Apply the tau(lambda) values from the libradtran/modtran libraries (&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/SIM2D-106&quot; title=&quot;Model telluric features using libradtran or modtran libraries&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SIM2D-106&quot;&gt;&lt;del&gt;SIM2D-106&lt;/del&gt;&lt;/a&gt;) to the input spectrum in accordance to the formula f_corr(lambda) = f_input(lambda) * exp( -tau(lambda) ).&lt;/p&gt;

&lt;p&gt;OH lines need to be applied before performing the above correction, due to the altitude of the OH line source.&lt;/p&gt;</description>
                <environment></environment>
        <key id="13414">SIM2D-114</key>
            <summary>Implement telluric absorption</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="hassan">hassan</reporter>
                        <labels>
                    </labels>
                <created>Thu, 7 Mar 2019 22:43:49 +0000</created>
                <updated>Wed, 13 Nov 2019 14:44:57 +0000</updated>
                            <resolved>Tue, 12 Nov 2019 17:01:04 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                <comments>
                            <comment id="15368" author="price" created="Fri, 26 Apr 2019 17:01:56 +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;: We currently don&apos;t have a sky spectrum that distinguishes between different species &amp;#8212; we just have a sky spectrum. Please advise whether you want it applied before or after the atmospheric extinction.&lt;/p&gt;</comment>
                            <comment id="15369" author="hassan" created="Fri, 26 Apr 2019 18:06:06 +0000"  >&lt;p&gt;Let&apos;s make the application of atmospheric extinction to sky spectra configurable. &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=price&quot; class=&quot;user-hover&quot; rel=&quot;price&quot;&gt;price&lt;/a&gt; and &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; agreed that by default no extinction to sky spectra would be applied. This is based on the assumption that that the observed sky spectrum already has extinction applied.&lt;/p&gt;</comment>
                            <comment id="15370" author="price" created="Fri, 26 Apr 2019 18:23:37 +0000"  >&lt;p&gt;Using the new atmospheric model grids to generate an extinction curve as a function of zenith distance, aerosol power-law index and PWV. &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 be happy that I got rid of the flood of warnings from astropy.&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;
price@MacBook:~/pfs/drp_instmodel (tickets/SIM2D-114 %=) $ git sub
commit a548253de2ba62e5389750004dc39a8d7ff4ee5b
Author: Paul Price &amp;lt;price@astro.princeton.edu&amp;gt;
Date:   Thu Apr 25 17:09:52 2019 -0400

    Spectrum: add __mul__
    
    Allows multiplying spectra together.
    This will be used when we multiply a spectrum by the transmission.

 python/pfs/instmodel/spectrum.py | 86 +++++++++++++++++++++++++++++++++++++---
 1 file changed, 81 insertions(+), 5 deletions(-)

commit 16e848474d1f95fd6d1e783c75dbd78b8a238ba2
Author: Paul Price &amp;lt;price@astro.princeton.edu&amp;gt;
Date:   Thu Apr 25 17:19:32 2019 -0400

    SkyModel: refactor and add extinction
    
    Using Spectrum rather than splines (a TableSpectrum is a kind of a spline,
    it&apos;s just a different representation). I want to be careful with the
    resolution: can&apos;t just multiply tables/splines at different resolution.
    
    This includes a &lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; Arm &lt;span class=&quot;code-keyword&quot;&gt;enum&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;class &lt;/span&gt;&lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; standardising how the arm
    is represented (band vs arm).
    
    Extinction data come from the data recently added to drp_instdata,
    provided by Nicholas Mondrik. Note that we now use the second-to-last
    column of the instrument throughput data, which contains the instrument
    only, without the atmosphere.

 python/pfs/instmodel/arm.py        |  34 ++++++
 python/pfs/instmodel/detector.py   |  18 +--
 python/pfs/instmodel/exposure.py   |   6 +-
 python/pfs/instmodel/makeSim.py    |  14 ++-
 python/pfs/instmodel/simImage.py   |  15 +--
 python/pfs/instmodel/sky.py        | 219 ++++++++++++++++++++-----------------
 python/pfs/instmodel/splinedPsf.py |   5 +-
 7 files changed, 187 insertions(+), 124 deletions(-)

commit 08161df473adbf9526b7f30d3cd7f5fe9bd38444
Author: Paul Price &amp;lt;price@astro.princeton.edu&amp;gt;
Date:   Thu Apr 25 17:21:24 2019 -0400

    simplify the command-line &lt;span class=&quot;code-keyword&quot;&gt;interface&lt;/span&gt;
    
    Introduces &lt;span class=&quot;code-quote&quot;&gt;&quot;--type&quot;&lt;/span&gt; which replaces --imagetyp&lt;span class=&quot;code-quote&quot;&gt;&quot; and &quot;&lt;/span&gt;--domeClosed&quot;.
    Does a bit more checking on the lamps &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; the various image types.

 bin/makeSimRun                      | 68 ++++++++++++++++++-------------------
 python/pfs/instmodel/lightSource.py |  5 +--
 python/pfs/instmodel/makeSim.py     | 28 ++++++++++-----
 3 files changed, 57 insertions(+), 44 deletions(-)

commit a140af04a91a868b6f0ce91bae32b4f2bef62185
Author: Paul Price &amp;lt;price@astro.princeton.edu&amp;gt;
Date:   Fri Apr 26 13:30:39 2019 -0400

    Remove unnecessary &lt;span class=&quot;code-quote&quot;&gt;&apos;examples&apos;&lt;/span&gt; symlink

 examples | 1 -
 1 file changed, 1 deletion(-)

commit e5ef8f89e0d623a3d282f750c28039657f70332f
Author: Paul Price &amp;lt;price@astro.princeton.edu&amp;gt;
Date:   Fri Apr 26 13:32:25 2019 -0400

    suppress warnings from pyfits
    
    Floods of warnings like:
    WARNING: VerifyWarning: Keyword name &lt;span class=&quot;code-quote&quot;&gt;&apos;W_AIT_SRC_QTH&apos;&lt;/span&gt; is greater than 8 characters or contains characters not allowed by the FITS standard; a HIERARCH card will be created. [astropy.io.fits.card]
    
    come from applying the bias header to the output; ignore them.
    
    Also fix the warning about &lt;span class=&quot;code-quote&quot;&gt;&apos;clobber&apos;&lt;/span&gt; being deprecated by using
    the &lt;span class=&quot;code-quote&quot;&gt;&apos;overwrite&apos;&lt;/span&gt; kwarg.

 python/pfs/instmodel/exposure.py | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit 713a5d5015c25785636d7fc27c33c860f85dcbec (HEAD -&amp;gt; tickets/SIM2D-114, origin/tickets/SIM2D-114)
Author: Paul Price &amp;lt;price@astro.princeton.edu&amp;gt;
Date:   Fri Apr 26 13:45:37 2019 -0400

    add option to apply extinction to the sky spectrum
    
    I&apos;m assuming that the sky spectrum is intended to be used as
    provided, and therefore the &lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt; is to not apply extinction.
    But &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; the spectrum is a model &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; above the atmosphere, it
    should be extincted.

 python/pfs/instmodel/makeSim.py | 6 ++++--
 python/pfs/instmodel/sky.py     | 8 ++++++--
 2 files changed, 10 insertions(+), 4 deletions(-)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="15380" author="rhl" created="Fri, 26 Apr 2019 23:15:37 +0000"  >&lt;p&gt;Was modtrans run with or without aerosol absorption? &#160;It is quite likely that it was &lt;b&gt;not&lt;/b&gt; as the model is na&#239;ve; in that case we need to include an explicit two-parameter model (optical depth and power law)&lt;/p&gt;</comment>
                            <comment id="15382" author="price" created="Fri, 26 Apr 2019 23:53:42 +0000"  >&lt;p&gt;The grid includes aerosols with multiple power-law indices (see &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/SIM2D-106&quot; title=&quot;Model telluric features using libradtran or modtran libraries&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SIM2D-106&quot;&gt;&lt;del&gt;SIM2D-106&lt;/del&gt;&lt;/a&gt;):&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;
Aerosol: tau=0.0075; a=0, 1, 2.5 (arXiv:1210.2619 Fig 13, Fig 19)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="15385" author="rhl" created="Sat, 27 Apr 2019 02:43:16 +0000"  >&lt;p&gt;But only one tau? &#160;My intention had been to run modtrans without the aerosols as they are easy to add later, but if we include them in the telluric models I think we need a larger range of opacities. &#160;We could probably back them out, but Nick might be willing to regenerate.&lt;/p&gt;</comment>
                            <comment id="15386" author="rhl" created="Sat, 27 Apr 2019 02:45:16 +0000"  >&lt;p&gt;Can &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; edit the comment on sky spectrum absorption to explain why you decided not to absorb the OH emission spectrum? &#160;It&apos;s not crazy (assuming we&apos;re using observed sky emission spectra), but I&apos;d like to understand the logic&lt;/p&gt;</comment>
                            <comment id="15387" author="price" created="Sat, 27 Apr 2019 02:49:16 +0000"  >&lt;p&gt;Apparently the distribution of the aerosol tau is not very wide (median=0.0075, nMAD=0.0014), so I didn&apos;t think it was worth doing multiple values. See &lt;a href=&quot;https://arxiv.org/abs/1210.2619&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;arXiv:1210.2619&lt;/a&gt;, figures 13 and 19.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="13391">SIM2D-106</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10002">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="10037">SIM2D-35</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </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_10010" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|02qpt6:508yl0chzzy0000p9g</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10005" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="45">2DDRP-2019 C</customfieldvalue>
    <customfieldvalue id="46">2DDRP-2019 D</customfieldvalue>
    <customfieldvalue id="49">2DDRP-2019 E</customfieldvalue>
    <customfieldvalue id="55">2DDRP-2019 G</customfieldvalue>
    <customfieldvalue id="59">2DDRP-2019 H</customfieldvalue>
    <customfieldvalue id="62">2DDRP-2019 I</customfieldvalue>
    <customfieldvalue id="68">2DDRP-2019 J</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>