<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:40:33 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>[INSTRM-1875] missing pfsConfig (PFSF*fits) headers to archive on STARS</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/INSTRM-1875</link>
                <project id="10300" key="INSTRM">Instrument control development</project>
                    <description>&lt;p&gt;As reported on &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/INSTRM-1446&quot; title=&quot;Pass pfsConfig files to Gen2&quot; class=&quot;issue-link&quot; data-issue-key=&quot;INSTRM-1446&quot;&gt;&lt;del&gt;INSTRM-1446&lt;/del&gt;&lt;/a&gt;, pfsConfig files (PFSF*fits) failed to archive on STARS because of missing header cards, namely&#160;&lt;tt&gt;DATA-TYP&lt;/tt&gt;,&#160;&lt;tt&gt;EQUINOX&lt;/tt&gt;,&#160;&lt;tt&gt;RA2000&lt;/tt&gt;,&#160;&lt;tt&gt;DEC2000&lt;/tt&gt;,&#160;&lt;tt&gt;RADECSYS&lt;/tt&gt;,&#160;&lt;tt&gt;WCS-ORIG&lt;/tt&gt;&lt;/p&gt;

&lt;p&gt;Note that FITS committee is thinking there are many constraints to archive the metadata like the pfsConfig files in the same framework as the detector data, and&#160; trying to discuss how to archive the metadata.&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Note: as commented below&#160;&lt;tt&gt;RA, DEC, DATE-OBS, EQUINOX, DATA-TYP, PROP-ID, FRAMEID&lt;/tt&gt; cards should be sorted out.&lt;/p&gt;</description>
                <environment></environment>
        <key id="23273">INSTRM-1875</key>
            <summary>missing pfsConfig (PFSF*fits) headers to archive on STARS</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="cloomis">cloomis</assignee>
                                    <reporter username="yuki.moritani">yuki.moritani</reporter>
                        <labels>
                            <label>EngRun</label>
                            <label>FITS</label>
                    </labels>
                <created>Wed, 1 Mar 2023 09:44:45 +0000</created>
                <updated>Thu, 6 Apr 2023 20:58:22 +0000</updated>
                            <resolved>Thu, 6 Apr 2023 19:56:11 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                <comments>
                            <comment id="32331" author="cloomis" created="Wed, 1 Mar 2023 23:37:12 +0000"  >&lt;p&gt;We certainly can easily add more of the &lt;tt&gt;gen2&lt;/tt&gt; card block as seen in the PFSA files, which would include most of those cards.&lt;/p&gt;

&lt;p&gt;But I think a basic question is whether we just need to add a few more cards or whether the required card list is actually the full &lt;tt&gt;Common&lt;/tt&gt; list in the NAOJ &lt;a href=&quot;https://www.naoj.org/Observing/fits/data/basic_keyword_dictionary.html&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;Subaru Telescope Basic FITS Header Keyword Dictionary&lt;/a&gt;.&#160;If that &lt;tt&gt;Common&lt;/tt&gt; list only applied to files with &lt;b&gt;image data&lt;/b&gt; we would be fine, but it currently is required from &lt;b&gt;all&lt;/b&gt; FITS files, and I think is what the STARS acceptance scripts are based on.  &lt;/p&gt;

&lt;p&gt;That declared &lt;tt&gt;WCS-ORIG&lt;/tt&gt; requirement worries me &#8211; does that imply that we will be asked for a WCS? Since we have no image data even a false WCS makes little sense &#8211; what would CRPIX1 refer to? Is that even legal?&lt;/p&gt;

&lt;p&gt;None of the NAOJ-approved values for &lt;tt&gt;DATA-TYP&lt;/tt&gt; look right to me. Since we are archiving one PFSF per PFSA file we could use the SPS DATA-TYP, I suppose. &quot;None&quot; has been suggested, but is not in the NAOJ list.&lt;/p&gt;

&lt;p&gt;For SPS-aligned PFSA visits we could add the expected &lt;tt&gt;EXPTIME&lt;/tt&gt;. We could also add HST/UT/LST timestamps which would be a handful of seconds off the real value, or could describe when the cobras were moved. But these cards are getting far from the real &lt;tt&gt;pfsConfig&lt;/tt&gt; content....&lt;/p&gt;

&lt;p&gt;I know that we want to quickly help this process along, but can we find out what the final requirements are before we do any further work? The requested list is, after all, a list we got after implementing &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/INSTRM-1863&quot; title=&quot;Add a few FITS header to pfsConfig file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;INSTRM-1863&quot;&gt;&lt;del&gt;INSTRM-1863&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="32488" author="yuki.moritani" created="Thu, 30 Mar 2023 17:16:56 +0000"  >&lt;p&gt;From follow-up conversations with Pyo-san and the Subaru FITS committee, the following 7 cards are requested as minimum requirement to archive. :&#160;&#160;RA, DEC, DATE-OBS, EQUINOX, DATA-TYP, PROP-ID, FRAMEID&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;RA, DEC: the command (design) positions are set although Subaru&apos;s definition is the real positions. FITS committee allow us to keep command value (=designed value) but told us to put a comment that these are&#160; command value . Unit should be sexagesimal.&lt;/li&gt;
	&lt;li&gt;EQUINOX: as long as RA,DEC is used for pointing telescope, they ask us to set &quot;J2000&quot; (fixed).&lt;/li&gt;
	&lt;li&gt;DATA-TYP: set META_{TATA-TYP of PFSA file}&lt;/li&gt;
	&lt;li&gt;(DATE-OBS, PROP-ID, FRAMEID: already implemented)&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32530" author="cloomis" created="Thu, 6 Apr 2023 15:37:12 +0000"  >&lt;p&gt;DATA-TYP and EQUINOX added to &lt;tt&gt;ics_utils&lt;/tt&gt;.&lt;/p&gt;

&lt;p&gt;Any changes to RA/DEC would be done to &lt;tt&gt;datamodel&lt;/tt&gt;, not &lt;tt&gt;ics_utils&lt;/tt&gt;. I will point out that any conversion to sexagesimal would be hidden behind the datamodel persistence code &amp;#8211; it can be done.&lt;/p&gt;</comment>
                            <comment id="32536" author="cloomis" created="Thu, 6 Apr 2023 19:56:11 +0000"  >&lt;p&gt;ics_utils tagged 1.6.11&lt;/p&gt;

&lt;p&gt;If we will need RA and DEC formatting changed to sexagesimal, that should be filed as a &lt;tt&gt;datamodel&lt;/tt&gt; ticket.&lt;/p&gt;</comment>
                            <comment id="32538" author="yuki.moritani" created="Thu, 6 Apr 2023 20:58:22 +0000"  >&lt;p&gt;Just for recording, STARS will accept RA,DEC in deg format. But we still need to modify the comments.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="23334">INSTRM-1913</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|02qpjd:00r3000k0012m</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10005" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="163">PreEng11Apr1</customfieldvalue>

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