distribution
gaussian : S(x,y) = EXP(-a*(x-x_center)^2) * EXP(-b*(y-y_center)^2)
quadratic : S(x,y) = (1-(x-x_center)^2) * (1-(y-y_center)^2)