Changeset 9845 for trunk/Mars/NEWS
- Timestamp:
- 08/11/10 17:05:32 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/NEWS
r9822 r9845 51 51 ns anymore, but in ns/deg. This means that the values for MAGIC 52 52 have to be scaled by a factor of 10. 53 54 * Star now calculates new timing parameters, namely: 55 56 ** MHillasExt.fTimeSpread: 57 This is the time spread (rms) around the mean of the arrival times. 58 It is calulated as 59 <math>\sqrt{\sum{t_i}/n}</math> 60 ** MHillasExt.fTimeSpreadWeighted: 61 This is the weighted time spread (rms) around the weighted mean of the arrival times. 62 It is calulated as 63 <math>\frac{1}{\sum{n_i}}\sqrt{\sum{n_i^2(t_i-<wt>)^2}}}</math> 64 or 65 <math>\frac{1}{\sum{n_i}}\sqrt{\sum{n_i^2t_i^2}+<wt>^2\sum{n_i^2}-2<wt>\sum{t_in_i^2}}</math> 53 66 54 67 ;trainenergy.C:
Note:
See TracChangeset
for help on using the changeset viewer.