From 10898eded280c3e7f072f5bd0fa881422b5b0733 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Thu, 10 May 2018 12:54:07 -0500 Subject: 2018-05-10 12:54 --- processing/chapter.tex | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'processing') 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 -- cgit v1.2.3