<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:00:37 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-969] Allow ingesting PFSD (guider) files</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/PIPE2D-969</link>
                <project id="10002" key="PIPE2D">DRP 2-D Pipeline</project>
                    <description>&lt;p&gt;We need to ingest PFSD files, for the sake of butler access. These are different from PFSA files in two obvious ways:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;There are six guide cameras, and each PFSD file will contain N*6 HDUs, for N exposures taken with all six cameras. We will want butler access to the Nth set of images, etc.&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;The filenames &lt;tt&gt;PFSDvvvvvvss.fits&lt;/tt&gt; do have a 6-digit visit (matching the running SPS/PFS visit), but instead of an SM and an arm for the last two digits there is a two-digit &quot;batch number&quot; within the visit. The batch number is, unfortunately, indirect: it will increment from 00..99, but within each PFSD file there can be 1..N actual exposures. We currently envision N &amp;lt;= 5 (umm, 5 * 100 5s exposures will let us directly link the guide images for a ~40min visit).&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="22601">PIPE2D-969</key>
            <summary>Allow ingesting PFSD (guider) 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="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="cloomis">cloomis</reporter>
                        <labels>
                    </labels>
                <created>Wed, 26 Jan 2022 02:40:14 +0000</created>
                <updated>Wed, 16 Feb 2022 18:44:05 +0000</updated>
                            <resolved>Wed, 16 Feb 2022 18:44:05 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                <comments>
                            <comment id="30378" author="rhl" created="Wed, 26 Jan 2022 21:37:38 +0000"  >&lt;p&gt;I think for now that we just need a template that includes the ability to specify an hdu, and push the agony into the user code.  I think that Tim made this harder for gen3, but we can face that later&lt;/p&gt;</comment>
                            <comment id="30460" author="price" created="Mon, 14 Feb 2022 22:47:23 +0000"  >&lt;p&gt;&lt;del&gt;I need some examples to test with, please.&lt;/del&gt;&lt;br/&gt;
I found some in &lt;tt&gt;/projects/HSC/PFS/Subaru/raw/2021-11-18/agcc&lt;/tt&gt;.&lt;/p&gt;</comment>
                            <comment id="30463" author="price" created="Tue, 15 Feb 2022 20:49:41 +0000"  >&lt;p&gt;Following:&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;
(lsst-scipipe) pprice@tiger2-sumire:/scratch/pprice/pipe2d-969 $ echo lsst.obs.pfs.PfsMapper &amp;gt; _mapper
(lsst-scipipe) pprice@tiger2-sumire:/scratch/pprice/pipe2d-969 $ ingestPfsImages.py /scratch/pprice/pipe2d-969/ /projects/HSC/PFS/Subaru/raw/2021-11-18/agcc/PFSD*.fits
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;we can now:&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;
from lsst.daf.persistence &lt;span class=&quot;code-keyword&quot;&gt;import&lt;/span&gt; Butler
butler = Butler(&lt;span class=&quot;code-quote&quot;&gt;&quot;.&quot;&lt;/span&gt;)
exposure = butler.get(&lt;span class=&quot;code-quote&quot;&gt;&quot;guider&quot;&lt;/span&gt;, visit=70901, sequence=0, hdu=1)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="30466" author="hassan" created="Wed, 16 Feb 2022 18:13:05 +0000"  >&lt;p&gt;Changes look fine.&lt;/p&gt;</comment>
                            <comment id="30467" author="price" created="Wed, 16 Feb 2022 18:44:05 +0000"  >&lt;p&gt;Merged.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="19140">INSTRM-1469</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="10805">DAMD-2</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="18359">INSTRM-1458</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="22595">INSTRM-1509</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|02qpq3:r3s00000000007</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10005" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="134">2DDRP-2022 B</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10002" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                        </customfields>
    </item>
</channel>
</rss>