This Page

3.106. PROCESSED_FLAT Classification SourceΒΆ

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

    name="PROCESSED_FLAT"
    usage = 'Applies to all "giflat"ed flat data, or data stored using storeProcessedFlat.'
    parent = "UNPREPARED"
    requirement = OR([PHU( {'{re}.*?GIFLAT': ".*?" }),
                      PHU( {'{re}.*?PROCFLAT': ".*?" })])

newtypes.append(PROCESSED_FLAT())