Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions doc/MANGO.tex
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
in an interoperable way.
It takes into account the huge diversity of source data in terms of feature description, format and usage.
The MANGO model deals with catalog entries, corresponding to astronomical sources or detections
of those and represent them as a MANGO Object class.
of those and represents them as a MANGO Object class.
It attaches identifiers on the "MANGO object" class and associates to each one a flexible
set of properties (e.g. observed physical quantities).
It also offers to link other information like detection status, quality annotation, preview images, etc.
Expand Down Expand Up @@ -122,7 +122,7 @@ \section{Introduction}
individual quantities (positions, velocity, fluxes, magnitudes…).
None of these proposals has come to completion due to the complexity of the task.

The source DM issue resurfaced at the spring 2018 Interop in Victoria during an hands-on session
The source DM issue resurfaced at the spring 2018 Interop in Victoria during a hands-on session
focusing on the tools available to work with VO data models and especially with VO-DML.
The goal of this session was to annotate astronomical data from different origins in order to make them
interoperable with each other. The main concern expressed during this session was not much related to the tools themselves but indeed to the lack of models representing sources.
Expand Down Expand Up @@ -286,15 +286,15 @@ \subsection{Properties}
\hline
\texttt{Label} & Attach semantics to text label & Object name \\
\hline
\texttt{PhysicalProperty} & Hook for \texttt{Measure} classes & Model a columns as a time stamp \\
\texttt{PhysicalProperty} & Hook for \texttt{Measure} classes & Model a column as a time stamp \\
\hline
\texttt{Footprint} & String serialization of shapes & Sky Coverage of a dust cloud \\
\hline
\texttt{EpochPosition} & Grouping of position with velocity and time & Parameters to solve the epoch propagation case\\
\hline
\texttt{Brightness} & Flux or Magnitude & Object magnitude along with photometric calibration. \\
\hline
\texttt{Color} & Hardness ratio or magnitude ratio & XMM-Newton hardness ratio, along with descriptions of the related energy bands. \\ [1ex]
\texttt{Color} & Hardness ratio or magnitude difference & XMM-Newton hardness ratio, along with descriptions of the related energy bands. \\ [1ex]
\hline
\texttt{DataLink} & Flat representation of DataLink responses & Links to associated data given as column values\\ [1ex]
\hline
Expand Down