PRO line_normal_form,px,py,rho,theta ;+ ;line_normal_form,px,py,rho,theta returns the normal ;rho,theta representation of the regression line ;through the points represented by px and py. ; ;rho is in the same units as px and py and is ;always non-negative. ; ;theta is in radians and ranges from (-pi,pi) ; ;H. Rhody ;July, 2004 ;- n=n_elements(px)