Add DetectorData Enum
Currently, data, stored by the detector, is stored in a separate light_data field of the respective node. However, this is inefficient as too much data is stored. Sometimes also only a hitmap is used.
an enum called DetectorData might store the respective data of the detector and not waste disk/RAM space