PRO tvw,ima ; ;Displays (tvscl) a 2-D array IMA in window 0 of the corresponding size. ; on_error,1 si=size(ima) if si(0) ne 2 then message,'*** This is not a 2-D array ***' window,0,xsiz=si(1),ysiz=si(2) tvscl,ima END