function norh_gt_polariz, index ;+ ; NAME: ; norh_gt_polariz ; ; PURPOSE: ; Return the polarization (e.g. r+l, r-l,..) of the data ; ; CALLING SEQUENCE: ; freq=norh_gt_polariz(index) ; ; INPUTS: ; index: index structure ; ; HISTORY: ; Writtern 1998-05-29 TY ; Modified 2000-04-19 TY based on V. Grechnev's suggestion ;- out = index.norh.polariz if n_elements(out) eq 1 then out=out(0) return,out end