mangadap.util.dapbitmask module

Implements a BitMask derived class that simplifies the implementation of the derived classes used by the DAP that all define their bits using the files in the configuration directory.


License

Copyright © 2019, SDSS-IV/MaNGA Pipeline Group


class mangadap.util.dapbitmask.DAPBitMask[source]

Bases: BitMask

Class that simplifies the derived classes used by the DAP by always sourcing an ini file in the configuration directory.

This class is an abstract class that has no direct use beyond being a base class.

cfg_root = None