#title
SOHO resources as a function of time

#maxentries
100000

#items
TYPE_ID		I*2	Resource type ID number
TYPE_PTR	I*4	Pointer to resource type database
START_TIME	R*8	Date/time of beginning of resource
END_TIME	R*8	Date/time of end of resource

#formats
START_TIME	F15.3	ResStart
END_TIME	F15.3	ResEnd
TYPE_ID		I5	ResID

#index
START_TIME	sort
END_TIME	sort

#pointers
TYPE_PTR	resource_type
