FUNCTION  fSpecPixMaskN

Return the expanded SpecPixMask corresponding to the flag value as a string

the specPixMask values can be shown with Select * from SpecPixMask
Sample call to find which pixels have bits set in the ORMASK of some Spec objects
select top 10 objID, dbo.fSpecPixMaskN(anyOrMask) as warning
from specObj

see also fSpecPixMask

Input and output parameters

nametypelengthinoutpnum
@valueint4input1
 varchar1000input0