#title
CDS detailed science plan pointing database

#maxentries
300000

#items
DATE_OBS	R*8	Date/time of beginning of observation
PT_IND		I*2	Pointing index
INS_X		R*4	Instrument pointing in X rel. to sun center
INS_Y		R*4	Instrument pointing in Y rel. to sun center
ZONE_ID		I*2	Pointing zone ID
DELETED		C*1	Deleted record flag

#formats
DATE_OBS	F15.3	DtStart
PT_IND		I3	PtI
INS_X		F10.3	InsX
INS_Y		F10.3	InsY
ZONE_ID		I4	Zone
DELETED		A1	D

#index
DATE_OBS	sort
