VIEW  TargetLocal

The TargetLocal view contains the master target list of stars observed in the GES Solar Neighbourhood programme.

The TargetLocal view is the master target list of stars observed in the
GES Solar Neighbourhood programme. For each star, in addition to the
identifier and celestial coordinates, some summary parameters derived
from analysis of the spectra are included for convenience.

TheSolar Neighbourhood target list was defined by the GES Consortium.


SELECT
  target.*
FROM
  Target target,
  ProgrammeTarget progtar
WHERE
  target.targetID = progtar.targetID AND
  progtar.targetID = 5

The details of the table defined by this view are available here.