<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:00:58 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>[PIPE2D-997] Measurement error in black dot optimization routine</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/PIPE2D-997</link>
                <project id="10002" key="PIPE2D">DRP 2-D Pipeline</project>
                    <description>&lt;p&gt;&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=yuki.moritani&quot; class=&quot;user-hover&quot; rel=&quot;yuki.moritani&quot;&gt;yuki.moritani&lt;/a&gt; noticed that the solutions of black dots optimizations are different between February and January run (even though the setup is the same). This is not unexpected - the black dot optimization algorithm has some inherit uncertainty because the initial simplex for Nelder-Mead is generated from random distribution. &lt;br/&gt;
The goal is to estimate what is the distributions of the results between runs that operate on the same dataset. As Robert states in the comments, we need to estimate if these differences are significant. Depending on the result, it might be needed to modify/improve the algorithm. &lt;/p&gt;</description>
                <environment></environment>
        <key id="22664">PIPE2D-997</key>
            <summary>Measurement error in black dot optimization routine</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="ncaplar">ncaplar</assignee>
                                    <reporter username="ncaplar">ncaplar</reporter>
                        <labels>
                    </labels>
                <created>Fri, 4 Mar 2022 17:28:35 +0000</created>
                <updated>Fri, 18 Mar 2022 20:23:27 +0000</updated>
                            <resolved>Fri, 18 Mar 2022 20:23:27 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                            <comment id="30547" author="rhl" created="Fri, 4 Mar 2022 17:35:32 +0000"  >&lt;p&gt;The problem is presumably that there are multiple local minima, otherwise the initial simplex wouldn&apos;t matter.  Are the differences significant?  If so, we&apos;ll have to switch to something that explores the full parameter space (e.g. by simulated annealing), and/or use MCMC to evaluate the errors.  Sounds slow!&lt;/p&gt;

&lt;p&gt;Another option would be to take more cobra tracks through the spots;  I think that&apos;d be better&lt;/p&gt;</comment>
                            <comment id="30566" author="ncaplar" created="Thu, 10 Mar 2022 22:56:16 +0000"  >&lt;p&gt;I have ran 101 iterations of the algorithm for November, January and February data. &lt;br/&gt;
 The scatter of the solutions around the median solution for each spot is shown at (note that scaling is different for November panel!!!) !sigma_of_solutions.png|thumbnail! - for some reason the image is not rendering for me?&lt;/p&gt;

&lt;p&gt;The quantity I am showing is a mean scatter, where I calculated scatter along x and y dimensions independently, and then take mean of those two values.&lt;/p&gt;

&lt;p&gt;As we can see the scatter of solutions is large, and dependent on the position on the plane. For example, look at the distribution of solution for the spot in absolute top right corner for November run (left panel - arrow point to median solution, small black dots and solutions from individual runs). We see that the solution is very degenerate because of the lack of constraining power along one of the dimensions &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;15126_thumb&quot; href=&quot;https://pfspipe.ipmu.jp/jira/secure/attachment/15126/15126_example_of_bot_left_corner_Nov_run.png&quot; title=&quot;example_of_bot_left_corner_Nov_run.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;15126&quot; file-preview-title=&quot;example_of_bot_left_corner_Nov_run.png&quot;&gt;&lt;img src=&quot;https://pfspipe.ipmu.jp/jira/secure/thumbnail/15123/_thumb_15123.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Having said that, even in best case (bottom left), there is still quite large scatter (50 microns in each dimension) &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;15126_thumb&quot; href=&quot;https://pfspipe.ipmu.jp/jira/secure/attachment/15126/15126_example_of_bot_left_corner_Nov_run.png&quot; title=&quot;example_of_bot_left_corner_Nov_run.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;15126&quot; file-preview-title=&quot;example_of_bot_left_corner_Nov_run.png&quot;&gt;&lt;img src=&quot;https://pfspipe.ipmu.jp/jira/secure/thumbnail/15126/_thumb_15126.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</comment>
                            <comment id="30608" author="ncaplar" created="Fri, 18 Mar 2022 20:23:23 +0000"  >&lt;p&gt;Discussed on ICS telecons on March 18, 2022 and March 16, 2022. The algorithm has sufficient precision, given the quality of the data. Will be tested with data where there is actual double crossing of black dots across the focal plane.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="18376">PIPE2D-954</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="15126" name="example_of_bot_left_corner_Nov_run.png" size="121676" author="ncaplar" created="Thu, 10 Mar 2022 22:59:58 +0000"/>
                            <attachment id="15123" name="example_of_top_right_corner_Nov_run.png" size="128449" author="ncaplar" created="Thu, 10 Mar 2022 22:56:10 +0000"/>
                            <attachment id="15125" name="sigma_of_solutions.png" size="488728" author="ncaplar" created="Thu, 10 Mar 2022 22:58:57 +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|02qpq3:r3s00000000008w</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10005" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="134">2DDRP-2022 B</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>