MS/SC5 (MS.S5C)

/* Source for schema MS.S5C */
/* Created : ?  (RK) */
/* Last modified : 9/4/1980  (RK) */
/* This is for data collected by program TH - Threshold Tracking Program */
01  SCHNAM TYPE STRING 6          /* Data Schema File Name */
01  RECLNT                        /* Data set length in words */
01  ANID TYPE STRING 9            /* Animal ID */
01  DSID TYPE STRING 9            /* Data Sequence ID */
01  DATE TYPE STRING 6            /* Date in Form MMDDYY */
01  TIME                          /* in 10ths of seconds since midnight */
/* The above completes the mandatory header */
01  EXTYP                         /* Type of Experiment */
01  STMDUR TYPE REAL              /* Stimulus duration in seconds */
01  REPINT TYPE REAL              /* Repetition Interval in seconds */
01  NREPS                         /* Number of Repetitions */
01  MAXTHR                        /* Max. Threshold */
01  DSSN                          /* DSS Number (1 or 2) */
01  XNAME TYPE STRING 6           /* X-variable name */
01  XVAR TYPE RG
    02 LOW TYPE REAL
    02 HIGH TYPE REAL
    02 LOGLIN                     /* 1=Linear  2=Log steps */
    02 OPX                        /* Order of presentation */
01  NSPON                         /* No. of times Spon. count was recorded */
01  MSPON TYPE REAL               /* Mean Spon. count */
01  SDSPON TYPE REAL              /* Std. Dev. of Spon. count */
01  NUMSTH                        /* Num. of spikes that defined Threshold */
01  THCRV TYPE VECTOR INTEGER     /* SPL values (i.e the Threshold Curve) */
00

If you have questions or suggestions about this page, please send them by e-mail to kochhar@physiology.wisc.edu

Return to Data Schemas Page
Return to Computing Page
Back to The Basement
This page last modified on : Feb. 12, 2008