Something went wrong on our end
-
Marco Biasini authored
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)
Marco Biasini authoredim.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)