diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-07-09 09:57:40 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-07-09 09:57:40 +0100 |
commit | 53b53d6f3b88586aa83ab98421f91d6c95bdde51 (patch) | |
tree | f007e779209a15870fdec2be224464442a52fc71 | |
parent | 9f8cc748c174c11933663383169e6c9eb3b10c57 (diff) |
Minor corrections
To make things easier to understand.
-rw-r--r-- | reproducible-paper.tex | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/reproducible-paper.tex b/reproducible-paper.tex index fb9f732..2d6fc4d 100644 --- a/reproducible-paper.tex +++ b/reproducible-paper.tex @@ -95,6 +95,28 @@ \newcommand{\imgtdir}{/home/mohammad/documents/personal/professional/astronomy/talks/in-prep/images} + \begin{frame}{It all started because I wanted to study \emph{real} galaxies...} + \centering + \begin{columns} + \column{6cm} + \includegraphics[scale=0.5]{\imgtdir/SEreal.pdf} + \column{6cm} + \end{columns} + \end{frame} + \begin{frame}{It all started because I wanted to study \emph{real} galaxies... So I made NoiseChisel (in Gnuastro)} + \centering + \begin{columns} + \column{6cm} + \includegraphics[scale=0.5]{\imgtdir/SEreal.pdf} + \column{6cm} + \includegraphics[scale=0.5]{\imgtdir/NCreal.pdf} + \end{columns} + \end{frame} + + + + + \begin{frame}{Reproducibility is critically important for low surface brightness astronomy} \small \begin{columns} @@ -121,9 +143,11 @@ \item Default settings \alert{not enough}. \item Result not \alert{just from NoiseChisel}. \end{itemize} + + \item \textcolor{green!80!black}{Low-S/N analysis is hard to reproduce!} \end{itemize} - \vspace{1mm} + \vspace{0.5mm} \begin{tcolorbox}[boxsep=0pt,left=1mm,right=1mm,top=1mm,bottom=1mm] Simply reporting in your paper that ``\emph{we used NoiseChisel}'' is \alert{not enough} to reproduce, understand, |