Skip to content

dataType StdRefLocation

extends RefLocation

An absolute a-priori known location in phase space (position and velocity). Values are selected from the StdRefPosition vocabulary. Considering that the GEOCENTER is really the only place for which we know the absolute location at all times, all other locations require the specification of a planetary ephemeris. LSR[KD] are reserved for spectral and reshift frames. TOPOCENTER (location of the observer) is special in that it assumes that the observing location is available through other means (e.g. a geographic location or an orbit ephemeris). RELOCATABLE is available for simulations. UNKNOWN should only be used if absolutely necessary.

classDiagram

        class StdRefLocation{
        ivoa:string position

        }
        StdRefLocation --|> RefLocation

link RefLocation "../RefLocation"

Members

name type mult description
position ivoa:string Standard reference location. Values MUST be selected from the controlled vocabulary at the given URL.