diff options
author | Blaise Thompson <blaise@untzag.com> | 2018-04-04 20:38:19 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2018-04-04 20:38:19 -0500 |
commit | 11ebe207d93e0c01e60361744da98be117384434 (patch) | |
tree | 9ed2aedcb96c6c854f28ac5d8be37c4f6b7912f6 | |
parent | aff7629182048ea264a024fd32ceac70006a9caa (diff) |
2018-04-04 20:38
-rw-r--r-- | bibliography.bib | 6 | ||||
-rw-r--r-- | software/chapter.tex | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/bibliography.bib b/bibliography.bib index 45c51a0..2ddd43a 100644 --- a/bibliography.bib +++ b/bibliography.bib @@ -2202,6 +2202,12 @@ year = {1998} url = {http://docs.h5py.org/en/latest/high/group.html#groups},
}
+@misc{FITS,
+ note = {Accessed: 2018-03-27},
+ title = {FITS: Flexable image transport},
+ url = {https://fits.gsfc.nasa.gov/},
+}
+
@misc{pyqtgraph,
note = {Accessed: 2018-03-27},
title = {PyQtGraph: Scientific Graphics and GUI Library for Python},
diff --git a/software/chapter.tex b/software/chapter.tex index 7fb9e6c..36e2949 100644 --- a/software/chapter.tex +++ b/software/chapter.tex @@ -367,9 +367,7 @@ Certain metadata conventions were also introduced, including named dimensions. NetCDF remains popular in the aerospace and
The Flexable Image Transform System (FITS) is a similar format with a focus on visualization and
-backwards compatibility. \cite{WellsDC1981a} %
-% CITE https://fits.gsfc.nasa.gov/
-% CONSIDER CITING https://fits.gsfc.nasa.gov/rfc4047.txt
+backwards compatibility. \cite{FITS, WellsDC1981a} %
Fits is still popular in the astronomy community. %
Today, these hierarchical data formats have gathered under the umbrella of the HDF5 format, built
|