Changeset 8294
- Timestamp:
- 02/03/07 15:10:14 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.cc
r8293 r8294 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndCharge.cc,v 1.6 0 2007-02-03 14:16:12tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndCharge.cc,v 1.61 2007-02-03 15:10:14 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 180 180 181 181 if (sig[p]>sig[p+1] || sig[p+1]>sig[p+2]) 182 return s at[p+1]>maxcont/2 ? sat0-1 : sat0-0.5;182 return sig[p+1]>maxcont/2 ? sat0-1 : sat0-0.5; 183 183 184 184 // Find the place at which the signal is maxcont/2
Note:
See TracChangeset
for help on using the changeset viewer.