CONVOL: Incompatible dimensions for Array and Kernel.
症状 idlでconvolができない。 解決策 convolutionしたい画像の大きさがだめ。 cmgc(*,*)=convol(image1,image2,/edge_truncate,/nan) だったらimage1>image2になるように直す。 This problem occurs when the size of image2 is larger than image1. You need to make image2 smaller than image1.