<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:32:38 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-1173] add dedicated IIC commands for SuNSS</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/INSTRM-1173</link>
                <project id="10300" key="INSTRM">Instrument control development</project>
                    <description>&lt;p&gt;We&apos;ll a limited set of IIC command for SuNSS:&lt;br/&gt;
basically : &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;iic startSuNSSAcquisition exptime=...
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;In other words,  take a scienceObject on the SM fed by SuNSS.&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;iic finishSuNSSAcquisition
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Close the shutter(s) right away, create the file(ccd read) and return.&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;iic abortSuNSSAcquisition
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Close the shutter(s) right away, trash the file and return.&lt;/p&gt;</description>
                <environment></environment>
        <key id="15258">INSTRM-1173</key>
            <summary>add dedicated IIC commands for SuNSS</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="arnaud.lefur">arnaud.lefur</assignee>
                                    <reporter username="arnaud.lefur">arnaud.lefur</reporter>
                        <labels>
                            <label>SPS</label>
                            <label>SuNSS</label>
                    </labels>
                <created>Thu, 4 Feb 2021 18:19:45 +0000</created>
                <updated>Tue, 16 Feb 2021 12:52:27 +0000</updated>
                            <resolved>Tue, 16 Feb 2021 12:52:27 +0000</resolved>
                                                                    <component>ics_iicActor</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                <comments>
                            <comment id="18463" author="cloomis" created="Wed, 10 Feb 2021 17:05:05 +0000"  >&lt;p&gt;One clarification:&lt;/p&gt;

&lt;p&gt;The SuNSS acquisition sequence is identical to the regular SPS science acquisition sequence, just limited to the single SM: eek starts commanding N-minute science exposures until it is told to stop. The sunssActor only acts when the telescope starts guiding on a new field (or flat-field) and when it leaves the field. It just needs to be able to alert iic about those transitions.&lt;/p&gt;

&lt;p&gt;See the step (&quot;IIC SPS startExposures&quot; and &quot;IIC SPS finishExposure&quot; steps, or whatever they end up being named) in &lt;a href=&quot;https://github.com/Subaru-PFS/ics_iicActor/blob/master/docs/field_command.md&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://github.com/Subaru-PFS/ics_iicActor/blob/master/docs/field_command.md&lt;/a&gt; &amp;#8211; all the rest of that logic is taken care of outside of PFS, and the sunssActor detects when it has been.&lt;/p&gt;

&lt;p&gt;Up to you how to wrap those. Could add an &lt;tt&gt;sm=sunss&lt;/tt&gt;&#160;argument to the main startScienceExposures command (or whatever it is called), or add your proposed command.&lt;/p&gt;

&lt;p&gt;For the &lt;tt&gt;ICC SPS finishField&lt;/tt&gt; step from the &lt;tt&gt;field_command&lt;/tt&gt; document, IIC needs to close the shutters immediately and optionally read out. Again, either tweak the main command or add your proposed one.&lt;/p&gt;

&lt;p&gt;We will not need the proposed &lt;tt&gt;abort&lt;/tt&gt; command, I don&apos;t think. iic is the actor which decides whether the running exposure is long enough to keep or not. &lt;/p&gt;

&lt;p&gt;sunssActor will (we hope) be able to tell icc whether the exposure is a flat-field, i.e. &lt;tt&gt;iic expose scienceFlat sm=sunss&lt;/tt&gt;, maybe. &lt;/p&gt;

</comment>
                            <comment id="18496" author="arnaud.lefur" created="Sun, 14 Feb 2021 12:28:27 +0000"  >&lt;p&gt;OK when do you &lt;b&gt;need&lt;/b&gt; this &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; ?&lt;/p&gt;</comment>
                            <comment id="18499" author="cloomis" created="Mon, 15 Feb 2021 00:50:25 +0000"  >&lt;p&gt;Good question. Cable B is on the Fiber Monitoring System at the start of this week, but they do intend to switch to SPS &quot;mid-week&quot;.&lt;/p&gt;

&lt;p&gt;It is really not clear yet how well we can currently observe with SuNSS automatically. Even with a single instrument we expect to be &quot;good&quot; for us &amp;#8211; HSC &amp;#8211; different nights show different patterns and some patterns will require more knowledge. What I&apos;d saying is that we do need at least &lt;tt&gt;startSuNSS exptime=&lt;/tt&gt; and &lt;tt&gt;finishSuNSS&lt;/tt&gt;, but might well need more later.&lt;/p&gt;</comment>
                            <comment id="18522" author="arnaud.lefur" created="Tue, 16 Feb 2021 12:52:27 +0000"  >&lt;p&gt;Those are now implemented :&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;iic sps startExposures exptime=..
iic sps finishExposure
iic scienceFlat exptime=..
&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|02qpuc:i6001gr068fhw9qo4o0ma</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10005" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="99">SM1PD-2021 A 2</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10002" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                        </customfields>
    </item>
</channel>
</rss>