Changeset 19847 for trunk


Ignore:
Timestamp:
11/01/19 11:08:47 (5 years ago)
Author:
tbretz
Message:
This is a first draft for the pulse shape. It is based on the assumption that the leading edge is as steep as for FACT because it is mainly defined by the bandwidth and the falling edge is taken from the datasheet of the SensL FJ. The maximum is at 0 and the peak at 1. The range is selected such that at the edges the relative height is below 1e-3.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/resmc/hawcseye/ceres.rc

    r19748 r19847  
    310310# Attention: x in the function is given in slices, so if you change the sampling
    311311# frequency you have to change also this function
    312 PulseShape.Function.Name:  (1.239*(1-1/(1+exp((0.5*x-2.851)/1.063)))*exp(-(0.5*x-2.851)/19.173))
    313 PulseShape.Function.Npx:   310
    314 PulseShape.Function.Xmin:  -10
    315 PulseShape.Function.Xmax:  300
     312PulseShape.Function.Name:  (1.1121*(1-1/(1+exp((0.5*x-4.0263)/1.063)))*exp(-(0.5*x-4.0263)/48.))
     313#PulseShape.Function.Name:  (1.239*(1-1/(1+exp((0.5*x-2.851)/1.063)))*exp(-(0.5*x-2.851)/19.173))
     314#PulseShape.Function.Name:  (1.239*(1-1/(1+exp((0.5*x-2.851)/1.5)))*exp(-(0.5*x-2.851)/80.3))
     315#PulseShape.Function.Npx:   310
     316#PulseShape.Function.Xmin:  -10
     317#PulseShape.Function.Xmax:  300
     318PulseShape.Function.Npx:   725
     319PulseShape.Function.Xmin:  -25
     320PulseShape.Function.Xmax:  700
    316321#PulseShape.Function.Name:  (1.626*(1-exp(-0.3803*0.5*x))*exp(-0.0649*0.5*x))
    317322#PulseShape.Function.Npx:   900
Note: See TracChangeset for help on using the changeset viewer.