;file hxislayout.common common LAYOUT, $ CGRID, $ ; one dimensional arrays containing the ; x-coordinates of the pixel centers in data ; units for the coarse field of view ; (y-coordinates are the same as x-coordinates) FGRID, $ ; same for fine field of view CBORD, $ ; two dimensional arrays containing the ; coordinates of all corners of the coarse ; field of view in data units FBORD, $ ; two dimensional 12x12 arrays containing the ; conventional HXIS numbers of the ; corresponding pixel with one substracted to ; account for the IDL convention of starting ; arrays with index 0 in stead of one (for the ; coarse field of view) CPOS, $ ; two dimensional 12x12 arrays containing the ; conventional HXIS numbers of the ; corresponding pixel with one substracted to ; account for the IDL convention of starting ; arrays with index 0 in stead of one (for the ; coarse field of view) FPOS ; same for the fine field of view