;+
; Describes the data_ephem class
;
; :Author:
; Baptiste Cecconi
;
; :History:
; 2005/01/13: Created
;
; 2005/01/13: Last Edit
;-
;
;+
; data_ephem__define is a procedure that <behavior desc here>
;-
PRO DATA_EPHEM__DEFINE
tmp = {data_ephem, time:0.d0, x:0., y:0., z:0., $
th:0., ph:0., thZp:0., phZp:0., thXp:0., phXp:0.}
END