change Detector2D API, replace parameters min,max by width,center
To move a detector vertically, we currently need to change alpha_min and alpha_max. This is inconvenient, especially in data fitting. A better parameterization is in full_width and angle_of_center. At given distance from target, full_width is constant. The vertical position is given by alpha_center only.