<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 15:48:03 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-77] Make sure there are no systematics in the normalized flat</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/PIPE2D-77</link>
                <project id="10002" key="PIPE2D">DRP 2-D Pipeline</project>
                    <description>&lt;p&gt;1. Understand why the normalized flat is only five pixels wide;&lt;br/&gt;
2. Understand why the variation is at ~3% rather than &amp;lt;1%.&lt;/p&gt;</description>
                <environment></environment>
        <key id="11147">PIPE2D-77</key>
            <summary>Make sure there are no systematics in the normalized flat</summary>
                <type id="5" iconUrl="https://pfspipe.ipmu.jp/jira/secure/viewavatar?size=xsmall&amp;avatarId=10516&amp;avatarType=issuetype">Sub-task</type>
                            <parent id="10102">PIPE2D-10</parent>
                                    <priority id="3" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/priorities/major.svg">Major</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="aritter">aritter</assignee>
                                    <reporter username="swinbank">swinbank</reporter>
                        <labels>
                    </labels>
                <created>Fri, 9 Sep 2016 17:31:02 +0000</created>
                <updated>Fri, 10 Feb 2017 18:27:05 +0000</updated>
                            <resolved>Thu, 9 Feb 2017 05:41:37 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                            <comment id="11428" author="aritter" created="Mon, 10 Oct 2016 02:08:15 +0000"  >&lt;p&gt;This ticket is based on &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/PIPE2D-80&quot; title=&quot;Task-ify code for creating normalized flats&quot; class=&quot;issue-link&quot; data-issue-key=&quot;PIPE2D-80&quot;&gt;&lt;del&gt;PIPE2D-80&lt;/del&gt;&lt;/a&gt; which is based on &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/PIPE2D-90&quot; title=&quot;Create Calib Task to create and write FiberTraces&quot; class=&quot;issue-link&quot; data-issue-key=&quot;PIPE2D-90&quot;&gt;&lt;del&gt;PIPE2D-90&lt;/del&gt;&lt;/a&gt; as it needs to read the pfsFiberTrace file. Once &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/PIPE2D-90&quot; title=&quot;Create Calib Task to create and write FiberTraces&quot; class=&quot;issue-link&quot; data-issue-key=&quot;PIPE2D-90&quot;&gt;&lt;del&gt;PIPE2D-90&lt;/del&gt;&lt;/a&gt; and &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/PIPE2D-80&quot; title=&quot;Task-ify code for creating normalized flats&quot; class=&quot;issue-link&quot; data-issue-key=&quot;PIPE2D-80&quot;&gt;&lt;del&gt;PIPE2D-80&lt;/del&gt;&lt;/a&gt; are reviewed and merged into master, I will rebase this ticket on master and submit for review&lt;/p&gt;</comment>
                            <comment id="11472" author="aritter" created="Wed, 19 Oct 2016 19:24:53 +0000"  >&lt;p&gt;It appears that we looked at the wrong file when we created this ticket. The width of the normalized Flat (point 1.) was actually correct, and so was the variation (point 2.). However concerning the width we decided to not use the proposed SNR cut nor cut the normalized Flat FiberTrace to the width of the spectral FiberTraces for diagnostic reasons. We might need to rethink not using the SNR cut though as it will probably add noise to the adjacent FiberTraces.&lt;br/&gt;
We found that in the center of the FiberTraces the spatial profile is slightly too low (of the order of 0.03%). The explanation for this seems to be in the way the spatial profiles are calculated. To avoid negative values for the wings of the spatial profiles aritter set all negative pixel values in the original FiberFlat exposures to zero, what causes the wings to be slightly too high and therefore the centers of the spatial profiles (normalized to a sum of 1.0) slightly too low. We decided that this systematic is within the acceptable errors and that no fix (code changes) is needed at least at this stage.&lt;/p&gt;</comment>
                            <comment id="11478" author="swinbank" created="Fri, 21 Oct 2016 17:18:49 +0000"  >&lt;p&gt;&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=rhl&quot; class=&quot;user-hover&quot; rel=&quot;rhl&quot;&gt;rhl&lt;/a&gt;, are you happy with the text above? If so, we&apos;ll close this.&lt;/p&gt;</comment>
                            <comment id="11484" author="swinbank" created="Fri, 28 Oct 2016 17:49:05 +0000"  >&lt;blockquote&gt;
&lt;p&gt;The explanation for this seems to be in the way the spatial profiles are calculated&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Please check/demonstrate this by not setting all negative pixels to zero and making sure that the profile is no longer too low. Should be quick to do this: just hack away at the source.&lt;/p&gt;</comment>
                            <comment id="11524" author="aritter" created="Wed, 9 Nov 2016 21:49:58 +0000"  >&lt;p&gt;Turns out that I don&apos;t set negative pixel values to zero (anymore), only negative profile values. I&apos;m going to check the weights for the most outer pixels next.&lt;/p&gt;</comment>
                            <comment id="11703" author="swinbank" created="Mon, 19 Dec 2016 17:57:32 +0000"  >&lt;p&gt;Per our meeting of 2016-12-19, please add:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;A description of what&apos;s going on here;&lt;/li&gt;
	&lt;li&gt;How we can be sure it&apos;s not going to be a problem in dithered flats.&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11728" author="swinbank" created="Mon, 9 Jan 2017 17:45:18 +0000"  >&lt;p&gt;Per our meeting of 2017-01-09, &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=aritter&quot; class=&quot;user-hover&quot; rel=&quot;aritter&quot;&gt;aritter&lt;/a&gt; believes that this problem may have vanished (or be much reduced?) with newer simulations and/or the current version of his code. He will check this, and update this ticket with material to convince us that that is the case. We can then close this (a post-mortem of bugs in old code or simulations is not necessary).&lt;/p&gt;</comment>
                            <comment id="11761" author="aritter" created="Tue, 17 Jan 2017 18:14:15 +0000"  >&lt;p&gt;I have produced plots comparing the original and reconstructed (from the spatial profile and the extracted spectrum) pixel values in all FiberTraces in one Flat, sorted by their distance to the center of the FiberTrace. The profile was calculated with 10 times oversampling (bin width 1/10th pixel). The bin width for which the mean and standard deviation of the difference (original pixel value) / (reconstructed pixel value) were calculated is 1/100th pixel. We originally saw strong systematics in the most outer 1/20th (half a bin width of the profile calculation) of a pixel which seems resolved now:&lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;10419_thumb&quot; href=&quot;https://pfspipe.ipmu.jp/jira/secure/attachment/10419/10419_curvedFiberTraceNormalizedFlatFromDRP_STELLA_DATA_profile_wider.png&quot; title=&quot;curvedFiberTraceNormalizedFlatFromDRP_STELLA_DATA_profile_wider.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;10419&quot; file-preview-title=&quot;curvedFiberTraceNormalizedFlatFromDRP_STELLA_DATA_profile_wider.png&quot;&gt;&lt;img src=&quot;https://pfspipe.ipmu.jp/jira/secure/thumbnail/10412/_thumb_10412.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/a&gt;&lt;/span&gt; &lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;10414_thumb&quot; href=&quot;https://pfspipe.ipmu.jp/jira/secure/attachment/10414/10414_origMinusRec_SPLINE3_center_new.png&quot; title=&quot;origMinusRec_SPLINE3_center_new.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;10414&quot; file-preview-title=&quot;origMinusRec_SPLINE3_center_new.png&quot;&gt;&lt;img src=&quot;https://pfspipe.ipmu.jp/jira/secure/thumbnail/10413/_thumb_10413.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/a&gt;&lt;/span&gt; &lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;10415_thumb&quot; href=&quot;https://pfspipe.ipmu.jp/jira/secure/attachment/10415/10415_origMinusRec_SPLINE3_right_new.png&quot; title=&quot;origMinusRec_SPLINE3_right_new.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;10415&quot; file-preview-title=&quot;origMinusRec_SPLINE3_right_new.png&quot;&gt;&lt;img src=&quot;https://pfspipe.ipmu.jp/jira/secure/thumbnail/10414/_thumb_10414.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/a&gt;&lt;/span&gt; &lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;10423_thumb&quot; href=&quot;https://pfspipe.ipmu.jp/jira/secure/attachment/10423/10423_straightFiberTraceNormalizedFlatFromDRP_STELLA_DATA_new_pixel_distribution.png&quot; title=&quot;straightFiberTraceNormalizedFlatFromDRP_STELLA_DATA_new_pixel_distribution.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;10423&quot; file-preview-title=&quot;straightFiberTraceNormalizedFlatFromDRP_STELLA_DATA_new_pixel_distribution.png&quot;&gt;&lt;img src=&quot;https://pfspipe.ipmu.jp/jira/secure/thumbnail/10415/_thumb_10415.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/a&gt;&lt;/span&gt; &lt;br/&gt;
This looks reasonable to me.&lt;/p&gt;</comment>
                            <comment id="11763" author="swinbank" created="Wed, 18 Jan 2017 17:34:38 +0000"  >&lt;p&gt;&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=price&quot; class=&quot;user-hover&quot; rel=&quot;price&quot;&gt;price&lt;/a&gt; &#8212; in case it&apos;s not obvious, I&apos;ve just been talking to &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=aritter&quot; class=&quot;user-hover&quot; rel=&quot;aritter&quot;&gt;aritter&lt;/a&gt; and he points out that the review of this ticket involves not just understanding his figures and agreeing that they indicate that there&apos;s nothing to worry about here, but also reviewing the outstanding PR on GitHub.&lt;/p&gt;</comment>
                            <comment id="11788" author="aritter" created="Wed, 25 Jan 2017 04:09:48 +0000"  >&lt;p&gt;Please ignore the ticket branch for obs_pfs as this is superseeded by &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/PIPE2D-80&quot; title=&quot;Task-ify code for creating normalized flats&quot; class=&quot;issue-link&quot; data-issue-key=&quot;PIPE2D-80&quot;&gt;&lt;del&gt;PIPE2D-80&lt;/del&gt;&lt;/a&gt;. I have filed a ticket &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/PIPE2D-151&quot; title=&quot;Check obs_pfs tickets/PIPE2D-77.bak for changes worth keeping&quot; class=&quot;issue-link&quot; data-issue-key=&quot;PIPE2D-151&quot;&gt;&lt;del&gt;PIPE2D-151&lt;/del&gt;&lt;/a&gt; to go over this branch and look for code changes worth keeping.&lt;/p&gt;

&lt;p&gt;As for what is going with this ticket in general: I used the Flat with visit number 104 to generate a normalized Flat. This is done by calculating the spatial profile, optimally extract the spectrum by scaling the spatial profile to each row in the FiberTrace, reconstruct the (smooth) FiberTrace image by multiplying the spatial profile with the spectrum, and dividing the original FiberTrace image by the reconstructed one. The spatial profile is calculated from the Flat rows in a swath containing 500 rows. The swaths overlap (swath 1: rows 0-499, swath 2: rows 255-754,...). Within each swath the rows are (noisy) dithered representations of the spatial profile, scaled with the flux in the dispersion element. These dithered representations are normalized to a sum of 1 and binned with a bin width of &lt;tt&gt;1/oversample&lt;/tt&gt; (with &lt;tt&gt;oversample=10&lt;/tt&gt;). For each bin center, the mean value (with sigma rejection iterations) is calculated, and fitted with a cubic spline.&lt;br/&gt;
The profile calculated for each swath is assumed true for the center of the swath. In between the swath&apos;s centers the profile is interpolated from the 2 adjacent profiles.&lt;br/&gt;
More comments to follow...&lt;/p&gt;</comment>
                            <comment id="11789" author="price" created="Wed, 25 Jan 2017 04:40:45 +0000"  >&lt;p&gt;I&apos;ve made some comments about the code on the GitHub PR.  I still need to grok what it is you&apos;re doing because I&apos;m still getting my head around the algorithms.  It might be helpful if you could make some &quot;before&quot; plots to match the &quot;after&quot; ones you&apos;ve already posted, so we can see the problem along with its solution.&lt;/p&gt;</comment>
                            <comment id="11797" author="aritter" created="Sun, 29 Jan 2017 22:20:21 +0000"  >&lt;p&gt;Here are some images which illustrate the problems we saw:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;systematics in the pixels which are the farthest away from the center of the FiberTrace, just before a curved FiberTrace crosses over to another column:&lt;br/&gt;
  before:  &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;10419_thumb&quot; href=&quot;https://pfspipe.ipmu.jp/jira/secure/attachment/10419/10419_curvedFiberTraceNormalizedFlatFromDRP_STELLA_DATA_profile_wider.png&quot; title=&quot;curvedFiberTraceNormalizedFlatFromDRP_STELLA_DATA_profile_wider.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;10419&quot; file-preview-title=&quot;curvedFiberTraceNormalizedFlatFromDRP_STELLA_DATA_profile_wider.png&quot;&gt;&lt;img src=&quot;https://pfspipe.ipmu.jp/jira/secure/thumbnail/10418/_thumb_10418.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/a&gt;&lt;/span&gt; &lt;br/&gt;
  after:  &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;10420_thumb&quot; href=&quot;https://pfspipe.ipmu.jp/jira/secure/attachment/10420/10420_straightFiberTraceNormalizedFlatFromDRP_STELLA_DATA_old.png&quot; title=&quot;straightFiberTraceNormalizedFlatFromDRP_STELLA_DATA_old.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;10420&quot; file-preview-title=&quot;straightFiberTraceNormalizedFlatFromDRP_STELLA_DATA_old.png&quot;&gt;&lt;img src=&quot;https://pfspipe.ipmu.jp/jira/secure/thumbnail/10419/_thumb_10419.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;
  The solution was to make the FiberTrace wider. I also improved the profile determination for the most outer pixels by extrapolating the cubic spline outside the limits where the spline was defined. These limits are set by the bin centers of the oversampled profile. Originally I just used the values of the most outer bins.&lt;/li&gt;
	&lt;li&gt;systematics in the outer pixels of the normalized Flat, especially in the straight FiberTraces. I only just discovered this when I prepared the images. I will move &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/PIPE2D-77&quot; title=&quot;Make sure there are no systematics in the normalized flat&quot; class=&quot;issue-link&quot; data-issue-key=&quot;PIPE2D-77&quot;&gt;&lt;del&gt;PIPE2D-77&lt;/del&gt;&lt;/a&gt; back into progress and put the fix into a new commit:&lt;br/&gt;
  before:  &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;10421_thumb&quot; href=&quot;https://pfspipe.ipmu.jp/jira/secure/attachment/10421/10421_straightFiberTraceNormalizedFlatFromDRP_STELLA_DATA_old_pixel_distribution.png&quot; title=&quot;straightFiberTraceNormalizedFlatFromDRP_STELLA_DATA_old_pixel_distribution.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;10421&quot; file-preview-title=&quot;straightFiberTraceNormalizedFlatFromDRP_STELLA_DATA_old_pixel_distribution.png&quot;&gt;&lt;img src=&quot;https://pfspipe.ipmu.jp/jira/secure/thumbnail/10420/_thumb_10420.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/a&gt;&lt;/span&gt;  &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;10422_thumb&quot; href=&quot;https://pfspipe.ipmu.jp/jira/secure/attachment/10422/10422_straightFiberTraceNormalizedFlatFromDRP_STELLA_DATA_new.png&quot; title=&quot;straightFiberTraceNormalizedFlatFromDRP_STELLA_DATA_new.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;10422&quot; file-preview-title=&quot;straightFiberTraceNormalizedFlatFromDRP_STELLA_DATA_new.png&quot;&gt;&lt;img src=&quot;https://pfspipe.ipmu.jp/jira/secure/thumbnail/10421/_thumb_10421.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/a&gt;&lt;/span&gt; &lt;br/&gt;
  after:  &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;10423_thumb&quot; href=&quot;https://pfspipe.ipmu.jp/jira/secure/attachment/10423/10423_straightFiberTraceNormalizedFlatFromDRP_STELLA_DATA_new_pixel_distribution.png&quot; title=&quot;straightFiberTraceNormalizedFlatFromDRP_STELLA_DATA_new_pixel_distribution.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;10423&quot; file-preview-title=&quot;straightFiberTraceNormalizedFlatFromDRP_STELLA_DATA_new_pixel_distribution.png&quot;&gt;&lt;img src=&quot;https://pfspipe.ipmu.jp/jira/secure/thumbnail/10422/_thumb_10422.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/a&gt;&lt;/span&gt;  &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;10425_thumb&quot; href=&quot;https://pfspipe.ipmu.jp/jira/secure/attachment/10425/10425_straightFiberTraceNormalizedFlatFromDRP_STELLA_DATA_overSample10_minSNR10.png&quot; title=&quot;straightFiberTraceNormalizedFlatFromDRP_STELLA_DATA_overSample10_minSNR10.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;10425&quot; file-preview-title=&quot;straightFiberTraceNormalizedFlatFromDRP_STELLA_DATA_overSample10_minSNR10.png&quot;&gt;&lt;img src=&quot;https://pfspipe.ipmu.jp/jira/secure/thumbnail/10423/_thumb_10423.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/a&gt;&lt;/span&gt; &lt;br/&gt;
  The problem was that the dithered FiberTraces were extracted using the &lt;tt&gt;pfsFiberTrace&lt;/tt&gt; from the non-dithered Flat. The fix was to trace the FiberTraces for all (dithered) Flats individually.&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11805" author="aritter" created="Tue, 31 Jan 2017 20:01:01 +0000"  >&lt;p&gt;RHL suggests:&lt;br/&gt;
Add 2 more pixels far out on both sides and set them to 0 to constrain the spline extrapolation.&lt;br/&gt;
Calculate ChiSquared, show residual divided by variance (&quot;Chi&quot;)&lt;/p&gt;</comment>
                            <comment id="11806" author="aritter" created="Tue, 31 Jan 2017 20:39:42 +0000"  >&lt;p&gt;Some more comments about the strategy for the construction of the master Flat from the dithered Flats:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Only &lt;tt&gt;FiberTrace&lt;/tt&gt; s with zero shift in x are extracted using the &lt;tt&gt;pfsFiberTrace&lt;/tt&gt;, all others are traced before the extraction.&lt;/li&gt;
	&lt;li&gt;For each &lt;tt&gt;FiberTrace&lt;/tt&gt;, all dithered realizations are added into an empty image to construct a single, wide FiberTrace representation.&lt;/li&gt;
	&lt;li&gt;The same is done for their reconstructions, meaning that each dithered realization is reconstructed individually.&lt;/li&gt;
	&lt;li&gt;The sum of the original dithered &lt;tt&gt;FiberTrace&lt;/tt&gt; is divided by the sum of the reconstructed ones to create a normalized wide &lt;tt&gt;FiberTrace&lt;/tt&gt; Flat.&lt;/li&gt;
	&lt;li&gt;Pixels with a SNR less than &lt;tt&gt;minSNR&lt;/tt&gt; (config parameter) are set to Unity&lt;/li&gt;
	&lt;li&gt;The normalized &lt;tt&gt;FiberTrace&lt;/tt&gt; is extracted from the image using the &lt;tt&gt;pfsFiberTrace&lt;/tt&gt;, and put into the final master Flat&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;I was thinking that maybe it&apos;s better/faster, to trace, extract, and reconstruct the wide sum of the dithered &lt;tt&gt;FiberTrace&lt;/tt&gt; representations, instead of reconstructing each dithered &lt;tt&gt;FiberTrace&lt;/tt&gt; individually. This version is implemented in a different branch now (obs_pfs &lt;a href=&quot;https://github.com/Subaru-PFS/obs_pfs/tree/tickets/PIPE2D-77_1profile&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;tickets/PIPE2D-77_1profile&lt;/a&gt;). Both versions are working fine, but I didn&apos;t exactly compare and profile them yet. I filed another ticket to compare both versions for quality and speed (&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/PIPE2D-154&quot; title=&quot;Compare normalized FiberFlats using many profiles to one profile&quot; class=&quot;issue-link&quot; data-issue-key=&quot;PIPE2D-154&quot;&gt;&lt;del&gt;PIPE2D-154&lt;/del&gt;&lt;/a&gt;).&lt;/p&gt;</comment>
                            <comment id="11807" author="aritter" created="Tue, 31 Jan 2017 21:10:18 +0000"  >&lt;p&gt;A last (hopefully) systematic I forgot to mention earlier in the wings of the spatial profile, where the model was ~10% too low. The fix was to turn up the oversampling factor (config parameter &lt;tt&gt;config.profile.overSample&lt;/tt&gt;) from 10 to 50-100, reducing the bin size for the profile calculation to 1/50-1/100 of a pixel:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;before:&lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;10426_thumb&quot; href=&quot;https://pfspipe.ipmu.jp/jira/secure/attachment/10426/10426_straightFiberTraceNormalizedFlatFromDRP_STELLA_DATA_overSample100_minSNR10.png&quot; title=&quot;straightFiberTraceNormalizedFlatFromDRP_STELLA_DATA_overSample100_minSNR10.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;10426&quot; file-preview-title=&quot;straightFiberTraceNormalizedFlatFromDRP_STELLA_DATA_overSample100_minSNR10.png&quot;&gt;&lt;img src=&quot;https://pfspipe.ipmu.jp/jira/secure/thumbnail/10425/_thumb_10425.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/a&gt;&lt;/span&gt; &lt;/li&gt;
	&lt;li&gt;after (with 100 times oversampling):&lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;10426_thumb&quot; href=&quot;https://pfspipe.ipmu.jp/jira/secure/attachment/10426/10426_straightFiberTraceNormalizedFlatFromDRP_STELLA_DATA_overSample100_minSNR10.png&quot; title=&quot;straightFiberTraceNormalizedFlatFromDRP_STELLA_DATA_overSample100_minSNR10.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;10426&quot; file-preview-title=&quot;straightFiberTraceNormalizedFlatFromDRP_STELLA_DATA_overSample100_minSNR10.png&quot;&gt;&lt;img src=&quot;https://pfspipe.ipmu.jp/jira/secure/thumbnail/10426/_thumb_10426.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/a&gt;&lt;/span&gt; &lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11808" author="aritter" created="Tue, 31 Jan 2017 22:08:27 +0000"  >&lt;p&gt;Please review the latest commits in &lt;tt&gt;drp_stella&lt;/tt&gt; and the branch &lt;tt&gt;tickets/&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/PIPE2D-77&quot; title=&quot;Make sure there are no systematics in the normalized flat&quot; class=&quot;issue-link&quot; data-issue-key=&quot;PIPE2D-77&quot;&gt;&lt;del&gt;PIPE2D-77&lt;/del&gt;&lt;/a&gt;&lt;/tt&gt; in &lt;tt&gt;obs_pfs&lt;/tt&gt;&lt;/p&gt;</comment>
                            <comment id="11818" author="price" created="Wed, 1 Feb 2017 18:05:40 +0000"  >&lt;p&gt;I added review comments to the PR on obs_pfs.  Nothing further to add to drp_stella.&lt;/p&gt;</comment>
                            <comment id="11848" author="aritter" created="Thu, 9 Feb 2017 05:41:37 +0000"  >&lt;p&gt;Merged into master&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="11457">PIPE2D-155</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="11451">PIPE2D-212</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="11447">PIPE2D-151</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="11456">PIPE2D-154</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="11478">PIPE2D-160</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="10418" name="curvedFiberTraceNormalizedFlatFromDRP_STELLA_DATA_profile_too_narrow.png" size="125856" author="aritter" created="Fri, 27 Jan 2017 21:36:03 +0000"/>
                            <attachment id="10419" name="curvedFiberTraceNormalizedFlatFromDRP_STELLA_DATA_profile_wider.png" size="129328" author="aritter" created="Sun, 29 Jan 2017 21:41:04 +0000"/>
                            <attachment id="10414" name="origMinusRec_SPLINE3_center_new.png" size="27156" author="aritter" created="Tue, 17 Jan 2017 18:08:57 +0000"/>
                            <attachment id="10412" name="origMinusRec_SPLINE3_full_new.png" size="25994" author="aritter" created="Tue, 17 Jan 2017 18:08:22 +0000"/>
                            <attachment id="10413" name="origMinusRec_SPLINE3_left_new.png" size="25914" author="aritter" created="Tue, 17 Jan 2017 18:08:43 +0000"/>
                            <attachment id="10416" name="origMinusRec_SPLINE3_left_oldSim_old.png" size="22430" author="aritter" created="Thu, 26 Jan 2017 19:37:39 +0000"/>
                            <attachment id="10415" name="origMinusRec_SPLINE3_right_new.png" size="25995" author="aritter" created="Tue, 17 Jan 2017 18:09:07 +0000"/>
                            <attachment id="10417" name="origMinusRec_SPLINE3_right_oldSim_old.png" size="22401" author="aritter" created="Thu, 26 Jan 2017 19:37:48 +0000"/>
                            <attachment id="10423" name="straightFiberTraceNormalizedFlatFromDRP_STELLA_DATA_new_pixel_distribution.png" size="32818" author="aritter" created="Sun, 29 Jan 2017 22:06:45 +0000"/>
                            <attachment id="10422" name="straightFiberTraceNormalizedFlatFromDRP_STELLA_DATA_new.png" size="194568" author="aritter" created="Sun, 29 Jan 2017 22:06:42 +0000"/>
                            <attachment id="10421" name="straightFiberTraceNormalizedFlatFromDRP_STELLA_DATA_old_pixel_distribution.png" size="32628" author="aritter" created="Sun, 29 Jan 2017 22:06:20 +0000"/>
                            <attachment id="10420" name="straightFiberTraceNormalizedFlatFromDRP_STELLA_DATA_old.png" size="194573" author="aritter" created="Sun, 29 Jan 2017 22:06:12 +0000"/>
                            <attachment id="10426" name="straightFiberTraceNormalizedFlatFromDRP_STELLA_DATA_overSample100_minSNR10.png" size="285993" author="aritter" created="Tue, 31 Jan 2017 21:03:34 +0000"/>
                            <attachment id="10425" name="straightFiberTraceNormalizedFlatFromDRP_STELLA_DATA_overSample10_minSNR10.png" size="283861" author="aritter" created="Tue, 31 Jan 2017 21:03:20 +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|ii00p3:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10005" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="23">2014-17</customfieldvalue>

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