/* Source for schema RA.45S */
/* Created : ? (RK) */
/* Last modified : 03/07/1984 (RK) */
/* This is for data collected by program GW */
/* This is for General Waveform Stimulus paradigms */
/* Both Spike Times and Cycle Histograms */
/* Includes possibility of Analog Data recording */
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 XNAME TYPE STRING 6 /* X-variable name */
01 YNAME TYPE STRING 6 /* Y-variable name */
01 NSPON /* Number of Spontaneous Recordings */
01 NUMX /* Number of times X-var was varied */
01 NUMY /* Number of times Y-var was varied */
01 NUMPHT /* Number of Cycle Histograms */
01 NREPS /* Number of Repetitions */
01 XVAR TYPE RG
02 LOW TYPE REAL
02 HIGH TYPE REAL
02 INC TYPE REAL /* Step size (linear incr) */
01 YVAR TYPE RG
02 LOW TYPE REAL
02 HIGH TYPE REAL
02 INC TYPE REAL
01 OPX /* Order of Presentation for X-Var (1,2,3) */
01 OPY /* Order of Presentation for Y-Var (1,2,3) */
01 SAMPT TYPE REAL /* Sampling Time (millisecs) */
01 NCYC /* Number of Samples, or Cycles */
01 NBUF /* Number of points per sample */
01 AVCODE /* Averaging code (0 or 1) */
01 VOLC TYPE REAL /* Voltage conversion factor */
01 VCC /* Voltage conversion code */
01 ALOC /* Pointer to Analog Data */
01 CHANM /* A/D channel number */
01 MDSS /* Master DSS number */
01 NUMDSS /* Number of DSS's used */
01 DSSDAT TYPE VECTOR RG OCCURS NUMDSS TIMES
02 DSSN /* DSS number (1,2 or 3) */
02 FREQ TYPE REAL
02 SPL TYPE REAL
02 REPINT TYPE REAL /* Repetition time in seconds */
02 STMDUR TYPE REAL /* Stimulus Duration time in seconds */
02 IPTDEL TYPE REAL /* Inter-Presentation delay in seconds */
02 IFQDEL TYPE REAL /* Inter-Freq delay in seconds */
02 RFTIME TYPE REAL /* Rise-Fall Time in seconds */
02 WAVTYP /* Output Waveform */
02 DSMODE /* Mode bits */
02 PHASE TYPE REAL
02 DELAY TYPE REAL /* Delay Timer setting in seconds */
/* The following seven lines are for General Waveform parameters */
02 WAVFIL TYPE STRING 6 /* Waveform Storage File Name */
02 IDWAV TYPE STRING 9 /* Waveform ID */
02 NUMPGW /* Number of points in waveform */
02 GWRES TYPE REAL /* Playback resolution for waveform (microsec) */
02 GWLFR TYPE REAL /* Low-Freq cutoff for Waveform (Hz) */
02 GWHFR TYPE REAL /* High-Freq cutoff for Waveform (Hz) */
02 GWCFL /* Compensation flag for calibration (0/1) */
02 RSEED TYPE REAL /* Seed for Random Number Generator */
01 BINPHT /* No. of bins in First Histogram */
01 BIN2 /* No. of bins in Second Histogram */
01 BIN3 /* No. of bins in Third Histogram */
01 TBASE TYPE REAL /* UET time base in millisecs */
01 FXSPL TYPE REAL /* Fixed SPL for 2-channel expts (dB) */
01 FSDSPL TYPE REAL /* Fixed Diff. SPL for 2-chan expts (dB) */
01 FXAVGI TYPE REAL /* Fixed Average Intensity */
01 SPONTB OCCURS NSPON TIMES
01 STATTB TYPE RG
02 XVAR TYPE RG OCCURS NUMX TIMES
03 YVAR TYPE RG OCCURS NUMY TIMES
04 ADDRPT
01 SPDATA TYPE RG OCCURS NSPON TIMES /* Spontaneous Activity data */
02 TSDATA TYPE VECTOR INTEGER OCCURS NREPS TIMES
02 PHDATA TYPE VECTOR INTEGER OCCURS NUMPHT TIMES
01 DATA TYPE RG OCCURS NUMX TIMES
02 DATAG TYPE RG OCCURS NUMY TIMES
03 TSDATA TYPE VECTOR INTEGER OCCURS NREPS TIMES
03 PHDATA TYPE VECTOR INTEGER OCCURS NUMPHT TIMES
01 ASPOTB OCCURS NSPON TIMES
01 ASTATB TYPE RG
02 XVAR TYPE RG OCCURS NUMX TIMES
03 YVAR TYPE RG OCCURS NUMY TIMES
04 ADDRPT
01 ADATA TYPE RG OCCURS NUMX TIMES
02 DATAA TYPE RG OCCURS NUMY TIMES
03 SEQNUM
04 ANDATA TYPE VECTOR INTEGER
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 : Mar. 15, 2001