<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:25:53 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-522] Move date/time and frame card creation from gen2Actor into actorcore.</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/INSTRM-522</link>
                <project id="10300" key="INSTRM">Instrument control development</project>
                    <description>&lt;p&gt;I&apos;m pulling the header generation apart into smaller pieces. The time and frame cards should be generated by PFS and not Gen2 (we have better knowledge of exposure timing)&lt;/p&gt;

&lt;p&gt;I&apos;ll leave the routines in the gen2Actor for now, but they should be moved into tron_actorcore or pfs_utils.&lt;/p&gt;

&lt;p&gt;[ This is &lt;em&gt;not&lt;/em&gt; required for MCS engineering. ]&lt;/p&gt;</description>
                <environment></environment>
        <key id="12925">INSTRM-522</key>
            <summary>Move date/time and frame card creation from gen2Actor into actorcore.</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="cloomis">cloomis</reporter>
                        <labels>
                            <label>FITS</label>
                            <label>ICS</label>
                            <label>MCS</label>
                            <label>SPS</label>
                    </labels>
                <created>Wed, 10 Oct 2018 18:18:53 +0000</created>
                <updated>Thu, 14 May 2020 12:04:29 +0000</updated>
                            <resolved>Thu, 14 May 2020 07:58:34 +0000</resolved>
                                                                    <component>ics_gen2Actor</component>
                    <component>tron_actorcore</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                            <comment id="14507" author="cloomis" created="Thu, 8 Nov 2018 22:44:54 +0000"  >&lt;p&gt;This includes LST, etc.&lt;/p&gt;</comment>
                            <comment id="16207" author="cloomis" created="Tue, 1 Oct 2019 21:31:54 +0000"  >&lt;p&gt;&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=furu&quot; class=&quot;user-hover&quot; rel=&quot;furu&quot;&gt;Hisanori Furusawa&lt;/a&gt; Here is an example of what has been implemented for time cards and what I understand we should be generating. Before we commit to this, I&apos;d like to re-ask a couple of clarifying questions just in case something has changed recently:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Is UTC the only possible TIMESYS? No TAI?&lt;/li&gt;
	&lt;li&gt;Can any of the time values contain both date and time?&lt;/li&gt;
&lt;/ul&gt;


&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;TIMESYS = &apos;UTC&apos;                / Time System used in the header
DATE-OBS= &apos;2000-01-01&apos;         / [YMD] Observation start
MJD-STR =              51544.0 / [d] MJD at exposure start
UT-STR  = &apos;00:00:00.000&apos;       / [HMS] UT at exposure start
HST-STR = &apos;14:00:00.000&apos;       / [HMS] HST at exposure start
LST-STR = &apos;20:17:57.509&apos;       / [HMS] LST at exposure start
MJD     =       51544.00002894 / [d] MJD at mid-exposure
UT      = &apos;00:00:02.500&apos;       / [HMS] UT at mid-exposure
HST     = &apos;14:00:02.500&apos;       / [HMS] HST at mid-exposure
LST     = &apos;20:18:00.016&apos;       / [HMS] LST at mid-exposure
MJD-END =       51544.00005787 / [d] MJD at exposure end
UT-END  = &apos;00:00:05.000&apos;       / [HMS] UT at exposure end
HST-END = &apos;14:00:05.000&apos;       / [HMS] HST at exposure end
LST-END = &apos;20:18:02.523&apos;       / [HMS] LST at exposure end
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="16211" author="furu" created="Wed, 2 Oct 2019 03:59:56 +0000"  >&lt;p&gt;Thank you &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=cloomis&quot; class=&quot;user-hover&quot; rel=&quot;cloomis&quot;&gt;cloomis&lt;/a&gt;. I think the list is complete.&lt;br/&gt;
The MJD-STR seems to have a value format that is different from the dictionary.&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;MJD-STR =              51544.0 / [d] MJD at exposure start  --&amp;gt; F20.8
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;TIMESYS: in the current Subaru FITS rule, it should be &apos;UT&apos;. The rule needs to be updated if TAI is really required. Also needs to check any impacts with the other systems like STARS and Gen2.&lt;/p&gt;

&lt;p&gt;I do not think the current time keywords allow to contain the date. Under the current scheme, if you want to put a timestamp for something, either you would define such an instrument-specific keyword containing both date and time, or identify the time based on a combination of what is given by TIMESYS (it&apos;s &apos;UTC&apos; now, though) and the time string in the keyword.&lt;/p&gt;</comment>
                            <comment id="17154" author="cloomis" created="Thu, 14 May 2020 07:58:35 +0000"  >&lt;p&gt;Unchanged since 2019-10-01 comment and revision af8dbf1. In tags 2.1.3 and later.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="13775">INSTRM-778</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10002">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="13663">INSTRM-704</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="12822">INSTRM-484</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="12906">INSTRM-506</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|02qpuc:i6001gtpi8zx0k0109</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10005" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="77">SM1PD-2020 B</customfieldvalue>
    <customfieldvalue id="78">SM1PD-2020 C</customfieldvalue>
    <customfieldvalue id="79">SM1PD-2020 D</customfieldvalue>
    <customfieldvalue id="82">SM1PD-2020 E</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>