<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16: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>[INFRA-32] Scrub drp_stella for old large files</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/INFRA-32</link>
                <project id="10001" key="INFRA">Software Development Infrastructure</project>
                    <description>&lt;p&gt;(e.g. ipython notebooks).  N.b.  google for git-filter-branch or use &quot;BFG repo cleaner&quot;&lt;/p&gt;</description>
                <environment></environment>
        <key id="10903">INFRA-32</key>
            <summary>Scrub drp_stella for old large files</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="rhl">rhl</reporter>
                        <labels>
                    </labels>
                <created>Fri, 17 Jun 2016 20:41:24 +0000</created>
                <updated>Fri, 15 Jul 2016 17:09:20 +0000</updated>
                            <resolved>Fri, 15 Jul 2016 17:09:19 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                            <comment id="11038" author="aritter" created="Sat, 25 Jun 2016 20:06:32 +0000"  >&lt;p&gt;Hmmm... While bfg worked for the &quot;.fits&quot; files in the &quot;tests&quot; directory, it doesn&apos;t seem to work for &quot;.fits.gz&quot; files nor for the &quot;.ipynb&quot; files. Although bfg says that it deleted the files they are still there. Gonna have to try something else...&lt;/p&gt;</comment>
                            <comment id="11039" author="aritter" created="Mon, 27 Jun 2016 20:42:41 +0000"  >&lt;p&gt;So apparently this worked just fine:&lt;br/&gt;
git filter-branch --force --index-filter &apos;git rm --cached -r --ignore-unmatch python/pfs/drp/stella/*.ipynb&apos; --prune-empty --tag-name-filter cat &amp;#8211; --all&lt;br/&gt;
git filter-branch --force --index-filter &apos;git rm --cached -r --ignore-unmatch tests/data/calExp/2016-01-12/v000000*/PFFAr2.fits.gz&apos; --prune-empty --tag-name-filter cat &amp;#8211; --all&lt;br/&gt;
git reflog expire --expire=now --all&lt;br/&gt;
git gc --prune=now&lt;br/&gt;
git gc --aggressive --prune=now&lt;br/&gt;
git push origin master --force&lt;/p&gt;</comment>
                            <comment id="11040" author="aritter" created="Mon, 27 Jun 2016 20:43:25 +0000"  >&lt;p&gt;All fits files and not needed ipython notebooks have been removed from the repo&lt;/p&gt;</comment>
                            <comment id="11041" author="rhl" created="Mon, 27 Jun 2016 20:50:30 +0000"  >&lt;blockquote&gt;&lt;p&gt;All ... and not needed ipython notebooks have been removed from the repo&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Which notebooks are needed?&lt;/p&gt;</comment>
                            <comment id="11042" author="aritter" created="Mon, 27 Jun 2016 20:54:25 +0000"  >&lt;p&gt;createDetGeom.ipynb to create the detector geometry fits files&lt;/p&gt;

&lt;p&gt;and&lt;/p&gt;

&lt;p&gt;createRefSpec.ipynb to create the reference spectrum&lt;/p&gt;</comment>
                            <comment id="11043" author="rhl" created="Mon, 27 Jun 2016 21:02:48 +0000"  >&lt;p&gt;I don&apos;t think any executable scripts should be notebooks, please export them as straight python, and make sure that they can be run from the command line (by adding argparse argument parsing etc.).  &lt;/p&gt;

&lt;p&gt;If you have educational notebooks, please move them into a new product.&lt;/p&gt;</comment>
                            <comment id="11044" author="aritter" created="Tue, 28 Jun 2016 02:34:00 +0000"  >&lt;p&gt;&quot;createDetGeom&quot; has been moved to a task to be executed from bin.src/createDetGeom.py (command line task didn&apos;t work because there are no data to be processed and no butler to be associated with. Error: &quot;WARNING: Not running the task because there is no data to process; you may preview data using &quot;--show data&quot;&quot;)&lt;/p&gt;

&lt;p&gt;&quot;createRefSpec&quot; has been moved to a command line task&lt;/p&gt;

&lt;p&gt;See drp_stella tickets/&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/INFRA-32&quot; title=&quot;Scrub drp_stella for old large files&quot; class=&quot;issue-link&quot; data-issue-key=&quot;INFRA-32&quot;&gt;&lt;del&gt;INFRA-32&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="11052" author="swinbank" created="Fri, 1 Jul 2016 16:57:55 +0000"  >&lt;p&gt;Comments on the code at &lt;a href=&quot;https://github.com/Subaru-PFS/drp_stella/pull/1&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://github.com/Subaru-PFS/drp_stella/pull/1&lt;/a&gt; &amp;#8211; I think a bit more thought could make the scripts a clearer, but I don&apos;t think there are any obvious regressions here, so we should probably file another issue for refactoring.&lt;/p&gt;

&lt;p&gt;Confirmed that drp_stella is now pruned to a sensible size.&lt;/p&gt;</comment>
                            <comment id="11108" author="swinbank" created="Fri, 15 Jul 2016 17:09:11 +0000"  >&lt;p&gt;Will address provenance of detector geometry in &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/PIPE2D-37&quot; title=&quot;Justify detector geometry constants&quot; class=&quot;issue-link&quot; data-issue-key=&quot;PIPE2D-37&quot;&gt;&lt;del&gt;PIPE2D-37&lt;/del&gt;&lt;/a&gt;. Other comments have been addressed.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="11001">PIPE2D-37</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_10010" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|02qpua:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10005" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="19">2014-13</customfieldvalue>
    <customfieldvalue id="20">2014-14</customfieldvalue>

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