<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:28:56 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-815] Provide additional opDB columns from FITS headers</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/INSTRM-815</link>
                <project id="10300" key="INSTRM">Instrument control development</project>
                    <description>&lt;p&gt;In relation to &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/INSTRM-751&quot; title=&quot;Update mcsexposure schema with all telescope info required for analysis&quot; class=&quot;issue-link&quot; data-issue-key=&quot;INSTRM-751&quot;&gt;&lt;del&gt;INSTRM-751&lt;/del&gt;&lt;/a&gt;, provide a list of additional columns needed in the opDB &lt;tt&gt;mcs_exposure&lt;/tt&gt; table in order to run the MCS analysis code using the opDB only - that is, without needing to rely on reading any FITS headers.&lt;/p&gt;</description>
                <environment></environment>
        <key id="14003">INSTRM-815</key>
            <summary>Provide additional opDB columns from FITS headers</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="karr">karr</assignee>
                                    <reporter username="hassan">hassan</reporter>
                        <labels>
                    </labels>
                <created>Fri, 15 Nov 2019 22:24:50 +0000</created>
                <updated>Thu, 19 Dec 2019 02:21:23 +0000</updated>
                            <resolved>Mon, 16 Dec 2019 04:26:58 +0000</resolved>
                                                                    <component>spt_operational_database</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                            <comment id="16548" author="karr" created="Thu, 12 Dec 2019 18:53:38 +0000"  >&lt;p&gt;List of FITS header keywords that I use in my analysis, or that we varied as part of the engineering runs,&#160;&lt;/p&gt;


&lt;p&gt;exptime&lt;br/&gt;
altitude&lt;br/&gt;
inr-str&lt;br/&gt;
adc-str&#160;&lt;br/&gt;
dom-tmp&lt;br/&gt;
dom-prs&lt;br/&gt;
dom-hum&lt;br/&gt;
out-tmp&lt;br/&gt;
out-prs&lt;br/&gt;
out-hum&lt;br/&gt;
date-obs&lt;br/&gt;
hst&lt;br/&gt;
w_mccovt&lt;br/&gt;
w_mcm1t&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="16552" author="kiyoto.yabe" created="Thu, 12 Dec 2019 21:02:12 +0000"  >&lt;p&gt;Do you like the exactly same names for the database column as those here?&lt;/p&gt;</comment>
                            <comment id="16553" author="karr" created="Thu, 12 Dec 2019 23:53:29 +0000"  >&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;We should probably use the same format as the other variables (ie, out_tmp instead of out-tmp). The current ones would work, or if we went them to be more descriptive, we could use something like the following.&#160;&lt;/p&gt;

&lt;p&gt;exptime&lt;br/&gt;
altitude&lt;br/&gt;
instrument_rotation&lt;br/&gt;
adc_pa&lt;br/&gt;
dome_temperature&lt;br/&gt;
dome_pressure&lt;br/&gt;
dome_humidity&lt;br/&gt;
outside_temperature&lt;br/&gt;
outside_pressure&lt;br/&gt;
outside_humidity&lt;br/&gt;
date_observed&lt;br/&gt;
hst&lt;br/&gt;
coverpanel_temperature&lt;br/&gt;
mainmirror_temperature&lt;/p&gt;</comment>
                            <comment id="16556" author="kiyoto.yabe" created="Fri, 13 Dec 2019 16:15:28 +0000"  >&lt;p&gt;OK, thank you. I will propose something and ask you to confirm.&lt;/p&gt;</comment>
                            <comment id="16596" author="kiyoto.yabe" created="Thu, 19 Dec 2019 02:14:38 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=karr&quot; class=&quot;user-hover&quot; rel=&quot;karr&quot;&gt;karr&lt;/a&gt; &amp;amp; &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=chyan&quot; class=&quot;user-hover&quot; rel=&quot;chyan&quot;&gt;chyan&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I changed the column names of &lt;b&gt;mcs_exposure&lt;/b&gt; more descriptively like this:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;mcs_frame_id = Column(Integer, primary_key=True, unique=True, index=True, autoincrement=False, comment=&apos;MCS frame identifier as generated from Gen2&apos;)&lt;/li&gt;
	&lt;li&gt;pfs_visit_id = Column(Integer, ForeignKey(&apos;pfs_visit.pfs_visit_id&apos;))&lt;/li&gt;
	&lt;li&gt;&lt;b&gt;mcs_exptime&lt;/b&gt; = Column(REAL, comment=&apos;The exposure time for the frame &lt;span class=&quot;error&quot;&gt;&amp;#91;sec&amp;#93;&lt;/span&gt;&apos;)&lt;/li&gt;
	&lt;li&gt;&lt;b&gt;altitude&lt;/b&gt; = Column(REAL, comment=&apos;The telescope attitude &lt;span class=&quot;error&quot;&gt;&amp;#91;deg&amp;#93;&lt;/span&gt;&apos;)&lt;/li&gt;
	&lt;li&gt;azimuth = Column(REAL, comment=&apos;The telescope azimuth &lt;span class=&quot;error&quot;&gt;&amp;#91;deg&amp;#93;&lt;/span&gt;&apos;)&lt;/li&gt;
	&lt;li&gt;&lt;b&gt;insrot&lt;/b&gt; = Column(REAL, comment=&apos;The telescope instrument rotation angle &lt;span class=&quot;error&quot;&gt;&amp;#91;deg&amp;#93;&lt;/span&gt;&apos;)&lt;/li&gt;
	&lt;li&gt;&lt;b&gt;adc_pa&lt;/b&gt; = Column(REAL, comment=&apos;ADC PA at which the exposure started &lt;span class=&quot;error&quot;&gt;&amp;#91;deg&amp;#93;&lt;/span&gt;&apos;)&lt;/li&gt;
	&lt;li&gt;&lt;b&gt;dome_temperature&lt;/b&gt; = Column(REAL, comment=&apos;Dome temperature &lt;span class=&quot;error&quot;&gt;&amp;#91;K&amp;#93;&lt;/span&gt;&apos;)&lt;/li&gt;
	&lt;li&gt;&lt;b&gt;dome_pressure&lt;/b&gt; = Column(REAL, comment=&apos;Dome pressure &lt;span class=&quot;error&quot;&gt;&amp;#91;hPa&amp;#93;&lt;/span&gt;&apos;)&lt;/li&gt;
	&lt;li&gt;&lt;b&gt;dome_humidity&lt;/b&gt; = Column(REAL, comment=&apos;Dome humidity &lt;span class=&quot;error&quot;&gt;&amp;#91;%&amp;#93;&lt;/span&gt;&apos;)&lt;/li&gt;
	&lt;li&gt;&lt;b&gt;outside_temperature&lt;/b&gt; = Column(REAL, comment=&apos;Outside temperature &lt;span class=&quot;error&quot;&gt;&amp;#91;K&amp;#93;&lt;/span&gt;&apos;)&lt;/li&gt;
	&lt;li&gt;&lt;b&gt;outside_pressure&lt;/b&gt; = Column(REAL, comment=&apos;Outside pressure &lt;span class=&quot;error&quot;&gt;&amp;#91;hPa&amp;#93;&lt;/span&gt;&apos;)&lt;/li&gt;
	&lt;li&gt;&lt;b&gt;outside_humidity&lt;/b&gt; = Column(REAL, comment=&apos;Outside humidity &lt;span class=&quot;error&quot;&gt;&amp;#91;%&amp;#93;&lt;/span&gt;&apos;)&lt;/li&gt;
	&lt;li&gt;&lt;b&gt;mcs_cover_temperature&lt;/b&gt; = Column(REAL, comment=&apos;MCS cover panel temperature &lt;span class=&quot;error&quot;&gt;&amp;#91;degC&amp;#93;&lt;/span&gt;&apos;)&lt;/li&gt;
	&lt;li&gt;&lt;b&gt;mcs_m1_temperature&lt;/b&gt; = Column(REAL, comment=&apos;MCS primary mirror temperature &lt;span class=&quot;error&quot;&gt;&amp;#91;degC&amp;#93;&lt;/span&gt;&apos;)&lt;/li&gt;
	&lt;li&gt;&lt;b&gt;taken_at&lt;/b&gt; = Column(DateTime, comment=&apos;The time at which the exposure was taken &lt;span class=&quot;error&quot;&gt;&amp;#91;YYYY-MM-DDThh-mm-sss&amp;#93;&lt;/span&gt;&apos;)&lt;/li&gt;
	&lt;li&gt;&lt;b&gt;taken_in_hst_at&lt;/b&gt; = Column(DateTime, comment=&apos;The time (in HST) at which the exposure was taken &lt;span class=&quot;error&quot;&gt;&amp;#91;YYYY-MM-DDThh-mm-sss&amp;#93;&lt;/span&gt;&apos;)&lt;/li&gt;
&lt;/ul&gt;


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

&lt;p&gt;Is this all fine with you?&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="13739">INSTRM-751</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|zzs03k:</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>