VETTORE stwerr(4)
	1 elemento per vista
	dimensione: 2byte ciascun elemento
	significato:
	   sedici bit, i primi otto sono l'header della sezione;
	   i secondi otto bit sono  "a b c d e f g h"
	 	a = 0 sempre
		b = 1 DSP ack error
		c = 1 Temp. Alarm
		d = 1 Latch up alarm
		e = 1 RAW mode
		f = 1 CMD length error
		g = 1 Execution error
		h = 1 CRC error

	stwerr rappresenta la status word del calorimetro sezione per 
	sezione (data dal DSP). Tutti i bit sono 0 se non ci sono errori 
	e se l'acquisizione non e` in raw mode.

VETTORE perror(4)
	1 elemento per vista
	dimensione: 1 byte ciascun elemento
	significato:
		128 View or command not recognized searching section
		129 Missing section
		130 Section missing or eov reached
		131 --- Length problems! --- section
		132 --- CRC errors! --- section
		133 Problems with length of view i in raw mode length
		134 Problems with length of view i in compress mode length
		135 Problems with length of view i in full mode length
		136 Acq mode problems
		137 Acq in compress mode
		138 Acq in full mode
		139 Problems with coding
		140 CHKSUM wrong (pedestals)
		141 CHKSUM wrong (thresholds)
	
	perror rappresenta i possibili errori che si sono trovati nella
	processazione off-line dell'evento se l'acquisizione e` in raw 
	mode merror dovrebbe essere 0 in caso non ci siano problemi; se 
	l'acquisizione e` in full (compress) mode merror e` pari a 138 
	(137) se non ci sono problemi altrimenti e` uno dei valori sopra 
	riportati.
