;+ ; ; file cpsysvar.common - common block for the CP display software ; ;- common cpsysvar, $ ; save system variable so program can plot ; in 2 different coordinate systems ; imag_x, $ ; !X variables for polar plotting imag_y, $ ; !Y variables for polar plotting imag_p, $ ; !P variables for polar plotting ; plot_x, $ ; !X variables for scan plotting plot_y, $ ; !Y variables for scan plotting plot_p ; !P variables for scan plotting