sdss_flagexist¶
-
pydl.pydlutils.sdss.sdss_flagexist(flagname, bitname, flagexist=False, whichexist=False)[source]¶ Check for the existence of flags.
Parameters: flagname :
strThe name of a bitmask group. Not case-sensitive.
bitname :
strorlistThe name(s) of the specific bitmask(s) within the
flagnamegroup.flagexist :
bool, optionalIf flagexist is True, return a tuple with the second component indicating whether the binary flag named
flagnameexists, even ifbitnameis wrong.whichexist :
bool, optionalIf whichexist is True, return a list containing existence test results for each individual flag.
Returns: boolortuple()A boolean value or a tuple of bool.