;+ ; Describes the data_loc class ; ; :Author: ; Baptiste Cecconi ; ; :History: ; 2007/09/05: Created ; ; 2007/09/05: Last Edit ;- ; ;+ ; data_loc__define is a procedure that <behavior desc here> ;- PRO data_loc__define void = {data_loc, ydh:0l, num:0l, foot:fltarr(3), xyz:fltarr(3), beam:0., dist:0.} end