function norh_gt_solr,index ;+ ; NAME: ; norh_gt_solr ; ; PURPOSE: ; Return the Solar radius in the images ; in units of the optical radius. ; ; CALLING SEQUENCE: ; solr=norh_gt_solr(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.solrfac if n_elements(out) eq 1 then out=out(0) return,out end