Skip to content

Commit

Permalink
swap uncorr and corr in flatfield corr
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf committed Sep 28, 2024
1 parent 590fc4c commit 5928f7c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions resources/qc/ff_html_temp.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ <h2>Chunk - {{ chunk_num }} Channel - {{ loop.index0 }}</h2>
<tr>
{%- for image in channel %}
<td>
<img src="{{ image.img_corr }}"></img>
<h3>Corrected</h3>
<img src="{{ image.img_uncorr }}"></img>
<h3>Uncorrected</h3>
<p>Slice-{{ image.slice }}</p>
</td>
<td>
<img src="{{ image.img_uncorr }}"></img>
<h3>Uncorrected</h3>
<img src="{{ image.img_corr }}"></img>
<h3>Corrected</h3>
<p>Slice-{{ image.slice }}</p>
</td>
{%- endfor %}
Expand Down Expand Up @@ -117,4 +117,4 @@ <h3>Uncorrected</h3>
}
})
</script>
</body>
</body>

0 comments on commit 5928f7c

Please sign in to comment.