This Page

3.100. OVERSCAN_TRIMMED Classification SourceΒΆ

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

    name="OVERSCAN_TRIMMED"
    usage = 'Applies to all overscan trimmed data.'
    parent = "PREPARED"
    requirement = PHU( {'{re}.*?TRIMOVER*?': ".*?" })

newtypes.append(OVERSCAN_TRIMMED())