FUNCTION it_scale,array,pixrad1,pixrad2 sz=SIZE(array) scale=(pixrad2/pixrad1)*sz(1) image=CONGRID(array,scale,scale) RETURN,image END