This Page

3.99. OVERSCAN_SUBTRACTED Classification SourceΒΆ

Classification
OVERSCAN_SUBTRACTED
Source Location
ADCONFIG_Gemini/classifications/status/gemdtype.OVERSCAN_SUBTRACTED.py
1
2
3
4
5
6
7
8
class OVERSCAN_SUBTRACTED(DataClassification):

    name="OVERSCAN_SUBTRACTED"
    usage = 'Applies to all overscan subtracted data.'
    parent = "PREPARED"
    requirement = PHU( {'{re}.*?SUBOVER*?': ".*?" })

newtypes.append(OVERSCAN_SUBTRACTED())