<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:37:00 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-1574] Store disabled FF information</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/INSTRM-1574</link>
                <project id="10300" key="INSTRM">Instrument control development</project>
                    <description>&lt;p&gt;There are several FF disabled because the position is unstable and affects on accuracy/precision of the coordinate transformation. These position need to be stored either on pfs_insdata or on operation database, depending on how static they are. Like dot position (&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/INSTRM-1535&quot; title=&quot;Determine (again) the places to store the dot position&quot; class=&quot;issue-link&quot; data-issue-key=&quot;INSTRM-1535&quot;&gt;&lt;del&gt;INSTRM-1535&lt;/del&gt;&lt;/a&gt;), it can be stored pfs_insdata first, and if they are found rather dynamical, these information should be moved to operatn database.&lt;/p&gt;

&lt;p&gt;By the way, where the ID and position of the broken FFs are stored at present?&lt;/p&gt;</description>
                <environment></environment>
        <key id="22726">INSTRM-1574</key>
            <summary>Store disabled FF information</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="karr">karr</assignee>
                                    <reporter username="yuki.moritani">yuki.moritani</reporter>
                        <labels>
                            <label>EngRun</label>
                    </labels>
                <created>Fri, 8 Apr 2022 19:43:23 +0000</created>
                <updated>Wed, 14 Sep 2022 05:01:51 +0000</updated>
                            <resolved>Wed, 14 Sep 2022 05:01:51 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                <comments>
                            <comment id="30800" author="chyan" created="Fri, 29 Apr 2022 04:01:52 +0000"  >&lt;p&gt;According to the discussion in ICS/MCS meeting, we have create ticket &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/INSTRM-1581&quot; title=&quot;Adding a mask field to the fiducial fiber table in opDB&quot; class=&quot;issue-link&quot; data-issue-key=&quot;INSTRM-1581&quot;&gt;&lt;del&gt;INSTRM-1581&lt;/del&gt;&lt;/a&gt; to address this issue.  It is suggested to use the bit mask to indicate the FF status.  So, I would suggest to close this ticket.&lt;/p&gt;</comment>
                            <comment id="30801" author="yuki.moritani" created="Fri, 29 Apr 2022 04:08:27 +0000"  >&lt;p&gt;It is nice to have bit mask on opDB. Please confirm that FF status is dynamic? For example, Cobra status (disabled etc.) are stored in xml file, and the status are ingested to opDB too, arent&apos; they? I&apos; wonder if it is nice to have the same thing...&lt;/p&gt;</comment>
                            <comment id="31265" author="kiyoto.yabe" created="Wed, 31 Aug 2022 18:48:39 +0000"  >&lt;p&gt;Currently, the bit `mask` column is in `fiducial_fiber` table, which is basically static. `fiducial_fiber_geometry` is a more dynamic table, which can be updated every time we do measurement. So, I guess that bit mask should be in this table if the information persists in opDB.&lt;/p&gt;</comment>
                            <comment id="31297" author="karr" created="Thu, 8 Sep 2022 05:54:39 +0000"  >&lt;p&gt;I&apos;ve put the bad fibre information (as well as the indices out the outer ring fiducials that are used for the initial mask) in a yaml file in pfs_instdata, which is read using a routine in mcsRoutines/mcsRoutines.py.&#160;&lt;/p&gt;

&lt;p&gt;Code has been check to make sure the routines returns the same values as teh code previous in McsCmd.py&lt;/p&gt;

&lt;p&gt;Both ticket branches (pfs_instdata and ics_mcsActor) are tagged 1661, as there are two tickets related to this work.&#160;&lt;/p&gt;

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

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="31305" author="kiyoto.yabe" created="Thu, 8 Sep 2022 23:49:02 +0000"  >&lt;p&gt;According to the meeting with &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;, we need to think further about where `mask` should be in order to trace the history of the mask update.&lt;/p&gt;</comment>
                            <comment id="31306" author="karr" created="Thu, 8 Sep 2022 23:51:40 +0000"  >&lt;p&gt;At the moment I have a yaml file; ultimately, I think incorporating it into the butler with a sequence of dated files and automatic read of the most recent would work best. (ie, the same way the geometry files/dot files are handled).&#160;&lt;/p&gt;</comment>
                            <comment id="31333" author="karr" created="Wed, 14 Sep 2022 05:01:45 +0000"  >&lt;p&gt;branch 1661 of pfs_instdata merged to master (with the yaml file)&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="22861">INSTRM-1661</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="22813">INSTRM-1620</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|zzsui6:r</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10005" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="152">preEngRun07Sep</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>