function tykw_gt_lonlat ;+ ; NAME: ; TYKW_GT_LONLAT ; ; PURPOSE: ; This function returns the value of the longitude and latitude ; of the Toyokawa in units of degree ; ; CALLING SEQUENCE: ; lonlat=tykw_gt_lonlat() ; ; OUTPUTS: ; lonlat: [longitude, latitude] ; ; HISTORY: ; Writtern 2000-09-10 TY ;- out=[139.7446944,35.654444] return,out end