Skip to content

Commit 669a7b1

Browse files
author
Brian Thomas
committed
Minor spelling fixes
1 parent 36f3791 commit 669a7b1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

acfits.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ \section{Introduction}
335335
\citep[XDF;][]{2001ASPC..238..217S}, FITSML \citep{2001ASPC..238..487T}
336336
and HDX \citep{2003ASPC..295..221G}; and in the present and future
337337
(e.g., HDF5 \citep{2011ASPC..442...53A} and NDF \citep{2014Jenness}).
338-
There are other popular file formats amongst the
338+
There are other popular file formats among the
339339
radio and (sub-)millimeter astronomy community such as the Continuum and
340340
Line Analysis Single-dish Software (CLASS) data format associated with
341341
the Grenoble Image and Line Data Analysis Software (GILDAS) tools
@@ -462,7 +462,7 @@ \subsection{Poor support for information interchange}
462462
HDX \citep{2003ASPC..295..221G} was developed around 2002 as a flexible
463463
way of layering high-level data structures, presented as a virtual XML
464464
Document Object Model (DOM), atop otherwise unstructured external data stores; this was in
465-
turn used to develop Starlink's NDX framework, which (amongst other
465+
turn used to develop Starlink's NDX framework, which (among other
466466
things) allowed FITS files to be viewed and manipulated using the
467467
concepts of the NDF format.
468468
HDF5 \citep{2012ASPC..461..283A} was chosen to accommodate LOFAR's
@@ -935,7 +935,7 @@ \subsubsection{Data Quality}
935935

936936
A data quality model then, should be an ensemble of common statistical
937937
measures of the type of dataset which may be used to derive
938-
higher-level judgements of the quality/suitability of the data for
938+
higher-level judgments of the quality/suitability of the data for
939939
some other declared purpose. There are many higher types of data
940940
quality models which will need be created from the lower-level
941941
measures (image data quality, pointed catalog data quality, etc) and
@@ -1175,7 +1175,7 @@ \subsubsection{No support for declaring byte order}
11751175
(\href{http://ascl.net/1010.001}{ascl:1010.001}) and which use C routines
11761176
to implement other scientific capabilities. Programmers on little endian
11771177
platforms who work with large data volumes may find that this limitation
1178-
results in a performance penalty as marshalling data to and from
1178+
results in a performance penalty as marshaling data to and from
11791179
the FITS big endian ordering will be required. This is a frequent problem
11801180
for astronomical programs. Little endianness is found on x86 and x86-64
11811181
processors that are commonly used in universities and research
@@ -1275,7 +1275,7 @@ \subsubsection{No support for parallel write/read operations on HPC platforms}
12751275
\label{subsection_hpc_io}
12761276

12771277
Large datasets also require parallel read/write operations to be processed on
1278-
parallel high performance computers. FITS can not support optimisation for
1278+
parallel high performance computers. FITS can not support optimization for
12791279
parallel read/write operations.
12801280

12811281
This has been the driving factor for LOFAR to

0 commit comments

Comments
 (0)