<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 15:54:25 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-524] Fix trace finding</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/PIPE2D-524</link>
                <project id="10002" key="PIPE2D">DRP 2-D Pipeline</project>
                    <description>&lt;p&gt;In building calibs for testing &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/SIM2D-119&quot; title=&quot;Variance map outside fiber traces is very suspicious &quot; class=&quot;issue-link&quot; data-issue-key=&quot;SIM2D-119&quot;&gt;SIM2D-119&lt;/a&gt;, I hit a &lt;tt&gt;MemoryError: std::bad_array_new_length&lt;/tt&gt; in &lt;tt&gt;constructFlat&lt;/tt&gt;, because we failed to find any traces for one of the combined dithers.&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
(lsst-scipipe) pprice@tiger2-sumire:/tigress/pprice/sim2d-119 $ makeDummyCableBDesign.py red1 green red4 red8
(lsst-scipipe) pprice@tiger2-sumire:/tigress/pprice/sim2d-119 $ mkdir DATA
(lsst-scipipe) pprice@tiger2-sumire:/tigress/pprice/sim2d-119 $ mkdir DATA/CALIB
(lsst-scipipe) pprice@tiger2-sumire:/tigress/pprice/sim2d-119 $ echo lsst.obs.pfs.PfsMapper &amp;gt; DATA/_mapper
(lsst-scipipe) pprice@tiger2-sumire:/tigress/pprice/sim2d-119 $ ingestPfsImages.py DATA &lt;span class=&quot;code-quote&quot;&gt;&apos;/tigress/HSC/PFS/LAM/raw/2019-07-2[56]/*.fits&apos;&lt;/span&gt; --pfsConfigDir .
(lsst-scipipe) pprice@tiger2-sumire:/scratch/pprice/sim2d-119 $ ingestCalibs.py DATA --calib DATA/CALIB $DRP_PFS_DATA_DIR/detectorMap/detectorMap-2019Jul-?1.fits --validity=1000 --mode=copy
(lsst-scipipe) pprice@tiger2-sumire:/tigress/pprice/sim2d-119 $ pfs_build_calibs.sh -r calibs -C DATA/CALIB -c 4 -n -b visit=21077..21091 -d visit=21092..21121 -f visit=21127..21255 -F visit=21122 -a visit=21460 DATA

(lsst-scipipe) pprice@tiger2-sumire:/scratch/pprice/sim2d-119 $ constructFiberFlat.py DATA --calib DATA/CALIB --rerun calibs/flat --id visit=21127..21255 --batch-type=smp --cores 10 --doraise

fiberFlat INFO: Combined 3 images &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; dither -0.0407
fiberFlat INFO: 0 FiberTraces found &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; dither -0.0407

MemoryError on tiger2-sumire.princeton.edu:59221 in run: std::bad_array_new_length
Traceback (most recent call last):
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/tigress/HSC/PFS/stack/20190925/stack/miniconda3-4.5.12-1172c30/Linux64/ctrl_pool/18.1.0/python/lsst/ctrl/pool/pool.py&quot;&lt;/span&gt;, line 113, in wrapper
    &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; func(*args, **kwargs)
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/tigress/HSC/PFS/stack/20190925/stack/miniconda3-4.5.12-1172c30/Linux64/ctrl_pool/18.1.0/python/lsst/ctrl/pool/pool.py&quot;&lt;/span&gt;, line 1070, in run
    &lt;span class=&quot;code-keyword&quot;&gt;while&lt;/span&gt; not menu[command]():
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/tigress/HSC/PFS/stack/20190925/stack/miniconda3-4.5.12-1172c30/Linux64/ctrl_pool/18.1.0/python/lsst/ctrl/pool/pool.py&quot;&lt;/span&gt;, line 240, in wrapper
    &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; func(*args, **kwargs)
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/tigress/HSC/PFS/stack/20190925/stack/miniconda3-4.5.12-1172c30/Linux64/ctrl_pool/18.1.0/python/lsst/ctrl/pool/pool.py&quot;&lt;/span&gt;, line 1088, in reduce
    result = self._processQueue(context, func, [(index, data)], *args, **kwargs)[0]
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/tigress/HSC/PFS/stack/20190925/stack/miniconda3-4.5.12-1172c30/Linux64/ctrl_pool/18.1.0/python/lsst/ctrl/pool/pool.py&quot;&lt;/span&gt;, line 547, in _processQueue
    &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; self._reduceQueue(context, None, func, queue, *args, **kwargs)
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/tigress/HSC/PFS/stack/20190925/stack/miniconda3-4.5.12-1172c30/Linux64/ctrl_pool/18.1.0/python/lsst/ctrl/pool/pool.py&quot;&lt;/span&gt;, line 573, in _reduceQueue
    resultList = [func(self._getCache(context, i), data, *args, **kwargs) &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; i, data in queue]
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/tigress/HSC/PFS/stack/20190925/stack/miniconda3-4.5.12-1172c30/Linux64/ctrl_pool/18.1.0/python/lsst/ctrl/pool/pool.py&quot;&lt;/span&gt;, line 573, in &amp;lt;listcomp&amp;gt;
    resultList = [func(self._getCache(context, i), data, *args, **kwargs) &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; i, data in queue]
  File &lt;span class=&quot;code-quote&quot;&gt;&quot;/tigress/HSC/PFS/stack/20190925/stack/miniconda3-4.5.12-1172c30/Linux64/drp_stella/5.1.0-71-ga2d7c8b/python/pfs/drp/stella/constructFiberFlatTask.py&quot;&lt;/span&gt;, line 102, in combine
    spectra = traces.extractSpectra(image, maskVal)
MemoryError: std::bad_array_new_length
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 2
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="14250">PIPE2D-524</key>
            <summary>Fix trace finding</summary>
                <type id="10001" iconUrl="https://pfspipe.ipmu.jp/jira/secure/viewavatar?size=xsmall&amp;avatarId=10515&amp;avatarType=issuetype">Story</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="price">price</assignee>
                                    <reporter username="price">price</reporter>
                        <labels>
                    </labels>
                <created>Mon, 16 Mar 2020 18:15:11 +0000</created>
                <updated>Fri, 11 Feb 2022 14:28:10 +0000</updated>
                            <resolved>Mon, 16 Mar 2020 19:30:10 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                <comments>
                            <comment id="16864" author="price" created="Mon, 16 Mar 2020 19:00:04 +0000"  >&lt;p&gt;I think this is an important fix that we should merge soon.&lt;/p&gt;</comment>
                            <comment id="16865" author="price" created="Mon, 16 Mar 2020 19:30:10 +0000"  >&lt;p&gt;Thanks Hassan!&lt;/p&gt;

&lt;p&gt;Merged to master.&lt;/p&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|02qprz:0r</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10100" key="com.atlassian.jira.plugin.system.customfieldtypes:userpicker">
                        <customfieldname>Reviewers</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>hassan</customfieldvalue>

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

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