function norm,image

mx=max(float(image),min=mn)
if mx eq 0 then mx=1.
if mn eq 0 then mn=1.
return, (image>0)/mx+(image<0)/abs(mn)
end

