aboutsummaryrefslogtreecommitdiff
path: root/processing/chapter.tex
diff options
context:
space:
mode:
Diffstat (limited to 'processing/chapter.tex')
-rw-r--r--processing/chapter.tex11
1 files changed, 6 insertions, 5 deletions
diff --git a/processing/chapter.tex b/processing/chapter.tex
index cfcaba8..b324ed3 100644
--- a/processing/chapter.tex
+++ b/processing/chapter.tex
@@ -452,8 +452,8 @@ The way that WrightTools handles data creation for these file-types deserves spe
Firstly, WrightTools contains hardcoded column information for each filetype.
Data from Kent Meyer's ``picosecond control'' software had consistent columns over the lifetime of
the software, so only one dictionary is needed to store these correspondences. %
-Schuyler Kain's ``COLORS'' software [CITE] used at least 7 different formats, and unfortunately
-these format types were not fully documented. %
+Schuyler Kain's ``COLORS'' software used at least 7 different formats, and unfortunately
+these format types were not fully documented. \cite{KainSchuyler2017a} %
WrightTools attempts to guess the COLORS data format by counting the number of columns. %
Because these file-types are dimensionality limited, there are many acquisitions that span over
@@ -794,7 +794,7 @@ Axes are the primary interface to coordinate positions in WrightTools. %
Axes are \emph{not} arrays, although they do behave like arrays. %
They are merely \emph{interfaces} into the information stored in one or more variables. %
-Each axis has an expression, like \python{'w1'}, \python{'d1=d2''''}, \python{2*w3} or
+Each axis has an expression, like \python{'w1'}, \python{'d1=d2'}, \python{'2*w3'} or
\python{'w1+w2-wm'}. %
These expressions describe an unambiguous mathematical operation involving one or more
variables. %
@@ -1318,8 +1318,9 @@ It is community maintained, and supported by the Python Software Foundation and
Packaging Group. %
As of 2018-04-08 PyPI hosts 134,758 Python packages, all for free. %
WrightTools is also hosted on PyPI. %
-Every time we change our version, we ``release'' by uploading the newest version to PyPI. %
-pip (``pip installs packages'', ``pip installs python'', or ``preferred installer program'') [CITE]
+Every time we change our version, we ``release'' by uploading the newest version to PyPI.
+\cite{PyPI} %
+pip (``pip installs packages'', ``pip installs python'', or ``preferred installer program'')
can be used to install packages directly from PyPI: %
\begin{codefragment}{bash}
pip install WrightTools