-
- Downloads
implement __getitem__/__setitem__ for image handle
im.SetReal(p, im.GetReal(p)+1) can now be written as im[p]+=1. If the image is of complex type, im[p]+=1 expands to im.SetComplex(p, im.GetComplex(p)+1)
Please register or sign in to comment