;+ ; ; file cpuserinp.common - common block for CP display software ; ; MODIFICATION HISTORY: ; Mar 93 - removed all values except XCUR and YCUR ; ;- common userinp, $ ; need to pass these through an event handler ; xcur, $ ; Radius value unit of solar radii ; ycur ; Position angle value unit of degrees ; 3/93 xcenter, $ ; X-axis pixel position of sun center ; 3/93 ; ; 3/93 ycenter, $ ; Y-axis pixel position of sun center ; 3/93 ; ; 3/93 radialmax, $ ; the largest radial extent of image ; 3/93 ; ; 3/93 sc_siz, $ ; radius of area for suncenter mark ; 3/93 ; ; 3/93 radius, $ ; radius array for solar disk ; 3/93 ; ; 3/93 theta, $ ; array of all degree in a circle (361) ; 3/93 ; convert to radians ; 3/93 ; ; 3/93 hghlit, $ ; the color with which the lines are ; 3/93 ; drawn white for (top index) for ; 3/93 ; difference images and B/W printer ; 3/93 ; red (top index-1) for normal images, ; 3/93 ; except to B/W printer ; 3/93 ; ; 3/93 r, $ ; the sun's radius in pixel ; 3/93 ; ; 3/93 roll ; radians angle of solar north, from up