diff --git a/.gitattributes b/.gitattributes index ad2d7000a04291452ed27c6541672d3e6b7a9f15..bf25f3a9b06f6fb5069297225aabd445752753b5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -144,6 +144,7 @@ CEP/Tools/PerfTest/InOutTest/src/Simulate.clog -text svneol=unset#unset CEP/Tools/PerfTest/P2Perf/src/Simulate.clog -text svneol=unset#unset CEP/package.doc -text LCS/ACC/package.doc -text +LCS/AMC/package.doc -text LCS/Blob/test/tBlobField.in_be -text svneol=unset#unset LCS/Blob/test/tBlobField.in_le -text svneol=unset#unset LCS/Blob/test/tBlobStream.in_be -text svneol=unset#unset diff --git a/LCS/AMC/package.doc b/LCS/AMC/package.doc new file mode 100644 index 0000000000000000000000000000000000000000..6182f66652144c078035b557d5f783af4bae40a4 --- /dev/null +++ b/LCS/AMC/package.doc @@ -0,0 +1,27 @@ +// \ingroup LCS +// \defgroup AMC Astronomical Measures Conversions (AMC) +// +// The purpose of this package is to provide a means of converting +// astronomical measures. For example, to convert a sky coordinate from J2000 +// to azimuth/elevation. The package is split into two sub-packages. +// +// \image html package.png "Package view of the AMC sub-packages" + +// @{ + +// \defgroup AMCBase AMCBase +// +// AMCBase contains the interface definition of the conversion methods and +// the implementation of the client side of the AMC +// client/server. Furthermore, it contains the definition of some basic +// classes that define sky coordinates, earth coordinates (position on +// earth) and time. + +// \defgroup AMCImpl AMCImpl +// +// AMCImpl contains the implementation of the conversion methods and the +// implementation of the server side of the AMC client/server. Furthermore +// ... + +// @} +