- Timestamp:
- Sep 22, 2011, 3:16:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/combination/bnccomb.cpp
r3444 r3445 33 33 34 34 const double sig0_offAC = 1000.0; 35 const double sig0_offACSat = 1000.0;35 const double sig0_offACSat = 100.0; 36 36 const double sigP_offACSat = 0.0; 37 const double sig0_clkSat = 10.0;38 const double sigP_clkSat = 0.1;37 const double sig0_clkSat = 100.0; 38 const double sigP_clkSat = 100.0; 39 39 40 40 const double sigObs = 0.05;
Note:
See TracChangeset
for help on using the changeset viewer.