<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 15:48:42 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-125] Fixups from onboarding</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/PIPE2D-125</link>
                <project id="10002" key="PIPE2D">DRP 2-D Pipeline</project>
                    <description>&lt;p&gt;I&apos;ve noticed various little things to be fixed as I&apos;ve explored the codebase and run the tutorial.  This ticket is a grab-bag for those.&lt;/p&gt;</description>
                <environment></environment>
        <key id="11327">PIPE2D-125</key>
            <summary>Fixups from onboarding</summary>
                <type id="1" iconUrl="https://pfspipe.ipmu.jp/jira/secure/viewavatar?size=xsmall&amp;avatarId=10503&amp;avatarType=issuetype">Bug</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="price">price</assignee>
                                    <reporter username="price">price</reporter>
                        <labels>
                    </labels>
                <created>Thu, 17 Nov 2016 03:51:03 +0000</created>
                <updated>Tue, 22 Nov 2016 18:57:14 +0000</updated>
                            <resolved>Tue, 22 Nov 2016 18:57:14 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                            <comment id="11583" author="price" created="Thu, 17 Nov 2016 14:32:48 +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;
price@price-laptop:~/PFS/drp_stella (tickets/PIPE2D-125=) $ git sub
commit 3c3402df8072525354772a578f824932c028d303
Author: Paul Price &amp;lt;price@astro.princeton.edu&amp;gt;
Date:   Thu Nov 17 09:28:29 2016 -0500

    remove unnecessary files

 myConfig.py                              | 11 -----------
 python/bin/exampleCmdLineTask.py         | 25 -------------------------
 python/pfs/drp/stella/calcTwoDPSF        |  1 -
 python/pfs/drp/stella/setup              |  4 ----
 python/pfs/drp/stella/valgrind_calc2dpsf |  1 -
 5 files changed, 42 deletions(-)


price@price-laptop:~/PFS/obs_pfs (tickets/PIPE2D-125=) $ git sub
commit edeafa2d80fbf5edec8b0d537c6172f321669673
Author: Paul Price &amp;lt;price@astro.princeton.edu&amp;gt;
Date:   Wed Nov 16 17:03:53 2016 -0500

    genDefectFits: reduce chatter
    
    Excess chatter was obscuring the build process.

 bin.src/genDefectFits.py | 10 ----------
 1 file changed, 10 deletions(-)

commit a005830364310c69c0b237d956f60d0067ccc599
Author: Paul Price &amp;lt;price@astro.princeton.edu&amp;gt;
Date:   Wed Nov 16 17:05:11 2016 -0500

    genDefectFits: remove illusion of choice
    
    A choice from a menu with a single item is not a choice.
    There&apos;s no need to select a mapper because we know what
    you&apos;re going to choose.

 bin.src/genDefectFits.py | 9 +++------
 pfs/SConscript           | 2 +-
 2 files changed, 4 insertions(+), 7 deletions(-)

commit 17ecfefe252a3dac30babb9534d583ed29005e4d
Author: Paul Price &amp;lt;price@astro.princeton.edu&amp;gt;
Date:   Wed Nov 16 17:19:17 2016 -0500

    genDefectFits: fix deprecation of pyfits.new_table
    
    Gets rid of the deprecation warning.

 bin.src/genDefectFits.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a6930c8b9e4c535d2b46bee0208e8d4bf8680984
Author: Paul Price &amp;lt;price@astro.princeton.edu&amp;gt;
Date:   Wed Nov 16 20:15:44 2016 -0500

    genCalibRegistry: modernise
    
    Put functionality into a function.
    Remove postgres support (unused).
    ArugmentParser instead of OptionParser.
    Remove camera argument (only works &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; PFS).

 bin.src/genCalibRegistry.py | 200 +++++++++++++++++---------------------------
 1 file changed, 75 insertions(+), 125 deletions(-)

commit 243f2eb3b6daea34951ce16922f2a8e15f245041
Author: Paul Price &amp;lt;price@astro.princeton.edu&amp;gt;
Date:   Wed Nov 16 20:44:28 2016 -0500

    config: remove extraneous directory
    
    There&apos;s only one camera in &lt;span class=&quot;code-keyword&quot;&gt;this&lt;/span&gt; obs &lt;span class=&quot;code-keyword&quot;&gt;package&lt;/span&gt;, so no need to put
    everything under a camera-specific directory.

 config/arc.py               | 14 ++++++++++++++
 config/bias.py              | 12 ++++++++++++
 config/createRefSpec.py     |  2 ++
 config/dark.py              | 10 ++++++++++
 config/detrend.py           | 11 +++++++++++
 config/flat.py              | 11 +++++++++++
 config/ingest.py            | 42 ++++++++++++++++++++++++++++++++++++++++++
 config/isr.py               | 18 ++++++++++++++++++
 config/pfs/arc.py           | 14 --------------
 config/pfs/bias.py          | 12 ------------
 config/pfs/createRefSpec.py |  2 --
 config/pfs/dark.py          | 10 ----------
 config/pfs/detrend.py       | 11 -----------
 config/pfs/flat.py          | 11 -----------
 config/pfs/ingest.py        | 42 ------------------------------------------
 config/pfs/isr.py           | 18 ------------------
 config/pfs/processCcd.py    | 14 --------------
 config/processCcd.py        | 14 ++++++++++++++
 18 files changed, 134 insertions(+), 134 deletions(-)

commit 8debd51de66be2484d29594d7ee98519c10809e3
Author: Paul Price &amp;lt;price@astro.princeton.edu&amp;gt;
Date:   Wed Nov 16 20:47:20 2016 -0500

    constructFiberTrace: set &lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt; config values

 python/lsst/obs/pfs/constructFiberTraceTask.py | 7 +++++++
 1 file changed, 7 insertions(+)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="11584" author="price" created="Thu, 17 Nov 2016 14:34:08 +0000"  >&lt;p&gt;&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=swinbank&quot; class=&quot;user-hover&quot; rel=&quot;swinbank&quot;&gt;swinbank&lt;/a&gt;, would you please review or assign this for review?&lt;/p&gt;</comment>
                            <comment id="11585" author="swinbank" created="Thu, 17 Nov 2016 15:12:11 +0000"  >&lt;p&gt;&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=aritter&quot; class=&quot;user-hover&quot; rel=&quot;aritter&quot;&gt;aritter&lt;/a&gt;, would you mind reviewing this, please?&lt;/p&gt;</comment>
                            <comment id="11604" author="aritter" created="Tue, 22 Nov 2016 05:35:26 +0000"  >&lt;p&gt;Only one comment for commit a6930c8. Good to merge once commend has been addressed.&lt;/p&gt;</comment>
                            <comment id="11607" author="price" created="Tue, 22 Nov 2016 18:57:14 +0000"  >&lt;p&gt;Thanks!&lt;/p&gt;

&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|ii00xz:</customfieldvalue>

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

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