;+ ; NAME: ; normal_pointing ; PURPOSE: ; archive the Yohkoh "normal pointing" angles ; CATEGORY: ; CALLING SEQUENCE: ; normal_pointing,tt,xx,yy,hex ; INPUTS: ; none ; OPTIONAL INPUT PARAMETERS: ; KEYWORD PARAMETERS: ; OUTPUTS: ; tt the format-times of the command redefinitions ; xx, yy the Euler angles X and Y (beware) ; OPTIONAL OUTPUT PARAMETERS: ; COMMON BLOCKS: ; SIDE EFFECTS: ; RESTRICTIONS: ; PROCEDURE: ; MODIFICATION HISTORY: ; HSH, written 10-Sep-96 ;- pro normal_pointing, tt, xx, yy, hex tt=['14-apr-92','22-oct-92','19-aug-93','19-dec-94'] xx=[-.066666, -.071666, -.051666, -.079722] yy=[.01666, .033333, -.011111, .030277] hex=['FB4A00FF','FAEF0222','FC59FF13','FA5E01ED'] end