This Page

3.108. RAW Classification SourceΒΆ

Classification
RAW
Source Location
ADCONFIG_Gemini/classifications/status/gemdtype.RAW.py
1
2
3
4
5
6
7
class RAW(DataClassification):
    editprotect=True
    name="RAW"
    usage = 'Applies to data that has not been modified by the gemini package in any way (looks for GEM-TLM stamp in header).'
    requirement = PHU({'{prohibit}GEM-TLM': ".*?" })

newtypes.append(RAW())