diff options
-rw-r--r-- | software/chapter.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/software/chapter.tex b/software/chapter.tex index 2a6cce2..0b880e4 100644 --- a/software/chapter.tex +++ b/software/chapter.tex @@ -262,6 +262,8 @@ OOP is a deep subject with many patterns and concepts behind it. % There are many places to read further [CITES].
I recommend The Quarks of Object-Oriented Development, by \textcite{ArmstrongDeborahJ2006a}. %
+% TODO: consider discussion of polymorphism
+
\section{Hierarchical data format} % -------------------------------------------------------------
One of the particularly important challenges in MR-CMDS is data storage. %
@@ -292,7 +294,6 @@ FITS used by astronomy community, with a focus on backwards compatibility. % % CITE https://fits.gsfc.nasa.gov/
% CONSIDER CITING https://fits.gsfc.nasa.gov/rfc4047.txt
-
I have chosen to build off of HDF5. %
\section{Scientific Python} % --------------------------------------------------------------------
|