<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:04:06 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-1196] Bootstrap a detectorMap failed </title>
                <link>https://pfspipe.ipmu.jp/jira/browse/PIPE2D-1196</link>
                <project id="10002" key="PIPE2D">DRP 2-D Pipeline</project>
                    <description>&lt;p&gt;about bootstrapping &lt;b&gt;detectorMap:&lt;/b&gt;&lt;br/&gt;
 the recent change of &lt;b&gt;pfsConfig&lt;/b&gt; which now include the engineering fibers was not propagated (that&apos;s my guess) everywhere.&lt;br/&gt;
so the number of fiber really illuminated does not match with pfsConfig&lt;/p&gt;

&lt;p&gt;output for n2 at LAM:&lt;br/&gt;
I used 10 fibers&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;bootstrap.profiles WARN: Failed to identify 24 fiberIds: [653, 683, 696, 743, 762, 788, 835, 874, 880, 924, 940, 967, 990, 1033, 1069, 1077, 1122, 1166, 1169, 1211, 1258, 1272, 1301, 1302]
bootstrap.profiles INFO: Profiled 10 fibers
bootstrap INFO: Found 10 fibers on flat&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;but there is an other issue, because there is 16 engineering fibers so we should have 26 fibers reported by pfsConfig, 2 are missing (652 and 1033)&lt;/p&gt;

&lt;p&gt;eng. fiberIds are : ([ 652, 696, 743, 788, 835, 880, 924, 967, 987, 1033, 1077, 1122, 1166, 1211, 1258, 1302] for sm2&lt;/p&gt;</description>
                <environment></environment>
        <key id="23333">PIPE2D-1196</key>
            <summary>Bootstrap a detectorMap failed </summary>
                <type id="1" iconUrl="https://pfspipe.ipmu.jp/jira/secure/viewavatar?size=xsmall&amp;avatarId=10503&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/priorities/blocker.svg">Blocker</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="fmadec">fmadec</reporter>
                        <labels>
                    </labels>
                <created>Thu, 30 Mar 2023 12:53:33 +0000</created>
                <updated>Wed, 12 Apr 2023 21:23:11 +0000</updated>
                            <resolved>Wed, 12 Apr 2023 21:23:11 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                            <comment id="32483" author="arnaud.lefur" created="Thu, 30 Mar 2023 16:38:09 +0000"  >&lt;p&gt;can you post your command ? so we can reproduce the problem ?&lt;/p&gt;</comment>
                            <comment id="32484" author="price" created="Thu, 30 Mar 2023 16:40:00 +0000"  >&lt;p&gt;And the log with backtrace that shows that the command failed.&lt;/p&gt;</comment>
                            <comment id="32485" author="fmadec" created="Thu, 30 Mar 2023 16:43:54 +0000"  >&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-python&quot;&gt;
(lsst-scipipe-3.0.0) [fmadec@luigi ~]$ bootstrapDetectorMap.py /data/drp/sps --calib=/data/drp/sps/CALIB/ --rerun fmadec/n2/bootstrap --flatId visit=48749 arm=n --arcId visit=48738 arm=n spectrograph=2 --no-versions --clobber-config -c isr.doBias=&lt;span class=&quot;code-keyword&quot;&gt;&lt;span class=&quot;code-object&quot;&gt;False&lt;/span&gt;&lt;/span&gt; isr.doDark=&lt;span class=&quot;code-keyword&quot;&gt;&lt;span class=&quot;code-object&quot;&gt;False&lt;/span&gt;&lt;/span&gt; isr.doFlat=&lt;span class=&quot;code-keyword&quot;&gt;&lt;span class=&quot;code-object&quot;&gt;False&lt;/span&gt;&lt;/span&gt; isr.doLinearize=&lt;span class=&quot;code-keyword&quot;&gt;&lt;span class=&quot;code-object&quot;&gt;False&lt;/span&gt;&lt;/span&gt; isr.doIPC=&lt;span class=&quot;code-keyword&quot;&gt;&lt;span class=&quot;code-object&quot;&gt;True&lt;/span&gt;&lt;/span&gt; profiles.findThreshold=800 profiles.associationDepth=20 profiles.convolveGrowMask=2 profiles.pruneMinFrac=0.6 findLines.doSubtractContinuum=&lt;span class=&quot;code-keyword&quot;&gt;&lt;span class=&quot;code-object&quot;&gt;False&lt;/span&gt;&lt;/span&gt; 

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&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-python&quot;&gt;
root INFO: Loading config overrride &lt;span class=&quot;code-object&quot;&gt;file&lt;/span&gt; &lt;span class=&quot;code-quote&quot;&gt;&apos;/software/stack/20220609/stack/miniconda3-py38_4.9.2-3.0.0/Linux64/obs_pfs/w.2023.09/config/bootstrap.py&apos;&lt;/span&gt; /software/stack/20220609/stack/miniconda3-py38_4.9.2-3.0.0/Linux64/pipe_base/g590c34a36e+5da9528084/python/lsst/pipe/base/argumentParser.py:778: &lt;span class=&quot;code-object&quot;&gt;FutureWarning&lt;/span&gt;: Gen2 Butler has been deprecated (PfsButler). It will be removed sometime after v23.0 but no earlier than the end of 2021. namespace.butler = dafPersist.Butler(inputs=inputs, outputs=outputs) /software/stack/20220609/stack/miniconda3-py38_4.9.2-3.0.0/Linux64/pipe_base/g590c34a36e+5da9528084/python/lsst/pipe/base/argumentParser.py:778: &lt;span class=&quot;code-object&quot;&gt;FutureWarning&lt;/span&gt;: Gen2 Butler has been deprecated (PfsMapper). It will be removed sometime after v23.0 but no earlier than the end of 2021. namespace.butler = dafPersist.Butler(inputs=inputs, outputs=outputs) lsst.CameraMapper INFO: Loading exposure registry &lt;span class=&quot;code-keyword&quot;&gt;from&lt;/span&gt; /data/drp/sps/registry.sqlite3 lsst.CameraMapper INFO: Loading calib registry &lt;span class=&quot;code-keyword&quot;&gt;from&lt;/span&gt; /data/drp/sps/CALIB/calibRegistry.sqlite3 lsst.CameraMapper INFO: Loading calib registry &lt;span class=&quot;code-keyword&quot;&gt;from&lt;/span&gt; /data/drp/sps/CALIB/calibRegistry.sqlite3 root INFO: Running: /software/stack/20220609/stack/miniconda3-py38_4.9.2-3.0.0/Linux64/drp_stella/w.2023.09/&lt;span class=&quot;code-object&quot;&gt;bin&lt;/span&gt;/bootstrapDetectorMap.py /data/drp/sps --calib=/data/drp/sps/CALIB/ --rerun fmadec/n2/bootstrap --flatId visit=48749 arm=n --arcId visit=48738 arm=n spectrograph=2 --no-versions --clobber-config -c isr.doBias=&lt;span class=&quot;code-keyword&quot;&gt;&lt;span class=&quot;code-object&quot;&gt;False&lt;/span&gt;&lt;/span&gt; isr.doDark=&lt;span class=&quot;code-keyword&quot;&gt;&lt;span class=&quot;code-object&quot;&gt;False&lt;/span&gt;&lt;/span&gt; isr.doFlat=&lt;span class=&quot;code-keyword&quot;&gt;&lt;span class=&quot;code-object&quot;&gt;False&lt;/span&gt;&lt;/span&gt; isr.doLinearize=&lt;span class=&quot;code-keyword&quot;&gt;&lt;span class=&quot;code-object&quot;&gt;False&lt;/span&gt;&lt;/span&gt; isr.doIPC=&lt;span class=&quot;code-keyword&quot;&gt;&lt;span class=&quot;code-object&quot;&gt;True&lt;/span&gt;&lt;/span&gt; profiles.findThreshold=800 profiles.associationDepth=20 profiles.convolveGrowMask=2 profiles.pruneMinFrac=0.6 findLines.doSubtractContinuum=&lt;span class=&quot;code-keyword&quot;&gt;&lt;span class=&quot;code-object&quot;&gt;False&lt;/span&gt;&lt;/span&gt; bootstrap.isr INFO: Performing ISR on sensor {&lt;span class=&quot;code-quote&quot;&gt;&apos;visit&apos;&lt;/span&gt;: 48749, &lt;span class=&quot;code-quote&quot;&gt;&apos;arm&apos;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&apos;n&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;dateObs&apos;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&apos;2023-03-27&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;site&apos;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&apos;L&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;category&apos;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&apos;B&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;spectrograph&apos;&lt;/span&gt;: 2, &lt;span class=&quot;code-quote&quot;&gt;&apos;field&apos;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&apos;TEST&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;ccd&apos;&lt;/span&gt;: 5, &lt;span class=&quot;code-quote&quot;&gt;&apos;&lt;span class=&quot;code-object&quot;&gt;filter&lt;/span&gt;&apos;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&apos;n&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;expTime&apos;&lt;/span&gt;: 10.0, &lt;span class=&quot;code-quote&quot;&gt;&apos;dataType&apos;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&apos;FLAT&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;taiObs&apos;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&apos;2023-03-27T15:49:32.097&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;pfsDesignId&apos;&lt;/span&gt;: 2743916541777272600, &lt;span class=&quot;code-quote&quot;&gt;&apos;slitOffset&apos;&lt;/span&gt;: 0.0} bootstrap.profiles WARN: Failed to identify 24 fiberIds: [653, 683, 696, 743, 762, 788, 835, 874, 880, 924, 940, 967, 990, 1033, 1069, 1077, 1122, 1166, 1169, 1211, 1258, 1272, 1301, 1302] bootstrap.profiles INFO: Profiled 10 fibers bootstrap INFO: Found 10 fibers on flat bootstrap FATAL: Failed on dataId={&lt;span class=&quot;code-quote&quot;&gt;&apos;visit&apos;&lt;/span&gt;: 48749, &lt;span class=&quot;code-quote&quot;&gt;&apos;arm&apos;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&apos;n&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;dateObs&apos;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&apos;2023-03-27&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;site&apos;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&apos;L&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;category&apos;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&apos;B&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;spectrograph&apos;&lt;/span&gt;: 2, &lt;span class=&quot;code-quote&quot;&gt;&apos;field&apos;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&apos;TEST&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;ccd&apos;&lt;/span&gt;: 5, &lt;span class=&quot;code-quote&quot;&gt;&apos;&lt;span class=&quot;code-object&quot;&gt;filter&lt;/span&gt;&apos;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&apos;n&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;expTime&apos;&lt;/span&gt;: 10.0, &lt;span class=&quot;code-quote&quot;&gt;&apos;dataType&apos;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&apos;FLAT&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;taiObs&apos;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&apos;2023-03-27T15:49:32.097&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;pfsDesignId&apos;&lt;/span&gt;: 2743916541777272600, &lt;span class=&quot;code-quote&quot;&gt;&apos;slitOffset&apos;&lt;/span&gt;: 0.0}: &lt;span class=&quot;code-object&quot;&gt;RuntimeError&lt;/span&gt;: Insufficient traces (10) found vs expected number of fibers (0) Traceback (most recent call last): File &lt;span class=&quot;code-quote&quot;&gt;&quot;/software/stack/20220609/stack/miniconda3-py38_4.9.2-3.0.0/Linux64/pipe_base/g590c34a36e+5da9528084/python/lsst/pipe/base/cmdLineTask.py&quot;&lt;/span&gt;, line 436, &lt;span class=&quot;code-keyword&quot;&gt;in&lt;/span&gt; __call__ result = &lt;span class=&quot;code-keyword&quot;&gt;self&lt;/span&gt;.runTask(task, dataRef, kwargs) File &lt;span class=&quot;code-quote&quot;&gt;&quot;/software/stack/20220609/stack/miniconda3-py38_4.9.2-3.0.0/Linux64/pipe_base/g590c34a36e+5da9528084/python/lsst/pipe/base/cmdLineTask.py&quot;&lt;/span&gt;, line 504, &lt;span class=&quot;code-keyword&quot;&gt;in&lt;/span&gt; runTask &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; task.runDataRef(dataRef, **kwargs) File &lt;span class=&quot;code-quote&quot;&gt;&quot;/software/stack/20220609/stack/miniconda3-py38_4.9.2-3.0.0/Linux64/drp_stella/w.2023.09/python/pfs/drp/stella/bootstrap.py&quot;&lt;/span&gt;, line 143, &lt;span class=&quot;code-keyword&quot;&gt;in&lt;/span&gt; runDataRef traces = &lt;span class=&quot;code-keyword&quot;&gt;self&lt;/span&gt;.traceFibers(flatRef, flatConfig) File &lt;span class=&quot;code-quote&quot;&gt;&quot;/software/stack/20220609/stack/miniconda3-py38_4.9.2-3.0.0/Linux64/drp_stella/w.2023.09/python/pfs/drp/stella/bootstrap.py&quot;&lt;/span&gt;, line 191, &lt;span class=&quot;code-keyword&quot;&gt;in&lt;/span&gt; traceFibers &lt;span class=&quot;code-keyword&quot;&gt;raise&lt;/span&gt; &lt;span class=&quot;code-object&quot;&gt;RuntimeError&lt;/span&gt;(&lt;span class=&quot;code-quote&quot;&gt;&quot;Insufficient traces (%d) found vs expected number of fibers (%d)&quot;&lt;/span&gt; % &lt;span class=&quot;code-object&quot;&gt;RuntimeError&lt;/span&gt;: Insufficient traces (10) found vs expected number of fibers (0)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="32486" author="price" created="Thu, 30 Mar 2023 16:45:09 +0000"  >&lt;p&gt;Why is it expecting to find zero fibers? What&apos;s in the pfsConfig?&lt;/p&gt;</comment>
                            <comment id="32487" author="fmadec" created="Thu, 30 Mar 2023 16:47:50 +0000"  >&lt;p&gt;it first says:&lt;/p&gt;

&lt;p&gt;pfsDesignId&apos;: 2743916541777272600 :&lt;/p&gt;


&lt;p&gt; bootstrap.profiles WARN: Failed to identify 24 fiberIds: &lt;span class=&quot;error&quot;&gt;&amp;#91;653, 683, 696, 743, 762, 788, 835, 874, 880, 924, 940, 967, 990, 1033, 1069, 1077, 1122, 1166, 1169, 1211, 1258, 1272, 1301, 1302&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;why it then says 0 fibers, I don&apos;t know...&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="32489" author="arnaud.lefur" created="Thu, 30 Mar 2023 17:18:49 +0000"  >&lt;p&gt;I think it&apos;s because of the new targetType DCB&lt;/p&gt;

&lt;p&gt;BootstrapConfig define the expected targetTypes to allow&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;targetType = ListField(dtype=str, default=[&quot;SCIENCE&quot;, &quot;SKY&quot;, &quot;FLUXSTD&quot;, &quot;SUNSS_IMAGING&quot;, &quot;SUNSS_DIFFUSE&quot;],
                           doc=&quot;Target types to allow&quot;)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;We just need to add &quot;DCB&quot; in there.&lt;/p&gt;</comment>
                            <comment id="32516" author="arnaud.lefur" created="Fri, 31 Mar 2023 19:47:11 +0000"  >&lt;p&gt;I build on the branch and the run the command again, this error no longer comes up.&lt;br/&gt;
I have another error though :  ValueError: On entry to DLASCL parameter number 4 had an illegal value&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;(lsst-scipipe-3.0.0) [pfs@mario drp_stella]$ bootstrapDetectorMap.py /data/drp/sps --calib=/data/drp/sps/CALIB/ --rerun alefur/n2/bootstrap --flatId visit=48749 arm=n --arcId visit=48738 arm=n spectrograph=2 --no-versions --clobber-config -c isr.doBias=False isr.doDark=False isr.doFlat=False isr.doLinearize=False isr.doIPC=True profiles.findThreshold=800 profiles.associationDepth=20 profiles.convolveGrowMask=2 profiles.pruneMinFrac=0.6 findLines.doSubtractContinuum=False                                                                                                                                      
root INFO: Loading config overrride file &apos;/software/devel/alefur/obs_pfs/config/bootstrap.py&apos;                                                                                                              
/software/stack/20220609/stack/miniconda3-py38_4.9.2-3.0.0/Linux64/pipe_base/g590c34a36e+5da9528084/python/lsst/pipe/base/argumentParser.py:778: FutureWarning: Gen2 Butler has been deprecated (PfsButler)
. It will be removed sometime after v23.0 but no earlier than the end of 2021.                                                                                                                             
  namespace.butler = dafPersist.Butler(inputs=inputs, outputs=outputs)
/software/stack/20220609/stack/miniconda3-py38_4.9.2-3.0.0/Linux64/pipe_base/g590c34a36e+5da9528084/python/lsst/pipe/base/argumentParser.py:778: FutureWarning: Gen2 Butler has been deprecated (PfsMapper)
. It will be removed sometime after v23.0 but no earlier than the end of 2021.
  namespace.butler = dafPersist.Butler(inputs=inputs, outputs=outputs)                                                                                                                                     
lsst.CameraMapper INFO: Loading exposure registry from /data/drp/sps/registry.sqlite3
lsst.CameraMapper INFO: Loading calib registry from /data/drp/sps/CALIB/calibRegistry.sqlite3                                                                                                              
lsst.CameraMapper INFO: Loading calib registry from /data/drp/sps/CALIB/calibRegistry.sqlite3
root INFO: Running: /software/devel/alefur/drp_stella/bin/bootstrapDetectorMap.py /data/drp/sps --calib=/data/drp/sps/CALIB/ --rerun alefur/n2/bootstrap --flatId visit=48749 arm=n --arcId visit=48738 arm=n spectrograph=2 --no-versions --clobber-config -c isr.doBias=False isr.doDark=False isr.doFlat=False isr.doLinearize=False isr.doIPC=True profiles.findThreshold=800 profiles.associationDepth=20 profiles.convolveGrowMask=2 profiles.pruneMinFrac=0.6 findLines.doSubtractContinuum=False                                                                                                                         
bootstrap.isr INFO: Performing ISR on sensor {&apos;visit&apos;: 48749, &apos;arm&apos;: &apos;n&apos;, &apos;dateObs&apos;: &apos;2023-03-27&apos;, &apos;site&apos;: &apos;L&apos;, &apos;category&apos;: &apos;B&apos;, &apos;spectrograph&apos;: 2, &apos;field&apos;: &apos;TEST&apos;, &apos;ccd&apos;: 5, &apos;filter&apos;: &apos;n&apos;, &apos;expTime&apos;: 10.0, &apos;dataType&apos;: &apos;FLAT&apos;, &apos;taiObs&apos;: &apos;2023-03-27T15:49:32.097&apos;, &apos;pfsDesignId&apos;: 2743916541777272600, &apos;slitOffset&apos;: 0.0}                                                 
bootstrap.profiles WARN: Failed to identify 24 fiberIds: [653, 683, 696, 743, 762, 788, 835, 874, 880, 924, 940, 967, 990, 1033, 1069, 1077, 1122, 1166, 1169, 1211, 1258, 1272, 1301, 1302]
bootstrap.profiles INFO: Profiled 10 fibers                                                          
bootstrap INFO: Found 10 fibers on flat                                                                                                                                                                    
bootstrap.isr INFO: Performing ISR on sensor {&apos;visit&apos;: 48738, &apos;arm&apos;: &apos;n&apos;, &apos;spectrograph&apos;: 2, &apos;dateObs&apos;: &apos;2023-03-27&apos;, &apos;site&apos;: &apos;L&apos;, &apos;category&apos;: &apos;B&apos;, &apos;field&apos;: &apos;TEST&apos;, &apos;ccd&apos;: 5, &apos;filter&apos;: &apos;n&apos;, &apos;expTime&apos;: 18.0, &apos;dataType&apos;: &apos;COMPARISON&apos;, &apos;taiObs&apos;: &apos;2023-03-27T15:10:45.436&apos;, &apos;pfsDesignId&apos;: 2743916541777272600, &apos;slitOffset&apos;: 0.0}
bootstrap.readLineList INFO: Filtered line lists, keeping species {&apos;KrI&apos;}.                                                                                                                                 
bootstrap INFO: Found 2341 lines in 10 traces
bootstrap INFO: Matched 629 lines
bootstrap INFO: Median difference from detectorMap: nan,nan pixels
bootstrap FATAL: Failed on dataId={&apos;visit&apos;: 48749, &apos;arm&apos;: &apos;n&apos;, &apos;dateObs&apos;: &apos;2023-03-27&apos;, &apos;site&apos;: &apos;L&apos;, &apos;category&apos;: &apos;B&apos;, &apos;spectrograph&apos;: 2, &apos;field&apos;: &apos;TEST&apos;, &apos;ccd&apos;: 5, &apos;filter&apos;: &apos;n&apos;, &apos;expTime&apos;: 10.0, &apos;dataType&apos;: &apos;FLAT&apos;, &apos;taiObs&apos;: &apos;2023-03-27T15:49:32.097&apos;, &apos;pfsDesignId&apos;: 2743916541777272600, &apos;slitOffset&apos;: 0.0}: ValueError: On entry to DLASCL parameter number 4 had an illegal value
Traceback (most recent call last):
  File &quot;/software/stack/20220609/stack/miniconda3-py38_4.9.2-3.0.0/Linux64/pipe_base/g590c34a36e+5da9528084/python/lsst/pipe/base/cmdLineTask.py&quot;, line 436, in __call__
    result = self.runTask(task, dataRef, kwargs)
  File &quot;/software/stack/20220609/stack/miniconda3-py38_4.9.2-3.0.0/Linux64/pipe_base/g590c34a36e+5da9528084/python/lsst/pipe/base/cmdLineTask.py&quot;, line 504, in runTask
    return task.runDataRef(dataRef, **kwargs)
  File &quot;/software/devel/alefur/drp_stella/python/pfs/drp/stella/bootstrap.py&quot;, line 153, in runDataRef
    self.fitDetectorMap(matches, lineResults.detectorMap, fiberId)
  File &quot;/software/devel/alefur/drp_stella/python/pfs/drp/stella/bootstrap.py&quot;, line 425, in fitDetectorMap
    result = fitChebyshev2D(xx, yy, self.config.spatialOrder, self.config.spectralOrder,
  File &quot;/software/devel/alefur/drp_stella/python/pfs/drp/stella/bootstrap.py&quot;, line 609, in fitChebyshev2D
    xFit = fitter(model, xx[0][good], xx[1][good], yy[0][good])
  File &quot;/software/stack/20220609/conda/miniconda3-py38_4.9.2/envs/lsst-scipipe-3.0.0/lib/python3.8/site-packages/astropy/modeling/fitting.py&quot;, line 269, in wrapper
    return func(self, model, x, y, z=z, **kwargs)
  File &quot;/software/stack/20220609/conda/miniconda3-py38_4.9.2/envs/lsst-scipipe-3.0.0/lib/python3.8/site-packages/astropy/modeling/fitting.py&quot;, line 771, in __call__
    lacoef, resids, rank, sval = np.linalg.lstsq(lhs[good],
  File &quot;&amp;lt;__array_function__ internals&amp;gt;&quot;, line 5, in lstsq
  File &quot;/software/stack/20220609/conda/miniconda3-py38_4.9.2/envs/lsst-scipipe-3.0.0/lib/python3.8/site-packages/numpy/linalg/linalg.py&quot;, line 2305, in lstsq
    x, resids, rank, s = gufunc(a, b, rcond, signature=signature, extobj=extobj)
ValueError: On entry to DLASCL parameter number 4 had an illegal value
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="32519" author="price" created="Mon, 3 Apr 2023 18:23:05 +0000"  >&lt;p&gt;NANs were getting into the positions used for the fit, presumably from the detectorMap being given wavelengths slightly off the detector. I&apos;ve added a change to exclude these.&lt;/p&gt;</comment>
                            <comment id="32556" author="arnaud.lefur" created="Wed, 12 Apr 2023 21:23:11 +0000"  >&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|zzswnj:</customfieldvalue>

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

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