When I am using IDL regress function like this:
result=regress(image1,image,sigma=sigma,const=const,measure_errors=measure_errors)
It returns that:
REGRESS: X and Y have incompatible dimensions.
However,both image and image1 have same dimension(1*267*367). So I do not know where is the way out?
Or maybe such dimension is too big to regress?
|