Changeset 13103 for fact/tools/pyscripts/pyfact
- Timestamp:
- 03/14/12 16:51:46 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/pyscripts/pyfact/cleaners.py
r13101 r13103 145 145 CORE_THR = 45 146 146 EDGE_THR = 18 147 147 148 harvey_keitel = AmplitudeCleaner( CORE_THR, EDGE_THR) 148 149 harvey_keitel.info() 150 # if you wonder why the cleaner object is called is it is: 151 # http://www.youtube.com/watch?v=pf-Amvro2SY 149 152 150 153 nn = Coordinator().nn
Note:
See TracChangeset
for help on using the changeset viewer.