<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:36:06 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-1493] Add AG CCD temperature to actor key</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/INSTRM-1493</link>
                <project id="10300" key="INSTRM">Instrument control development</project>
                    <description>&lt;p&gt;At present, agccActor reads AG CCD temperatures (TEC temperature?) but they are not broadcasted. It is nice to get CCD temperature via MHS so that we can monitor the temperature more easily.&lt;/p&gt;</description>
                <environment></environment>
        <key id="22568">INSTRM-1493</key>
            <summary>Add AG CCD temperature to actor key</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="chyan">chyan</assignee>
                                    <reporter username="yuki.moritani">yuki.moritani</reporter>
                        <labels>
                            <label>EngRun</label>
                    </labels>
                <created>Fri, 17 Dec 2021 05:53:03 +0000</created>
                <updated>Fri, 18 Feb 2022 08:01:22 +0000</updated>
                            <resolved>Fri, 18 Feb 2022 08:01:22 +0000</resolved>
                                                                    <component>ics_agccActor</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                <comments>
                            <comment id="30486" author="chyan" created="Fri, 18 Feb 2022 07:57:19 +0000"  >&lt;p&gt;I confirmed the CCD temperature keys are implemented in the master tree.&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;
# Define typed command arguments &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; the above commands.
  self.keys = keys.KeysDictionary(&lt;span class=&quot;code-quote&quot;&gt;&quot;agcc_agcc&quot;&lt;/span&gt;, (1, 1),
                     keys.Key(&lt;span class=&quot;code-quote&quot;&gt;&quot;exptime&quot;&lt;/span&gt;, types.&lt;span class=&quot;code-object&quot;&gt;Float&lt;/span&gt;(), help=&lt;span class=&quot;code-quote&quot;&gt;&quot;The exposure time&quot;&lt;/span&gt;),
                     keys.Key(&lt;span class=&quot;code-quote&quot;&gt;&quot;cameras&quot;&lt;/span&gt;, types.&lt;span class=&quot;code-object&quot;&gt;String&lt;/span&gt;(), help=&lt;span class=&quot;code-quote&quot;&gt;&quot;List of active cameras[1-6]&quot;&lt;/span&gt;),
                     keys.Key(&lt;span class=&quot;code-quote&quot;&gt;&quot;bx&quot;&lt;/span&gt;, types.Int(), help=&lt;span class=&quot;code-quote&quot;&gt;&quot;Serial Binning&quot;&lt;/span&gt;),
                     keys.Key(&lt;span class=&quot;code-quote&quot;&gt;&quot;by&quot;&lt;/span&gt;, types.Int(), help=&lt;span class=&quot;code-quote&quot;&gt;&quot;Parallel Binning&quot;&lt;/span&gt;),
                     keys.Key(&lt;span class=&quot;code-quote&quot;&gt;&quot;cx&quot;&lt;/span&gt;, types.Int(), help=&lt;span class=&quot;code-quote&quot;&gt;&quot;Corner x coordinate&quot;&lt;/span&gt;),
                     keys.Key(&lt;span class=&quot;code-quote&quot;&gt;&quot;cy&quot;&lt;/span&gt;, types.Int(), help=&lt;span class=&quot;code-quote&quot;&gt;&quot;Corner y coordinate&quot;&lt;/span&gt;),
                     keys.Key(&lt;span class=&quot;code-quote&quot;&gt;&quot;sx&quot;&lt;/span&gt;, types.Int(), help=&lt;span class=&quot;code-quote&quot;&gt;&quot;Serial size&quot;&lt;/span&gt;),
                     keys.Key(&lt;span class=&quot;code-quote&quot;&gt;&quot;sy&quot;&lt;/span&gt;, types.Int(), help=&lt;span class=&quot;code-quote&quot;&gt;&quot;Parallel size&quot;&lt;/span&gt;),
                     keys.Key(&lt;span class=&quot;code-quote&quot;&gt;&quot;mode&quot;&lt;/span&gt;, types.Int(), help=&lt;span class=&quot;code-quote&quot;&gt;&quot;Readout mode&quot;&lt;/span&gt;),
                     keys.Key(&lt;span class=&quot;code-quote&quot;&gt;&quot;temperature&quot;&lt;/span&gt;, types.&lt;span class=&quot;code-object&quot;&gt;Float&lt;/span&gt;(), help=&lt;span class=&quot;code-quote&quot;&gt;&quot;CCD temperature&quot;&lt;/span&gt;),
                     keys.Key(&lt;span class=&quot;code-quote&quot;&gt;&quot;camera&quot;&lt;/span&gt;, types.Int(), help=&lt;span class=&quot;code-quote&quot;&gt;&quot;Camera ID&quot;&lt;/span&gt;),
                     keys.Key(&lt;span class=&quot;code-quote&quot;&gt;&quot;regions&quot;&lt;/span&gt;, types.&lt;span class=&quot;code-object&quot;&gt;String&lt;/span&gt;(), help=&lt;span class=&quot;code-quote&quot;&gt;&quot;Regions of interest, x1,y1,d1,x2,y2,d2&quot;&lt;/span&gt;),
                     keys.Key(&lt;span class=&quot;code-quote&quot;&gt;&quot;sequence&quot;&lt;/span&gt;, types.Int(), help=&lt;span class=&quot;code-quote&quot;&gt;&quot;Sequence ID&quot;&lt;/span&gt;),
                     keys.Key(&lt;span class=&quot;code-quote&quot;&gt;&quot;count&quot;&lt;/span&gt;, types.Int(), help=&lt;span class=&quot;code-quote&quot;&gt;&quot;&lt;span class=&quot;code-object&quot;&gt;Number&lt;/span&gt; of exposures in sequence&quot;&lt;/span&gt;),
                     keys.Key(&lt;span class=&quot;code-quote&quot;&gt;&quot;pfsVisitId&quot;&lt;/span&gt;, types.Int(), help=&lt;span class=&quot;code-quote&quot;&gt;&quot;pfs_visit_id assigned by IIC&quot;&lt;/span&gt;),
                     keys.Key(&lt;span class=&quot;code-quote&quot;&gt;&quot;combined&quot;&lt;/span&gt;, types.Int(), help=&lt;span class=&quot;code-quote&quot;&gt;&quot;0/1: multiple FITS files/single FITS file&quot;&lt;/span&gt;),
                     keys.Key(&lt;span class=&quot;code-quote&quot;&gt;&quot;centroid&quot;&lt;/span&gt;, types.Int(), help=&lt;span class=&quot;code-quote&quot;&gt;&quot;0/1: &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; 1 &lt;span class=&quot;code-keyword&quot;&gt;do&lt;/span&gt; centroid &lt;span class=&quot;code-keyword&quot;&gt;else&lt;/span&gt; don&apos;t&quot;&lt;/span&gt;),
                     keys.Key(&lt;span class=&quot;code-quote&quot;&gt;&quot;fwhmx&quot;&lt;/span&gt;, types.&lt;span class=&quot;code-object&quot;&gt;Float&lt;/span&gt;(), help=&lt;span class=&quot;code-quote&quot;&gt;&quot;X fwhm &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; centroid routine&quot;&lt;/span&gt;),
                     keys.Key(&lt;span class=&quot;code-quote&quot;&gt;&quot;fwhmy&quot;&lt;/span&gt;, types.&lt;span class=&quot;code-object&quot;&gt;Float&lt;/span&gt;(), help=&lt;span class=&quot;code-quote&quot;&gt;&quot;Y fwhm &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; centroid routine&quot;&lt;/span&gt;),
                     keys.Key(&lt;span class=&quot;code-quote&quot;&gt;&quot;boxFind&quot;&lt;/span&gt;, types.Int(), help=&lt;span class=&quot;code-quote&quot;&gt;&quot;box size &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; finding spots&quot;&lt;/span&gt;),
                     keys.Key(&lt;span class=&quot;code-quote&quot;&gt;&quot;boxCent&quot;&lt;/span&gt;, types.Int(), help=&lt;span class=&quot;code-quote&quot;&gt;&quot;box size &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; centroiding spots&quot;&lt;/span&gt;),
                     keys.Key(&lt;span class=&quot;code-quote&quot;&gt;&quot;nmin&quot;&lt;/span&gt;, types.Int(), help=&lt;span class=&quot;code-quote&quot;&gt;&quot;minimum number of points &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; spot&quot;&lt;/span&gt;),
                     keys.Key(&lt;span class=&quot;code-quote&quot;&gt;&quot;nmax&quot;&lt;/span&gt;, types.Int(), help=&lt;span class=&quot;code-quote&quot;&gt;&quot;max number of points &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; spot&quot;&lt;/span&gt;),
                     keys.Key(&lt;span class=&quot;code-quote&quot;&gt;&quot;maxIt&quot;&lt;/span&gt;, types.Int(), help=&lt;span class=&quot;code-quote&quot;&gt;&quot;maximum number of iterations &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; centroiding&quot;&lt;/span&gt;),
                     keys.Key(&lt;span class=&quot;code-quote&quot;&gt;&quot;findSigma&quot;&lt;/span&gt;, types.&lt;span class=&quot;code-object&quot;&gt;Float&lt;/span&gt;(), help=&lt;span class=&quot;code-quote&quot;&gt;&quot;threshhold &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; finding spots&quot;&lt;/span&gt;),
                     keys.Key(&lt;span class=&quot;code-quote&quot;&gt;&quot;centSigma&quot;&lt;/span&gt;, types.&lt;span class=&quot;code-object&quot;&gt;Float&lt;/span&gt;(), help=&lt;span class=&quot;code-quote&quot;&gt;&quot;threshhold &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; calculating moments of spots&quot;&lt;/span&gt;),
                     keys.Key(&lt;span class=&quot;code-quote&quot;&gt;&quot;threshSigma&quot;&lt;/span&gt;, types.&lt;span class=&quot;code-object&quot;&gt;Float&lt;/span&gt;(), help=&lt;span class=&quot;code-quote&quot;&gt;&quot;threshhold calculating background level&quot;&lt;/span&gt;),
                     keys.Key(&lt;span class=&quot;code-quote&quot;&gt;&quot;threshFact&quot;&lt;/span&gt;, types.&lt;span class=&quot;code-object&quot;&gt;Float&lt;/span&gt;(), help=&lt;span class=&quot;code-quote&quot;&gt;&quot;factor &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; engineering threshold measurements&quot;&lt;/span&gt;),
                    keys.Key(&lt;span class=&quot;code-quote&quot;&gt;&quot;cMethod&quot;&lt;/span&gt;, types.&lt;span class=&quot;code-object&quot;&gt;String&lt;/span&gt;(), help=&lt;span class=&quot;code-quote&quot;&gt;&quot;method to use &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; centroiding (win, sep)&quot;&lt;/span&gt;),
                                        )

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&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|02qpqk:6</customfieldvalue>

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