/[PAMELA software]/tracker/ground/source/readraw/fill_acq_head.F
ViewVC logotype

Contents of /tracker/ground/source/readraw/fill_acq_head.F

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Wed Mar 8 15:00:39 2006 UTC (18 years, 10 months ago) by pam-fi
Branch: MAIN, trk-ground
CVS Tags: R3v02, HEAD
Changes since 1.1: +0 -0 lines
First CVS release of tracker ground software (R3v02) 

1 subroutine fill_acq_head
2 include '../common/common_hbook.F'
3 include '../common/common_io.F'
4 include '../common/common_acq.F'
5 include '../common/common_packet.F'
6
7 R_header=R_header+1
8
9 Rhead_counter = CPU_counter
10 Rhead_obt = CPU_obt
11 Rhead_wlen = CPU_pkt_len
12 c$$$ do i=1,Rhead_wlen
13 c$$$ Rhead_buffer(i) = iand(z'000000ff',buffer(i))
14 c$$$ enddo
15 ip=1
16 call getbytes(4,buffer,ip,RHD_stamp)
17 call getbytes(1,buffer,ip,RHD_acq_mode)
18 call getbytes(4,buffer,ip,RHD_obt_ts)
19 call getbytes(4,buffer,ip,RHD_last_ts)
20 call getbytes(1,buffer,ip,RHD_fav_ws)
21 call getbytes(1,buffer,ip,RHD_eff_ws)
22 call getbytes(4,buffer,ip,RHD_trigA)
23 call getbytes(4,buffer,ip,RHD_trigB)
24 call getbytes(1,buffer,ip,RHD_acq_after_calib)
25 call getbytes(4,buffer,ip,RHD_trk_calib_used)
26 call getbytes(4,buffer,ip,RHD_acq_build)
27 call getbytes(1,buffer,ip,RHD_acq_var)
28 call getbytes(1,buffer,ip,RHD_cal_dsp_mask)
29
30 call HFNT(ntp_acq_head)
31
32 return
33 end

  ViewVC Help
Powered by ViewVC 1.1.23