function norh_gt_lonlat ;+ ; NAME: ; NORH_GT_LONLAT ; ; PURPOSE: ; This function returns the value of the longitude and latitude ; of the NoRH in units of degree ; ; CALLING SEQUENCE: ; lonlat=norh_gt_lonlat() ; ; OUTPUTS: ; lonlat: [longitude, latitude] ; ; HISTORY: ; Writtern 2000-09-10 TY ;- out=[138.47567,35.9415277] return,out end