From 11ebe207d93e0c01e60361744da98be117384434 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Wed, 4 Apr 2018 20:38:19 -0500 Subject: 2018-04-04 20:38 --- bibliography.bib | 6 ++++++ 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 -- cgit v1.2.3