;************************************************************************ ; SETARAM calorimeter managing system ; Data accounting for the effect .psect DATAEF,rw,d,ovr ;------------------------------------------------------------------------ ; Baseline parameters before the effect IBav.no: .word 0 ; No. of points IBav.int: .word 0 ; Base line intercept = IBav.rem: .word 0 ; ( IBav.int*Ibav.no+IBav.rem )/IBav.no IBs2.int: .word 0 ; Noise dispersion ; Total area accumulator - 32 bit value - Area.high: .word 0 ; for quantity x[i]-IBav.int Area.low: .word 0 ; Time counters (in point smoothing cycles) Time.total: .word 0 ; Total time for the effect Time.max: .word 0 ; Time corresponding to max height Max.height: .word 0 ; Max |relative height| ; (relative to the initial base line level)