<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:43:30 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-2148] Missing spots in MCS image</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/INSTRM-2148</link>
                <project id="10300" key="INSTRM">Instrument control development</project>
                    <description>&lt;p&gt;During the MCS re-alignment work, we found some cobras are missing in the obslog.  By looking at the image, there are spots but we failed to detect them.  We should try to recover those spots before Subaru fix this from hardware side. &lt;/p&gt;</description>
                <environment></environment>
        <key id="24380">INSTRM-2148</key>
            <summary>Missing spots in MCS image</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="3" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/statuses/inprogress.png" description="This issue is being actively worked on at the moment by the assignee.">In Progress</status>
                    <statusCategory id="4" key="indeterminate" colorName="yellow"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="karr">karr</assignee>
                                    <reporter username="chyan">chyan</reporter>
                        <labels>
                            <label>EngRun</label>
                    </labels>
                <created>Thu, 18 Jan 2024 03:23:46 +0000</created>
                <updated>Wed, 7 Feb 2024 07:22:18 +0000</updated>
                                                                            <component>ics_mcsActor</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                            <comment id="36768" author="yuki.moritani" created="Wed, 24 Jan 2024 00:33:09 +0000"  >&lt;p&gt;Note: these faint fibers were sometimes detected in December 2023 (e.g., visit=104112)&lt;/p&gt;</comment>
                            <comment id="36770" author="karr" created="Wed, 24 Jan 2024 05:24:35 +0000"  >&lt;p&gt;It looks like one of the modules is much fainter than the rest, with typical peak values 1/4 that of typical spots in the rest of the image.&#160;&lt;/p&gt;

&lt;p&gt;During observations, you can manually compensate for this by manually setting the thresholds for spot detection to a lower value using the setCentroidParams command.&#160; &#160;Note, however that setting the threshold too close to the noise level will slow down the routine, and may lead to false spot detections.&#160;&lt;/p&gt;</comment>
                            <comment id="36968" author="karr" created="Fri, 2 Feb 2024 05:26:48 +0000"  >&lt;p&gt;It turns out this is a different problem; detecting and adjusting for things like one module becoming much fainter during operation.&#160;&lt;/p&gt;

&lt;p&gt;After discussion with Shiang-Yu, we propose a test sequence that can be run at the beginning of the night. The cobras are parked at home, a short exposure is taken (ie, the exposure time used at the beginning of a sequence), and the number of spots counted and matched. If fewer than the expected spots are found, the thresholds of the spot detection will be changed until they are, within reasonable values, and a message produced.&#160;&lt;/p&gt;

&lt;p&gt;If reasonable alterations to the threshold do not work (ie, they can&apos;t be detected, or it pushes the threshold so low that we&apos;re getting false detections), a different alert will be raised, and there should then be an option to temporarily mark the undetectable cobras as un-illuminated for the remainder of the night.&#160;&#160;&lt;/p&gt;

&lt;p&gt;We need to think about how re-setting the actor affects this, as the thresholds will reset to default values after restarting the MCS actor.&#160;&lt;/p&gt;</comment>
                            <comment id="36970" author="yuki.moritani" created="Fri, 2 Feb 2024 08:51:13 +0000"  >&lt;p&gt;Are you proposing to have a function to calculate (search for) centroid parameters for given sets of MCS images, rather than to take images changing the parameters? (I think yes, as we don&apos;t need to take new images every time.) Also, I feel we should use the number of spots identified as Cobra/FF (because the number of spot can be larger if MCS get noise, and unsolved issue (e.g., &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/INSTRM-2157&quot; title=&quot;Same spot is reported twice in mcs_data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;INSTRM-2157&quot;&gt;INSTRM-2157&lt;/a&gt;).)&lt;/p&gt;

&lt;p&gt;Also, is that mean you couldn&apos;t find a good solution to detect both faint and bright fibers? At some case you detected all fibers, but some not... and you didn&apos;t find difference..? If that is the case, I&apos;m not sure how searching parameter will work..&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="36971" author="karr" created="Fri, 2 Feb 2024 10:56:14 +0000"  >&lt;p&gt;If we&apos;re just adjusting the threshold, we can do the calculation on the same image. If the cobras are at home, we will know they aren&apos;t behind a dot (which is the other reason you might not see a spot), and can filter for spurious points.&#160;&lt;/p&gt;

&lt;p&gt;Whether we can find a good solution is going to depend on exactly how faint the spots are; in some cases, lowering the threshold will work, but if they are at or below the noise level, lowering the threshold isn&apos;t going to help. So if you want a general routine to detect and adjust for situations like this, it needs to be flexible.&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="37109" author="karr" created="Wed, 7 Feb 2024 07:09:28 +0000"  >&lt;p&gt;For these data, it looks like a fairly modest reduction of the threshold, combined with adjusting the minimum number of acceptable spots for a detection, will detect all the sources in the faint regions.&#160;&lt;/p&gt;

&lt;p&gt;I need to check the updated parameters for robustness with other data sets, but it looks like a fairly simple fix.&#160; &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://pfspipe.ipmu.jp/jira/secure/attachment/17139/17139_centroids.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="24396">INSTRM-2156</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="17139" name="centroids.png" size="156839" author="karr" created="Wed, 7 Feb 2024 07:09:18 +0000"/>
                            <attachment id="17035" name="image (1).png" size="93408" author="chyan" created="Thu, 18 Jan 2024 03:21:12 +0000"/>
                            <attachment id="17036" name="Screenshot 2024-01-18 at 11.19.47&#8239;AM.png" size="4878654" author="chyan" created="Thu, 18 Jan 2024 03:20:05 +0000"/>
                    </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|02qpjd:00r20060i200186403r7i3y9</customfieldvalue>

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