SCH013
/* This is the source for schema SCH013 (VMS/RSX systems) */
/* Created : 2/13/91 (RK) */
/* Last modified : 2/13/91 (RK) */
/* Schema for STATPK data */
01 SCHNAM TYPE STRING LENGTH 8
01 RECLNT /* in blocks */
01 ANID TYPE STRING LENGTH 12
01 DSID TYPE STRING LENGTH 12
01 DATE TYPE STRING LENGTH 8
01 TIME /* in 10ths of seconds since midnight */
01 EXTYP TYPE STRING LENGTH 4
/* The above completes the mandatory header */
01 NROWS /* number of rows (points) */
01 NCOLS /* number of columns (variables) */
01 SDSID TYPE STRING 16 /* STATPK data set ID */
01 NUMPTS /* Size of STATPK data set in words */
01 LDUMMY
01 DUMMY LENGTH LDUMMY /* Extra space for future use */
01 STDATA TYPE REAL LENGTH NUMPTS /* Starting at word 1 of next block */
00
If you have questions or suggestions about this page,
please send e-mail to
kochhar@neurophys.wisc.edu
Return to Data Schemas Page
Return to Computing Page
Return to Basement Page