titles_hcas


                              Titles:  HCAS
                              =============
 
    Contact:  G. McGregor, Oxford.
 
    Revision History:-
    ================
 
    4.02  G. McGregor          First version.

 
Titles Files
------------

Verification
------------
 
 
Description
-----------
 
    These banks contain the status of the detector at the end of every sub run.
    Bank HCAS 1 contains the status of the new correction.
    Bank HCAS 2 contains the status of the Queen's correction.
    Bank HCAS 3 contains the timestamp of the last hit for every 
    odd/even channel.
 
Data Words
---------- 
        
	Fixed length Database Header.  See titles_dbhdr.html
 
        Data types: B(bit), I, F, D(double), H(hollerith 4 char)

HCAS 1
------

Word    Type     Description
----    ----     --------------------------------
  j      F       Status of correction (nsecs).
  
where j = 2*lcn+mod(cell,2)+1

HCAS 2
------

Word    Type     Description
----    ----     --------------------------------
  j      F       Status of correction (nsecs).
  
where j = lcn+1

HCAS 3
------

Word    Type     Description
----    ----     --------------------------------
 j+1     I       Julian date of last hit.
 j+2     I       Universal time seconds of last hit.
 j+3     I       Universal time nanoseconds of last hit.
 
where j = 3*(lcn*2+mod(cell,2))


Go Back to the Snoman Companion Top Page