<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 15:29:26 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>[REDMINE1D-113] [RM-7959] [linemodel] use line strID everywhere in C++ code instead of line name and type</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/REDMINE1D-113</link>
                <project id="11002" key="REDMINE1D">1D Redmine </project>
                    <description>&lt;p&gt;&lt;em&gt;&lt;font color=&quot;#505f79&quot;&gt; Created on 2023-03-14 08:20:44 by Didier Vibert. % Done: 100&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;


&lt;p&gt;in c++ the line identification is sometime done through the linename &lt;/p&gt;

&lt;p&gt;cf &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;CLineCatalog::Add&lt;/li&gt;
	&lt;li&gt;CLineCatalogsTplRatio::InitLineCorrespondingAmplitudes&lt;/li&gt;
	&lt;li&gt;...&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;may be change @TLineVector CLineCatalog::m_List@ to be a map with line strID as key&lt;/p&gt;</description>
                <environment></environment>
        <key id="23498">REDMINE1D-113</key>
            <summary>[RM-7959] [linemodel] use line strID everywhere in C++ code instead of line name and type</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="r2j.migrate">Redmine-Jira Migtation</assignee>
                                    <reporter username="r2j.migrate">Redmine-Jira Migtation</reporter>
                        <labels>
                    </labels>
                <created>Tue, 13 Jun 2023 05:14:34 +0000</created>
                <updated>Thu, 5 Oct 2023 18:33:05 +0000</updated>
                            <resolved>Thu, 5 Oct 2023 18:33:05 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                <comments>
                            <comment id="35390" author="r2j.migrate" created="Thu, 5 Oct 2023 18:31:04 +0000"  >&lt;p&gt;Comment by Didier Vibert on 2023-07-07 09:23:12:&lt;br/&gt;
after discussions this morning:&lt;br/&gt;
instead of having two keys (an integer ID and the composed string str_Id), we keep inside the C++ class  a unique integer key.&lt;br/&gt;
When we add a new line in the catalog (in C++ called by python api) we check the unicity of the str_Id, and then forget about it (we keep the list only for checking unicity in add). Then all direct access to a specific line are done via the integer id and the linecatalog will be a map instead of a vector of lines&lt;/p&gt;</comment>
                            <comment id="35391" author="r2j.migrate" created="Thu, 5 Oct 2023 18:31:09 +0000"  >&lt;p&gt;Comment by Didier Vibert on 2023-09-14 14:03:38:&lt;br/&gt;
MR: &lt;a href=&quot;https://gitlab.lam.fr/CPF/cpf-redshift/-/merge_requests/540&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://gitlab.lam.fr/CPF/cpf-redshift/-/merge_requests/540&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="35392" author="r2j.migrate" created="Thu, 5 Oct 2023 18:31:14 +0000"  >&lt;p&gt;Comment by Didier Vibert on 2023-09-19 13:39:17:&lt;br/&gt;
gros probl&#232;me d&apos;augmentation du temps de calcul du &#224; l&apos;acc&#232;s indirect des raies dans des std::map au lieu de std::vector&lt;/p&gt;

&lt;p&gt;a priori revenir &#224; un acc&#232;s direct au moins dans les CElement.&lt;/p&gt;</comment>
                            <comment id="35393" author="r2j.migrate" created="Thu, 5 Oct 2023 18:31:20 +0000"  >&lt;p&gt;Comment by Didier Vibert on 2023-09-29 13:33:47:&lt;br/&gt;
le fix de l&apos;utilisation des id des raies semble corriger un pb linemeas (cf #8248) d&#251; &#224; un m&#233;lange des raies dans le hybridfitter concernant la d&#233;termination des raies qui se chevauchent et donc du polyn&#244;me commun pour fitter le continu...&lt;/p&gt;

&lt;p&gt;sur le test d&apos;int&#233;gration sp8_linemeas_lbfgsb&lt;br/&gt;
avant:&lt;br/&gt;
&lt;img src=&quot;https://pfspipe.ipmu.jp/jira/images/icons/attach/noimage.png&quot; imagetext=&quot;Capture%20d%E2%80%99%C3%A9cran%20du%202023-09-29%2015-10-24.png&quot; align=&quot;absmiddle&quot; border=&quot;0&quot; /&gt;&lt;/p&gt;

&lt;p&gt;apr&#232;s:&lt;br/&gt;
&lt;img src=&quot;https://pfspipe.ipmu.jp/jira/images/icons/attach/noimage.png&quot; imagetext=&quot;Capture%20d%E2%80%99%C3%A9cran%20du%202023-09-29%2015-25-17.png&quot; align=&quot;absmiddle&quot; border=&quot;0&quot; /&gt;&lt;/p&gt;</comment>
                            <comment id="35394" author="r2j.migrate" created="Thu, 5 Oct 2023 18:31:36 +0000"  >&lt;p&gt;Comment by Vincent Le Brun on 2023-09-29 14:25:15:&lt;br/&gt;
parfait... une fin de vendredi comme on les aime...&lt;/p&gt;</comment>
                            <comment id="35395" author="r2j.migrate" created="Thu, 5 Oct 2023 18:31:40 +0000"  >&lt;p&gt;Comment by Didier Vibert on 2023-09-29 14:43:45:&lt;br/&gt;
Vincent Le Brun wrote in #note-17:&lt;br/&gt;
&amp;gt; parfait... une fin de vendredi comme on les aime...&lt;/p&gt;

&lt;p&gt;peut &#234;tre que &#231;a corrige aussi le fit foireux du QSO que tu as vu. C&apos;&#233;tait en linemodel &quot;free&quot; ou &quot;ratio&quot; ? &lt;/p&gt;
</comment>
                            <comment id="35396" author="r2j.migrate" created="Thu, 5 Oct 2023 18:31:47 +0000"  >&lt;p&gt;Comment by Vincent Le Brun on 2023-09-29 14:44:55:&lt;br/&gt;
ratio. D&#232;s que c&apos;est en merged dans un vent je ferai un test. Mais &#231;a n&apos;aurait pas du arriver plus souvent ?&lt;/p&gt;</comment>
                            <comment id="35397" author="r2j.migrate" created="Thu, 5 Oct 2023 18:32:00 +0000"  >&lt;p&gt;Comment by Didier Vibert on 2023-09-29 14:51:50:&lt;br/&gt;
Vincent Le Brun wrote in #note-19:&lt;br/&gt;
&amp;gt; ratio. D&#232;s que c&apos;est en merged dans un vent je ferai un test. Mais &#231;a n&apos;aurait pas du arriver plus souvent ?&lt;/p&gt;

&lt;p&gt;si il y avait un pb avec linemeas autour de OII depuis longtemps...&lt;/p&gt;</comment>
                            <comment id="35398" author="r2j.migrate" created="Thu, 5 Oct 2023 18:32:09 +0000"  >&lt;p&gt;Comment by Vincent Le Brun on 2023-09-29 15:25:26:&lt;br/&gt;
mais mon probleme avec le solver QSO n&apos;a rien &#224; voir avec OII, &#224; moins qu&apos;il y ait eu un m&#233;lange d&apos;autres raies dans les linecatalog QSO. Tu as moyen de v&#233;rifier &#231;a sur le spectre DESI?&lt;/p&gt;</comment>
                            <comment id="35399" author="r2j.migrate" created="Thu, 5 Oct 2023 18:32:13 +0000"  >&lt;p&gt;Comment by Didier Vibert on 2023-10-02 14:16:50:&lt;br/&gt;
IT full&lt;/p&gt;</comment>
                            <comment id="35400" author="r2j.migrate" created="Thu, 5 Oct 2023 18:32:17 +0000"  >&lt;p&gt;Comment by Pierre-yves Chabaud on 2023-10-03 08:56:05:&lt;br/&gt;
Merged into @develop@ (ef67328c)&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="16543" name="Capture d&#8217;&#233;cran du 2023-09-29 15-10-24.png" size="61400" author="r2j.migrate" created="Thu, 5 Oct 2023 18:32:32 +0000"/>
                            <attachment id="16544" name="Capture d&#8217;&#233;cran du 2023-09-29 15-25-17.png" size="61316" author="r2j.migrate" created="Thu, 5 Oct 2023 18:32:49 +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|zzsxif:</customfieldvalue>

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