<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 15:48:44 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-128] Fix config directories</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/PIPE2D-128</link>
                <project id="10002" key="PIPE2D">DRP 2-D Pipeline</project>
                    <description>&lt;p&gt;In &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/PIPE2D-125&quot; title=&quot;Fixups from onboarding&quot; class=&quot;issue-link&quot; data-issue-key=&quot;PIPE2D-125&quot;&gt;&lt;del&gt;PIPE2D-125&lt;/del&gt;&lt;/a&gt;, I removed an extra layer in the &lt;tt&gt;config&lt;/tt&gt; directory, but neglected to modify the configuration files to adapt to this change.&lt;/p&gt;</description>
                <environment></environment>
        <key id="11348">PIPE2D-128</key>
            <summary>Fix config directories</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>Tue, 22 Nov 2016 22:53:17 +0000</created>
                <updated>Wed, 23 Nov 2016 20:11:43 +0000</updated>
                            <resolved>Wed, 23 Nov 2016 20:11:43 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                <comments>
                            <comment id="11613" author="price" created="Tue, 22 Nov 2016 23:09:49 +0000"  >&lt;p&gt;Sorry, &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;, I have another for you.  This is a fix to problems I introduced in &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/PIPE2D-125&quot; title=&quot;Fixups from onboarding&quot; class=&quot;issue-link&quot; data-issue-key=&quot;PIPE2D-125&quot;&gt;&lt;del&gt;PIPE2D-125&lt;/del&gt;&lt;/a&gt;.  Would you please have a look?&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@price-laptop:~/PFS/obs_pfs (tickets/PIPE2D-128=) $ git sub
commit 5d52f2b37c45a02e98330335f28861fac27b7af0
Author: Paul Price &amp;lt;price@astro.princeton.edu&amp;gt;
Date:   Tue Nov 22 18:03:49 2016 -0500

    config: remove excess directory
    
    The directory has been removed (PIPE2D-125) but &lt;span class=&quot;code-keyword&quot;&gt;this&lt;/span&gt; change wasn&apos;t
    reflected in the config files.

 config/bias.py       | 2 +-
 config/flat.py       | 2 +-
 config/processCcd.py | 3 +--
 3 files changed, 3 insertions(+), 4 deletions(-)

commit d910c7e8ae31b75a5489974f99372bf2fde52312
Author: Paul Price &amp;lt;price@astro.princeton.edu&amp;gt;
Date:   Tue Nov 22 18:04:46 2016 -0500

    config: cleanup
    
    Remove blank and commented lines, unnecessary imports.

 config/arc.py        | 14 --------------
 config/bias.py       |  1 -
 config/flat.py       |  1 -
 config/isr.py        |  4 ----
 config/processCcd.py |  5 -----
 5 files changed, 25 deletions(-)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="11621" author="aritter" created="Wed, 23 Nov 2016 07:18:58 +0000"  >&lt;p&gt;Why is e.g. `constructBias.py` still looking for config files in `config/pfs/`?&lt;/p&gt;

&lt;p&gt;`root INFO: Config override file does not exist: &apos;/Users/azuri/stella-git/obs_pfs/config/pfs/bias.py&apos;`&lt;/p&gt;

&lt;p&gt;Otherwise looks fine.&lt;br/&gt;
Note: I also updated drp_stella/examples/runPipeline.py and drp_stella/sphinx/user/getting_started.rst to remove `--camera PFS` after the changes to `genCalibRegistry.py` in &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/PIPE2D-125&quot; title=&quot;Fixups from onboarding&quot; class=&quot;issue-link&quot; data-issue-key=&quot;PIPE2D-125&quot;&gt;&lt;del&gt;PIPE2D-125&lt;/del&gt;&lt;/a&gt;. Did this straight on master though as it is pretty much only a documentation thing. Maybe should have filed a ticket though...&lt;/p&gt;</comment>
                            <comment id="11622" author="aritter" created="Wed, 23 Nov 2016 07:26:31 +0000"  >&lt;p&gt;Also, there is still one file `constructFiberFlat.py` in `obs_pfs/config/pfs`. Missed that in the ticket &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/PIPE2D-125&quot; title=&quot;Fixups from onboarding&quot; class=&quot;issue-link&quot; data-issue-key=&quot;PIPE2D-125&quot;&gt;&lt;del&gt;PIPE2D-125&lt;/del&gt;&lt;/a&gt; review...&lt;/p&gt;</comment>
                            <comment id="11625" author="price" created="Wed, 23 Nov 2016 20:11:04 +0000"  >&lt;p&gt;The &lt;tt&gt;CmdLineTask&lt;/tt&gt; framework looks in both &lt;tt&gt;config&lt;/tt&gt; and &lt;tt&gt;config/pfs&lt;/tt&gt; (because it has no idea whether there&apos;s two cameras in that package or not), and warns if either doesn&apos;t exist.&lt;/p&gt;

&lt;p&gt;I added another commit to move &lt;tt&gt;constructFiberFlat.py&lt;/tt&gt; down.&lt;/p&gt;</comment>
                            <comment id="11626" author="price" created="Wed, 23 Nov 2016 20:11:43 +0000"  >&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|ii012f:</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>