<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 15:49:46 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-227] Use YamlCamera to describe PFS</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/PIPE2D-227</link>
                <project id="10002" key="PIPE2D">DRP 2-D Pipeline</project>
                    <description>&lt;p&gt;Switch from FITS to yaml files to describe the PFS camera and detectors&lt;/p&gt;</description>
                <environment></environment>
        <key id="11708">PIPE2D-227</key>
            <summary>Use YamlCamera to describe PFS</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="rhl">rhl</assignee>
                                    <reporter username="rhl">rhl</reporter>
                        <labels>
                    </labels>
                <created>Sat, 22 Jul 2017 19:57:24 +0000</created>
                <updated>Thu, 27 Jul 2017 20:01:50 +0000</updated>
                            <resolved>Thu, 27 Jul 2017 20:01:50 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                <comments>
                            <comment id="12414" author="rhl" created="Sun, 23 Jul 2017 02:15:04 +0000"  >&lt;p&gt;Not all that urgent, but I&apos;d like to switch all the obs packages to yaml.  The yamlCamera support is on master obs_base so it should be in w_2017_29.&lt;/p&gt;

&lt;p&gt;Note that I switched the defect naming over too (it made sense to do it together as the chip names are used as keys in the yaml file)&lt;/p&gt;</comment>
                            <comment id="12425" author="price" created="Tue, 25 Jul 2017 23:54:37 +0000"  >&lt;ul&gt;
	&lt;li&gt;&lt;tt&gt;PfsCamera&lt;/tt&gt;: what about changing the &lt;tt&gt;YamlCamera&lt;/tt&gt; so that it will load from a default (in a class variable), instead of having the subclass doing the defaulting?&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;camera.yaml&lt;/tt&gt;: I&apos;m not familiar with the higher-order features of YAML, but I think I can guess what&apos;s going on &amp;#8212; neat!
	&lt;ul&gt;
		&lt;li&gt;The indentation is weird: 3 spaces for some, 5 for others.&lt;/li&gt;
		&lt;li&gt;Am I right in thinking that you&apos;re faking up one large CCD with multiple individual ones? Or do you really have a single CCD with 8 amps?&lt;/li&gt;
		&lt;li&gt;Are you only including a single optical double spectrograph because that&apos;s all we&apos;ve got hardware-wise at the moment (no NIR)?&lt;/li&gt;
		&lt;li&gt;Why are the names &lt;tt&gt;1r&lt;/tt&gt; and &lt;tt&gt;1b&lt;/tt&gt; within the YAML, but they&apos;re referred to as &quot;r1&quot; and &quot;b1&quot; in comments and descriptions?&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;genDefectRegistry.py&lt;/tt&gt; looks familiar. Has it been copied from somewhere (like obs_subaru)? If so, can we push it up to perhaps obs_base (and maybe &lt;tt&gt;genDefectFits.py&lt;/tt&gt; too)?&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12443" author="rhl" created="Wed, 26 Jul 2017 21:26:27 +0000"  >&lt;p&gt;&amp;gt; PfsCamera: what about changing the YamlCamera so that it will load from a default (in a class variable), instead of having the subclass doing the defaulting?&lt;/p&gt;

&lt;p&gt;I didn&apos;t want to do that until it becomes the accepted camera description.  Maybe a mistake, but let&apos;s handle the then (I want to rename &lt;tt&gt;CCDs&lt;/tt&gt; to &lt;tt&gt;Detectors&lt;/tt&gt; at the same time);  one motivation is that I can get a usable obs_base from w_2017_29 if I don&apos;t make this change now.  I&apos;ll add a note to some suitable ticket.&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;I&apos;ll fix the indentation;&lt;/li&gt;
	&lt;li&gt;PFS uses a pair of 2kx4k CCDs and pretends (at the FPGA level) that it&apos;s a single 8kx8k;&lt;/li&gt;
	&lt;li&gt;New don&apos;t have any IR detectors cold, but a pair of blue chips will be cold sometime within a month;&lt;/li&gt;
	&lt;li&gt;I&apos;ll fix the 1r/r1 problem (it&apos;s an open issue in DAMD)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;The genDefectRegistry.py is lightly modified from obs_subaru (to deal with detector names not ccd numbers).  We should open a ticket to do this properly and move to obs_base&lt;/p&gt;</comment>
                            <comment id="12445" author="rhl" created="Wed, 26 Jul 2017 21:46:40 +0000"  >&lt;p&gt;See &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/DAMD-12&quot; title=&quot;Change order of spectrograph and arm in data model from e.g. 1r to e.g. r1&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DAMD-12&quot;&gt;&lt;del&gt;DAMD-12&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="12456" author="rhl" created="Thu, 27 Jul 2017 20:01:50 +0000"  >&lt;p&gt;Merged to master.  You need &lt;tt&gt;obs_psf&lt;/tt&gt;, &lt;tt&gt;datamodel&lt;/tt&gt;, &lt;tt&gt;drp_stella&lt;/tt&gt; and &lt;tt&gt;drp_stella_data&lt;/tt&gt; as part of this work involved &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/DAMD-12&quot; title=&quot;Change order of spectrograph and arm in data model from e.g. 1r to e.g. r1&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DAMD-12&quot;&gt;&lt;del&gt;DAMD-12&lt;/del&gt;&lt;/a&gt; (the 1r -&amp;gt; r1 transition)&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|ii02iv:</customfieldvalue>

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