<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 15:35:29 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>[PIPE1D-12] drp_1dpipe does not read pfsObject** file created by PFS spectrum simulator</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/PIPE1D-12</link>
                <project id="10700" key="PIPE1D">DRP 1D pipeline</project>
                    <description>&lt;p&gt;I have run the drp_1dpipe on a pfsObject*** file, which is an output of the PFS spectrum simulator (Version 1.1). I&apos;ve got following error messages:&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;---------------------------------------------------------------------------------&lt;/p&gt;

&lt;p&gt;(base) miho@thomas:~/PFS/pipeline/GAtest$ drp_1dpipe --workdir /home/miho/PFS/pipeline/GAtest&lt;br/&gt;
 Can&apos;t load spectrum : &quot;Key &apos;wavelength&apos; does not exist.&quot;&lt;br/&gt;
 Can&apos;t load spectrum : &quot;Key &apos;wavelength&apos; does not exist.&quot;&lt;br/&gt;
 Traceback (most recent call last):&lt;br/&gt;
 File &quot;/home/miho/anaconda3/bin/process_spectra&quot;, line 11, in &amp;lt;module&amp;gt;&lt;br/&gt;
 load_entry_point(&apos;drp-1dpipe==0.12.1&apos;, &apos;console_scripts&apos;, &apos;process_spectra&apos;)()&lt;br/&gt;
 File &quot;/home/miho/anaconda3/lib/python3.7/site-packages/drp_1dpipe-0.12.1-py3.7.egg/drp_1dpipe/process_spectra/process_spectra.py&quot;, line 96, in main&lt;br/&gt;
 return run(args)&lt;br/&gt;
 File &quot;/home/miho/anaconda3/lib/python3.7/site-packages/drp_1dpipe-0.12.1-py3.7.egg/drp_1dpipe/process_spectra/process_spectra.py&quot;, line 279, in run&lt;br/&gt;
 amazed(args)&lt;br/&gt;
 File &quot;/home/miho/anaconda3/lib/python3.7/site-packages/drp_1dpipe-0.12.1-py3.7.egg/drp_1dpipe/process_spectra/process_spectra.py&quot;, line 260, in amazed&lt;br/&gt;
 args.lineflux in &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;#39;only&amp;#39;, &amp;#39;on&amp;#39;&amp;#93;&lt;/span&gt;)&lt;br/&gt;
 File &quot;/home/miho/anaconda3/lib/python3.7/site-packages/drp_1dpipe-0.12.1-py3.7.egg/drp_1dpipe/process_spectra/results.py&quot;, line 50, in _&lt;em&gt;init&lt;/em&gt;_&lt;br/&gt;
 self._read_lambda_ranges()&lt;br/&gt;
 File &quot;/home/miho/anaconda3/lib/python3.7/site-packages/drp_1dpipe-0.12.1-py3.7.egg/drp_1dpipe/process_spectra/results.py&quot;, line 107, in _read_lambda_ranges&lt;br/&gt;
 hdul = fits.open(path)&lt;br/&gt;
 File &quot;/home/miho/anaconda3/lib/python3.7/site-packages/astropy/io/fits/hdu/hdulist.py&quot;, line 151, in fitsopen&lt;br/&gt;
 lazy_load_hdus, **kwargs)&lt;br/&gt;
 File &quot;/home/miho/anaconda3/lib/python3.7/site-packages/astropy/io/fits/hdu/hdulist.py&quot;, line 390, in fromfile&lt;br/&gt;
 lazy_load_hdus=lazy_load_hdus, **kwargs)&lt;br/&gt;
 File &quot;/home/miho/anaconda3/lib/python3.7/site-packages/astropy/io/fits/hdu/hdulist.py&quot;, line 1039, in _readfrom&lt;br/&gt;
 fileobj = _File(fileobj, mode=mode, memmap=memmap, cache=cache)&lt;br/&gt;
 File &quot;/home/miho/anaconda3/lib/python3.7/site-packages/astropy/utils/decorators.py&quot;, line 503, in wrapper&lt;br/&gt;
 return function(*args, **kwargs)&lt;br/&gt;
 File &quot;/home/miho/anaconda3/lib/python3.7/site-packages/astropy/io/fits/file.py&quot;, line 178, in _&lt;em&gt;init&lt;/em&gt;_&lt;br/&gt;
 self._open_filename(fileobj, mode, overwrite)&lt;br/&gt;
 File &quot;/home/miho/anaconda3/lib/python3.7/site-packages/astropy/io/fits/file.py&quot;, line 555, in _open_filename&lt;br/&gt;
 self._file = fileobj_open(self.name, IO_FITS_MODES&lt;span class=&quot;error&quot;&gt;&amp;#91;mode&amp;#93;&lt;/span&gt;)&lt;br/&gt;
 File &quot;/home/miho/anaconda3/lib/python3.7/site-packages/astropy/io/fits/util.py&quot;, line 388, in fileobj_open&lt;br/&gt;
 return open(filename, mode, buffering=0)&lt;br/&gt;
 FileNotFoundError: &lt;span class=&quot;error&quot;&gt;&amp;#91;Errno 2&amp;#93;&lt;/span&gt; No such file or directory: &apos;/home/miho/PFS/pipeline/GAtest/spectra/pfsObject-1234-57011-0,0-000a083d-000002.fits&apos;&lt;br/&gt;
 &#8212; Logging error &#8212;&lt;br/&gt;
 Traceback (most recent call last):&lt;br/&gt;
 File &quot;/home/miho/anaconda3/lib/python3.7/site-packages/drp_1dpipe-0.12.1-py3.7.egg/drp_1dpipe/scheduler/scheduler.py&quot;, line 128, in run&lt;br/&gt;
 &apos;output-dir&apos;: &apos;output-&apos;})&lt;br/&gt;
 File &quot;/home/miho/anaconda3/lib/python3.7/site-packages/drp_1dpipe-0.12.1-py3.7.egg/drp_1dpipe/scheduler/local.py&quot;, line 82, in parallel&lt;br/&gt;
 &apos;{}&apos;.format(&lt;span class=&quot;error&quot;&gt;&amp;#91;f.result() for f in futures&amp;#93;&lt;/span&gt;))&lt;br/&gt;
 Exception: A task returned non-zero value. [CompletedProcess(args=&lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;#39;process_spectra&amp;#39;, &amp;#39;--spectra-listfile=/home/miho/PFS/pipeline/GAtest/spectralist_4fcgkdvu&amp;#39;, &amp;#39;--workdir=/home/miho/PFS/pipeline/GAtest&amp;#39;, &amp;#39;--logdir=/home/miho/PFS/pipeline/GAtest/logdir&amp;#39;, &amp;#39;--loglevel=WARNING&amp;#39;, &amp;#39;--lineflux=on&amp;#39;, &amp;#39;--spectra-dir=spectra&amp;#39;, &amp;#39;--output-dir=output-0&amp;#39;&amp;#93;&lt;/span&gt;, returncode=1)]&lt;/p&gt;

&lt;p&gt;During handling of the above exception, another exception occurred:&lt;/p&gt;

&lt;p&gt;Traceback (most recent call last):&lt;br/&gt;
 File &quot;/home/miho/anaconda3/lib/python3.7/logging/_&lt;em&gt;init&lt;/em&gt;_.py&quot;, line 1034, in emit&lt;br/&gt;
 msg = self.format(record)&lt;br/&gt;
 File &quot;/home/miho/anaconda3/lib/python3.7/logging/_&lt;em&gt;init&lt;/em&gt;_.py&quot;, line 880, in format&lt;br/&gt;
 return fmt.format(record)&lt;br/&gt;
 File &quot;/home/miho/anaconda3/lib/python3.7/logging/_&lt;em&gt;init&lt;/em&gt;_.py&quot;, line 619, in format&lt;br/&gt;
 record.message = record.getMessage()&lt;br/&gt;
 File &quot;/home/miho/anaconda3/lib/python3.7/logging/_&lt;em&gt;init&lt;/em&gt;_.py&quot;, line 380, in getMessage&lt;br/&gt;
 msg = msg % self.args&lt;br/&gt;
 TypeError: not all arguments converted during string formatting&lt;br/&gt;
 Call stack:&lt;br/&gt;
 File &quot;/home/miho/anaconda3/bin/drp_1dpipe&quot;, line 11, in &amp;lt;module&amp;gt;&lt;br/&gt;
 load_entry_point(&apos;drp-1dpipe==0.12.1&apos;, &apos;console_scripts&apos;, &apos;drp_1dpipe&apos;)()&lt;br/&gt;
 File &quot;/home/miho/anaconda3/lib/python3.7/site-packages/drp_1dpipe-0.12.1-py3.7.egg/drp_1dpipe/scheduler/scheduler.py&quot;, line 60, in main&lt;br/&gt;
 return run(args)&lt;br/&gt;
 File &quot;/home/miho/anaconda3/lib/python3.7/site-packages/drp_1dpipe-0.12.1-py3.7.egg/drp_1dpipe/scheduler/scheduler.py&quot;, line 130, in run&lt;br/&gt;
 logger.log(logging.ERROR, &apos;Error in process_spectra:&apos;, e)&lt;br/&gt;
 Message: &apos;Error in process_spectra:&apos;&lt;br/&gt;
 Arguments: (Exception(&quot;A task returned non-zero value. [CompletedProcess(args=&lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;#39;process_spectra&amp;#39;, &amp;#39;--spectra-listfile=/home/miho/PFS/pipeline/GAtest/spectralist_4fcgkdvu&amp;#39;, &amp;#39;--workdir=/home/miho/PFS/pipeline/GAtest&amp;#39;, &amp;#39;--logdir=/home/miho/PFS/pipeline/GAtest/logdir&amp;#39;, &amp;#39;--loglevel=WARNING&amp;#39;, &amp;#39;--lineflux=on&amp;#39;, &amp;#39;--spectra-dir=spectra&amp;#39;, &amp;#39;--output-dir=output-0&amp;#39;&amp;#93;&lt;/span&gt;, returncode=1)]&quot;),)&lt;br/&gt;
 &#8212; Logging error &#8212;&lt;br/&gt;
 Traceback (most recent call last):&lt;br/&gt;
 File &quot;/home/miho/anaconda3/lib/python3.7/site-packages/drp_1dpipe-0.12.1-py3.7.egg/drp_1dpipe/scheduler/scheduler.py&quot;, line 128, in run&lt;br/&gt;
 &apos;output-dir&apos;: &apos;output-&apos;})&lt;br/&gt;
 File &quot;/home/miho/anaconda3/lib/python3.7/site-packages/drp_1dpipe-0.12.1-py3.7.egg/drp_1dpipe/scheduler/local.py&quot;, line 82, in parallel&lt;br/&gt;
 &apos;{}&apos;.format(&lt;span class=&quot;error&quot;&gt;&amp;#91;f.result() for f in futures&amp;#93;&lt;/span&gt;))&lt;br/&gt;
 Exception: A task returned non-zero value. [CompletedProcess(args=&lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;#39;process_spectra&amp;#39;, &amp;#39;--spectra-listfile=/home/miho/PFS/pipeline/GAtest/spectralist_4fcgkdvu&amp;#39;, &amp;#39;--workdir=/home/miho/PFS/pipeline/GAtest&amp;#39;, &amp;#39;--logdir=/home/miho/PFS/pipeline/GAtest/logdir&amp;#39;, &amp;#39;--loglevel=WARNING&amp;#39;, &amp;#39;--lineflux=on&amp;#39;, &amp;#39;--spectra-dir=spectra&amp;#39;, &amp;#39;--output-dir=output-0&amp;#39;&amp;#93;&lt;/span&gt;, returncode=1)]&lt;/p&gt;

&lt;p&gt;During handling of the above exception, another exception occurred:&lt;/p&gt;

&lt;p&gt;Traceback (most recent call last):&lt;br/&gt;
 File &quot;/home/miho/anaconda3/lib/python3.7/logging/_&lt;em&gt;init&lt;/em&gt;_.py&quot;, line 1034, in emit&lt;br/&gt;
 msg = self.format(record)&lt;br/&gt;
 File &quot;/home/miho/anaconda3/lib/python3.7/logging/_&lt;em&gt;init&lt;/em&gt;_.py&quot;, line 880, in format&lt;br/&gt;
 return fmt.format(record)&lt;br/&gt;
 File &quot;/home/miho/anaconda3/lib/python3.7/logging/_&lt;em&gt;init&lt;/em&gt;_.py&quot;, line 619, in format&lt;br/&gt;
 record.message = record.getMessage()&lt;br/&gt;
 File &quot;/home/miho/anaconda3/lib/python3.7/logging/_&lt;em&gt;init&lt;/em&gt;_.py&quot;, line 380, in getMessage&lt;br/&gt;
 msg = msg % self.args&lt;br/&gt;
 TypeError: not all arguments converted during string formatting&lt;br/&gt;
 Call stack:&lt;br/&gt;
 File &quot;/home/miho/anaconda3/bin/drp_1dpipe&quot;, line 11, in &amp;lt;module&amp;gt;&lt;br/&gt;
 load_entry_point(&apos;drp-1dpipe==0.12.1&apos;, &apos;console_scripts&apos;, &apos;drp_1dpipe&apos;)()&lt;br/&gt;
 File &quot;/home/miho/anaconda3/lib/python3.7/site-packages/drp_1dpipe-0.12.1-py3.7.egg/drp_1dpipe/scheduler/scheduler.py&quot;, line 60, in main&lt;br/&gt;
 return run(args)&lt;br/&gt;
 File &quot;/home/miho/anaconda3/lib/python3.7/site-packages/drp_1dpipe-0.12.1-py3.7.egg/drp_1dpipe/scheduler/scheduler.py&quot;, line 130, in run&lt;br/&gt;
 logger.log(logging.ERROR, &apos;Error in process_spectra:&apos;, e)&lt;br/&gt;
 Message: &apos;Error in process_spectra:&apos;&lt;br/&gt;
 Arguments: (Exception(&quot;A task returned non-zero value. [CompletedProcess(args=&lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;#39;process_spectra&amp;#39;, &amp;#39;--spectra-listfile=/home/miho/PFS/pipeline/GAtest/spectralist_4fcgkdvu&amp;#39;, &amp;#39;--workdir=/home/miho/PFS/pipeline/GAtest&amp;#39;, &amp;#39;--logdir=/home/miho/PFS/pipeline/GAtest/logdir&amp;#39;, &amp;#39;--loglevel=WARNING&amp;#39;, &amp;#39;--lineflux=on&amp;#39;, &amp;#39;--spectra-dir=spectra&amp;#39;, &amp;#39;--output-dir=output-0&amp;#39;&amp;#93;&lt;/span&gt;, returncode=1)]&quot;),)&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;------------------------------------------------------------------------------&lt;/p&gt;

&lt;p&gt;According to the first line of the messages, it seems that the input pfsObject*** file&#160;&lt;/p&gt;

&lt;p&gt;does not have a fits header keyword&#160;&apos;wavelength&apos;.&lt;/p&gt;

&lt;p&gt;The drp_1dpipe code runs well with no errors for input spectra included in &quot;pfs_datapack_sp8_v2.0&quot;.&#160;&lt;/p&gt;

&lt;p&gt;I attach the input spectrum I&apos;m trying to use (output from the PFS spectrum simulator Ver.1.1).&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="13830">PIPE1D-12</key>
            <summary>drp_1dpipe does not read pfsObject** file created by PFS spectrum simulator</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="pychabau">Pierre-Yves CHABAUD</assignee>
                                    <reporter username="ishigaki">ishigaki</reporter>
                        <labels>
                    </labels>
                <created>Tue, 29 Oct 2019 05:23:03 +0000</created>
                <updated>Fri, 14 Aug 2020 13:09:40 +0000</updated>
                            <resolved>Fri, 14 Aug 2020 13:09:40 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                <comments>
                            <comment id="16262" author="pychabau" created="Tue, 29 Oct 2019 14:59:26 +0000"  >&lt;p&gt;I propose to implement both in the 1D pipeline and in the spectrum simulator the data model tagged version 5.1.0&lt;/p&gt;</comment>
                            <comment id="16303" author="kiyoto.yabe" created="Fri, 8 Nov 2019 05:58:50 +0000"  >&lt;p&gt;ETC (spectral simulator) will target tag `5.1.5`. Is it possible for you to use this release tag?&lt;/p&gt;</comment>
                            <comment id="16317" author="pychabau" created="Tue, 12 Nov 2019 15:01:43 +0000"  >&lt;p&gt;Data model 5.1.5 is now implement in branch tickets/&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/PIPE1D-12&quot; title=&quot;drp_1dpipe does not read pfsObject** file created by PFS spectrum simulator&quot; class=&quot;issue-link&quot; data-issue-key=&quot;PIPE1D-12&quot;&gt;&lt;del&gt;PIPE1D-12&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Dear Kiyoto, can you attach here an example of pfsObject produced by ETC ? I would like to test ETC output before merging in develop branch.&lt;/p&gt;</comment>
                            <comment id="16400" author="kiyoto.yabe" created="Thu, 14 Nov 2019 06:02:03 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=pychabau&quot; class=&quot;user-hover&quot; rel=&quot;pychabau&quot;&gt;Pierre-Yves CHABAUD&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I added an example from the simulator with new datamodel (pfsObject-001-00001-0,0-0000000000000000-001-0x8cf7641568bdb4ab.fits) as an attachment.&lt;/p&gt;</comment>
                            <comment id="16401" author="kiyoto.yabe" created="Thu, 14 Nov 2019 06:18:31 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=ishigaki&quot; class=&quot;user-hover&quot; rel=&quot;ishigaki&quot;&gt;ishigaki&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now I believe you can use the new ETC. At the directory of the repo, please do the following commands:&lt;/p&gt;

&lt;p&gt;&#160;&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;
git pull
git submodule update --init
make
python setup.py install&#160;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Or it may be easier to remove the previous repository and get the new one like this:&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;
git clone --recursive https:&lt;span class=&quot;code-comment&quot;&gt;//github.com/Subaru-PFS/spt_ExposureTimeCalculator.git 
&lt;/span&gt;cd spt_ExposureTimeCalculator 
make 
python setup.py install &#160;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;If you get any difficulties, please let me know.&lt;/p&gt;</comment>
                            <comment id="16402" author="ishigaki" created="Thu, 14 Nov 2019 08:15:01 +0000"  >&lt;p&gt;Thank you for updating the ETC. The new version of the code was successfully installed and imported. I would like to use this version to obtain simulated spectra for testing. &#160;&lt;/p&gt;</comment>
                            <comment id="16410" author="pychabau" created="Tue, 19 Nov 2019 18:18:49 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=kiyoto.yabe&quot; class=&quot;user-hover&quot; rel=&quot;kiyoto.yabe&quot;&gt;Kiyoto Yabe&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thank you for uploading file. I have a question.&lt;/p&gt;

&lt;p&gt;What is the meaning of your &lt;tt&gt;MASK&lt;/tt&gt; values ? (I guess 0 is ok).&lt;/p&gt;</comment>
                            <comment id="16411" author="kiyoto.yabe" created="Tue, 19 Nov 2019 19:24:07 +0000"  >&lt;p&gt;Yes, &quot;0&quot; means OK, and I think there are no masked pixels in the output from the simulator.&lt;/p&gt;</comment>
                            <comment id="16413" author="pychabau" created="Tue, 19 Nov 2019 19:30:04 +0000"  >&lt;p&gt;Ok great!&lt;/p&gt;

&lt;p&gt;I&apos;ve detected &quot;&lt;tt&gt;2&lt;/tt&gt;&quot; values (at the begining and at the end of the file). That&apos;s related to &quot;&lt;tt&gt;NULL&lt;/tt&gt;&quot; values in variance (&lt;tt&gt;HDU#5 - COVAR&lt;span class=&quot;error&quot;&gt;&amp;#91;0&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;0:&amp;#93;&lt;/span&gt;&lt;/tt&gt; ) and &quot;&lt;tt&gt;0.0&lt;/tt&gt;&quot; values in flux (&lt;tt&gt;HDU#1 - FLUX extension&lt;/tt&gt;).&lt;/p&gt;</comment>
                            <comment id="16545" author="pychabau" created="Thu, 12 Dec 2019 16:14:36 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=kiyoto.yabe&quot; class=&quot;user-hover&quot; rel=&quot;kiyoto.yabe&quot;&gt;Kiyoto Yabe&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To be compliant with datamodel, the floating data should be single precision floating value. I detect double precision floating value in your attached file. Can you check on your last development ?&lt;/p&gt;</comment>
                            <comment id="16557" author="kiyoto.yabe" created="Fri, 13 Dec 2019 16:19:56 +0000"  >&lt;p&gt;I only rely on the datamodel package, but that may be a problem on my side. Anyway, I&apos;ll take a look and check.&lt;/p&gt;</comment>
                            <comment id="16561" author="kiyoto.yabe" created="Mon, 16 Dec 2019 05:22:06 +0000"  >&lt;p&gt;&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=pychabau&quot; class=&quot;user-hover&quot; rel=&quot;pychabau&quot;&gt;Pierre-Yves CHABAUD&lt;/a&gt;&#160; This was my failure and I have pushed the fix on master. Check that again please.&lt;/p&gt;</comment>
                            <comment id="16562" author="pychabau" created="Mon, 16 Dec 2019 18:39:09 +0000"  >&lt;p&gt;&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=kiyoto.yabe&quot; class=&quot;user-hover&quot; rel=&quot;kiyoto.yabe&quot;&gt;Kiyoto Yabe&lt;/a&gt; Everything is ok after a last check. Thank you a lot!&lt;/p&gt;</comment>
                            <comment id="16633" author="ishigaki" created="Tue, 21 Jan 2020 06:14:03 +0000"  >&lt;p&gt;Thank you so much for your updating the code. I&apos;m now trying to run drp_1dpipe (&quot;develop&quot; branch). For that, I&apos;m trying to install the latest versions of both drp_1d and drp_1dpipe. When I first try to install drp_1d by &quot;pip install .&quot;, following the instruction in the README file in its &quot;develop&quot; branch, I&apos;ve got following messages attached here. &#160;&lt;/p&gt;

&lt;p&gt;It would be great if you could check the messages and suggest on a possible solution.&#160;&lt;/p&gt;</comment>
                            <comment id="16634" author="ishigaki" created="Tue, 21 Jan 2020 06:16:43 +0000"  >&lt;p&gt;These are the messages:&#160;&lt;/p&gt;

&lt;p&gt;(base) miho@thomas:~/PFS/pipeline/drp_1d$ pip install .&lt;br/&gt;
Processing /home/miho/PFS/pipeline/drp_1d&lt;br/&gt;
Requirement already satisfied: numpy&amp;gt;=1.16.0 in /home/miho/anaconda3/lib/python3.7/site-packages (from pylibamazed==0.7.dev0) (1.16.4)&lt;br/&gt;
Requirement already satisfied: astropy&amp;gt;=3.1.1 in /home/miho/anaconda3/lib/python3.7/site-packages (from pylibamazed==0.7.dev0) (3.1.1)&lt;br/&gt;
Building wheels for collected packages: pylibamazed&lt;br/&gt;
 Building wheel for pylibamazed (setup.py) ... error&lt;br/&gt;
 ERROR: Complete output from command /home/miho/anaconda3/bin/python -u -c &apos;import setuptools, tokenize;_&lt;em&gt;file&lt;/em&gt;&lt;em&gt;=&apos;&quot;&apos;&quot;&apos;/tmp/pip-req-build-2odqav55/setup.py&apos;&quot;&apos;&quot;&apos;;f=getattr(tokenize, &apos;&quot;&apos;&quot;&apos;open&apos;&quot;&apos;&quot;&apos;, open)(&lt;/em&gt;&lt;em&gt;file&lt;/em&gt;&lt;em&gt;);code=f.read().replace(&apos;&quot;&apos;&quot;&apos;\r\n&apos;&quot;&apos;&quot;&apos;, &apos;&quot;&apos;&quot;&apos;\n&apos;&quot;&apos;&quot;&apos;);f.close();exec(compile(code, __file&lt;/em&gt;_, &apos;&quot;&apos;&quot;&apos;exec&apos;&quot;&apos;&quot;&apos;))&apos; bdist_wheel -d /tmp/pip-wheel-j6bbrpie --python-tag cp37:&lt;br/&gt;
 ERROR: running bdist_wheel&lt;br/&gt;
 running build&lt;br/&gt;
 running build_ext&lt;br/&gt;
 building &apos;pyamazed/_redshift&apos; extension&lt;br/&gt;
 swigging pyamazed/redshift.i to pyamazed/redshift_wrap.cpp&lt;br/&gt;
 swig -python -c++ -o pyamazed/redshift_wrap.cpp pyamazed/redshift.i&lt;br/&gt;
 Unable to find file &apos;pyamazed/redshift.i&apos;.&lt;br/&gt;
 error: command &apos;swig&apos; failed with exit status 1&lt;br/&gt;
 ----------------------------------------&lt;br/&gt;
 ERROR: Failed building wheel for pylibamazed&lt;br/&gt;
 Running setup.py clean for pylibamazed&lt;br/&gt;
Failed to build pylibamazed&lt;br/&gt;
Installing collected packages: pylibamazed&lt;br/&gt;
 Running setup.py install for pylibamazed ... error&lt;br/&gt;
 ERROR: Complete output from command /home/miho/anaconda3/bin/python -u -c &apos;import setuptools, tokenize;_&lt;em&gt;file&lt;/em&gt;&lt;em&gt;=&apos;&quot;&apos;&quot;&apos;/tmp/pip-req-build-2odqav55/setup.py&apos;&quot;&apos;&quot;&apos;;f=getattr(tokenize, &apos;&quot;&apos;&quot;&apos;open&apos;&quot;&apos;&quot;&apos;, open)(&lt;/em&gt;&lt;em&gt;file&lt;/em&gt;&lt;em&gt;);code=f.read().replace(&apos;&quot;&apos;&quot;&apos;\r\n&apos;&quot;&apos;&quot;&apos;, &apos;&quot;&apos;&quot;&apos;\n&apos;&quot;&apos;&quot;&apos;);f.close();exec(compile(code, __file&lt;/em&gt;_, &apos;&quot;&apos;&quot;&apos;exec&apos;&quot;&apos;&quot;&apos;))&apos; install --record /tmp/pip-record-pbvf_au7/install-record.txt --single-version-externally-managed --compile:&lt;br/&gt;
 ERROR: running install&lt;br/&gt;
 running build&lt;br/&gt;
 running build_ext&lt;br/&gt;
 building &apos;pyamazed/_redshift&apos; extension&lt;br/&gt;
 swigging pyamazed/redshift.i to pyamazed/redshift_wrap.cpp&lt;br/&gt;
 swig -python -c++ -o pyamazed/redshift_wrap.cpp pyamazed/redshift.i&lt;br/&gt;
 Unable to find file &apos;pyamazed/redshift.i&apos;.&lt;br/&gt;
 error: command &apos;swig&apos; failed with exit status 1&lt;br/&gt;
 ----------------------------------------&lt;br/&gt;
ERROR: Command &quot;/home/miho/anaconda3/bin/python -u -c &apos;import setuptools, tokenize;_&lt;em&gt;file&lt;/em&gt;&lt;em&gt;=&apos;&quot;&apos;&quot;&apos;/tmp/pip-req-build-2odqav55/setup.py&apos;&quot;&apos;&quot;&apos;;f=getattr(tokenize, &apos;&quot;&apos;&quot;&apos;open&apos;&quot;&apos;&quot;&apos;, open)(&lt;/em&gt;&lt;em&gt;file&lt;/em&gt;&lt;em&gt;);code=f.read().replace(&apos;&quot;&apos;&quot;&apos;\r\n&apos;&quot;&apos;&quot;&apos;, &apos;&quot;&apos;&quot;&apos;\n&apos;&quot;&apos;&quot;&apos;);f.close();exec(compile(code, __file&lt;/em&gt;_, &apos;&quot;&apos;&quot;&apos;exec&apos;&quot;&apos;&quot;&apos;))&apos; install --record /tmp/pip-record-pbvf_au7/install-record.txt --single-version-externally-managed --compile&quot; failed with error code 1 in /tmp/pip-req-build-2odqav55/&lt;/p&gt;</comment>
                            <comment id="16635" author="pychabau" created="Tue, 21 Jan 2020 08:42:24 +0000"  >&lt;p&gt;&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=ishigaki&quot; class=&quot;user-hover&quot; rel=&quot;ishigaki&quot;&gt;ishigaki&lt;/a&gt; The missing file &quot;redshift.i&quot; is no more in the &quot;pyamazed&quot; folder. Starting from a fresh install (from git clone) could solve your problem.&lt;/p&gt;</comment>
                            <comment id="16637" author="ishigaki" created="Wed, 22 Jan 2020 02:30:17 +0000"  >&lt;p&gt;Thanks for your prompt response! I understand there was an issue in installation and found that it was a problem of my environment, where the new installations of both drp_1d and drp_1dpipe were not reflected to the&#160;&#160;*/site-packages/ directory. As you suggests, the older version was running. When I delete the older versions in that directly and freshly install the drp_1d and drp_1dpipe (after git checkout develop), the installations were both successful. Thanks again for your suggestion!&lt;/p&gt;</comment>
                            <comment id="16709" author="ishigaki" created="Mon, 10 Feb 2020 05:14:20 +0000"  >&lt;p&gt;Thanks again for your support on the drp_1dpipe. The code has been successful in running on a stellar spectrum, which has been created by the latest version of the PFS simulator provided by Yabe-san. I&apos;m trying to modify the parameter files (*.json) to be suitable for the stellar velocity measurement. Could you provide me with an example *.json file to be used for a stellar spectrum or&#160;&lt;/p&gt;

&lt;p&gt;with suggestions on the relevant parameters? Specifically, I was trying to switch to the &quot;Templete&quot; method from the &quot;Linemodel&quot; method and to search for stellar templates. The current parameter files are attached below:&#160;&lt;/p&gt;</comment>
                            <comment id="16710" author="ishigaki" created="Mon, 10 Feb 2020 05:16:25 +0000"  >&lt;p&gt;Attachement&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/attachment/12501/12501_myparams.json&quot; title=&quot;myparams.json attached to PIPE1D-12&quot;&gt;myparams.json&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://pfspipe.ipmu.jp/jira/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;sup&gt;&lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/attachment/12502/12502_myparams_linemeas.json&quot; title=&quot;myparams_linemeas.json attached to PIPE1D-12&quot;&gt;myparams_linemeas.json&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://pfspipe.ipmu.jp/jira/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;/sup&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="12501" name="myparams.json" size="1291" author="ishigaki" created="Mon, 10 Feb 2020 05:15:02 +0000"/>
                            <attachment id="12502" name="myparams_linemeas.json" size="1883" author="ishigaki" created="Mon, 10 Feb 2020 05:16:19 +0000"/>
                            <attachment id="12223" name="pfsObject-00000-0,0-000-00000001-01-0x395428ab.fits" size="558720" author="ishigaki" created="Tue, 29 Oct 2019 05:22:47 +0000"/>
                            <attachment id="12300" name="pfsObject-001-00001-0,0-0000000000000000-001-0x8cf7641568bdb4ab.fits" size="786240" author="kiyoto.yabe" created="Thu, 14 Nov 2019 06:00:24 +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|zzs014:</customfieldvalue>

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

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