How to rotate an array in degree of 20,40,60,...200 using Python? -
in python, how can rotate array 20,40,60,..200 degree? actually, array contains fits image , want rotate fits image. know can rotate image, image in form of array.
thanks in advance!
cheers,
-viral
did try this? scipy.ndimage.interpolation.rotate()
Comments
Post a Comment