GROUP = Orbit_and_Attitude

	OBJECT	= Instrument_Name

		Definition 	= "The name of the Instrument"

		Type 		= "STRING"

		Length		= 30

		Num_val		= 1

		Comment		= ("This is ", "just to illustrate ", "the concept of strings")

		Range		= (LIS, CERES_TRMM, ASTER, CERES_AM1, MISR, MODIS, MOPITT)


	END_OBJECT = Instrument_Name

	OBJECT  = Eccentricity
		
		Definition	= "The eccentricity of the orbit"

		Format		= 9.999

		Type		= "FLOAT"

		Length		= 30

		Unit		= "NULL"

		Num_val		= 1

		Comment		= "NULL"

		Range		= (0.009, 1.0)

	END_OBJECT = Eccentricity

	OBJECT  = CLARK_88

                Definition      = "The eccentricity of the orbit"

                Format          = 99.999

                Type            = "FLOAT"

                Length          = 999999

                Unit            = "NULL"

                Num_val         = 1

                Comment         = "NULL"

                Range           = (1.0, 100.0)

        END_OBJECT = CLARK_88

        OBJECT  = CLARK_66

                Definition      = "The eccentricity of the orbit"

                Format          = 99.99999

                Type            = "INTEGER"

                Length          = 999999

                Unit            = "NULL"

                Num_val         = 3

                Comment         = "NULL"

                Range           = (1, 100)

        END_OBJECT = CLARK_66

	OBJECT  = test_parm

                Definition      = "for test purposes only"

                Format          = 99.99999

                Type            = INTEGER

                Length          = 10

                Unit            = "degree"

                Num_val         = 5

                Range           = (1, 5)

                Comment         = "NULL"

        END_OBJECT = test_parm

	OBJECT  = test_parm_float

                Definition      = "for test purposes only"

                Format          = 99.99999

                Type            = FLOAT

                Length          = 10

                Unit            = "degree"

                Num_val         = 1

                Range           = (1.0, 100.0)

                Comment         = "NULL"

        END_OBJECT = test_parm_float

	OBJECT  = test_parm_double

                Definition      = "for test purposes only"

                Format          = 99.999999999

                Type            = DOUBLE

                Length          = 16

                Unit            = "degree"

                Num_val         = 1

                Range           = (0.0045, 0.3886)

                Comment         = "NULL"

        END_OBJECT = test_parm_double

	OBJECT  = test_parm_string

                Definition      = "for test purposes only"

                Format          = 99.99999

                Type            = STRING

                Length          = 10

                Unit            = "degree"

                Num_val         = 1

                Range           = (SAT_0, SAT_2)

                Comment         = "NULL"

        END_OBJECT = test_parm_string

	OBJECT  = test_parm_strings

                Definition      = "for test purposes only"

                Format          = 99.99999

                Type            = STRING

                Length          = 10

                Unit            = "degree"

                Num_val         = 2

                Range           = FREE_RANGE

                Comment         = "NULL"

        END_OBJECT = test_parm_strings

	OBJECT  = Orbit_Inclination

		Definition	= "the orbit inclination of the satelite"

		Format		= 99.99999

		Type		= Float

		Length		= 10

		Unit		= "degree"

		Num_val         = 1

		Range		= (1.34, 10.99)

		Comment		= "NULL"

	END_OBJECT = Orbit_Inclination

	OBJECT  = ORBIT_NUMBER

                Definition      = "the orbit inclination of the satelite"

                Type            = "INTEGER"

                Length          = 9999

                Unit            = "degree"

                Num_val         = 1

                Range           = (1, 31000)

                Comment         = "NULL"

        END_OBJECT = ORBIT_NUMBER

	OBJECT  = images

                Definition      = "the orbit inclination of the satelite"

                Format          = 9.99999

                Type            = "INTEGER"

                Length          = 9999

                Unit            = "degree"

                Num_val         = 1

                Range           = (1, 10)

                Comment         = "NULL"

        END_OBJECT = images

	OBJECT  = EOS_PLATFORM

                Definition      = "for test purposes only"

                Format          = 99.99999

                Type            = STRING

                Length          = 10

                Unit            = "degree"

                Num_val         = 1

                Range           = (TRMM, AM1, PM1)

                Comment         = "NULL"

        END_OBJECT = EOS_PLATFORM

	OBJECT  = TOTAL_EVENTS

                Definition      = "the number of lightning events in L1B stream file"

                Type            = "INTEGER"

                Num_val         = 1

                Range           = (1, 300000)

                Comment         = "NULL"

        END_OBJECT = TOTAL_EVENTS

	OBJECT  = NUM_EVENTS

                Definition      = "the number of geolocated L1B stream lightning events"

                Type            = "INTEGER"

                Num_val         = 1

                Range           = (1, 300000)

                Comment         = "NULL"

        END_OBJECT = NUM_EVENTS

	OBJECT  = EVENT_FILTER_MODE

                Definition      = "indicator for desired degree of LIS event data filtering"

                Type            = STRING

                Num_val         = 1

                Range           = (MODE1, MODE2, MODE3, MODE4)

                Comment         = "NULL"

        END_OBJECT = EVENT_FILTER_MODE

	OBJECT  = MAX_DELTA

                Definition      = "The macimum allowed deviation from mean counts"

                Format          = 99.999

                Type            = "FLOAT"

                Length          = 999999

                Unit            = "NULL"

                Num_val         = 1

                Comment         = "NULL"

                Range           = (1.0, 200.0)

        END_OBJECT = MAX_DELTA

	OBJECT  = LASTMOD_J2000

                Definition      = "for test purposes only"

                Format          = 99.999999999

                Type            = DOUBLE

                Length          = 16

                Unit            = "degree"

                Num_val         = 1

                Range           = (0.0045, 2451547.0)

                Comment         = "NULL"

        END_OBJECT = LASTMOD_J2000

END_GROUP = Orbit_and_Attitude

GROUP = Quality_Assurance

	OBJECT = Data_Quality

		Quality_supervisor 	= "Name"

		Quality_comments	= "string"

		Type			= "integer"
	
		Num_val			= 1

		Range			= (MIN, MAX)

	END_OBJECT = Data_Quality

END_GROUP = Quality_Assurance

GROUP = Data_sets

	OBJECT = Data_set_id

		keyword_length 	= 12

		Synopsis	= "name of valid IMS dataset"

		Parent_Group 	= "Data_Sets"

		Max_Length	= 90

                Type            = "string"

                Num_val         = 1

                Range           = (STRING1, STRING2, STRING3)

	END_OBJECT= Data_set_id

END_GROUP = Data_sets

END
