Ignore:
Timestamp:
04/20/12 14:42:37 (12 years ago)
Author:
kraehenb
Message:
Commented the loop over all events in CalFitsTest.py.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/pyscripts/sandbox/kraehenb/CalFitsTest.py

    r13400 r13401  
    4444caltest.datafile.PrintColumns()
    4545
    46 while caltest.GetCalEvent():
    47     print caltest.event_id, caltest.event_triggertype, caltest.event_caldata[0]
    48 print
     46#while caltest.GetCalEvent():
     47#    print caltest.event_id, caltest.event_triggertype, caltest.event_caldata[0]
     48#print
    4949
    5050del caltest
Note: See TracChangeset for help on using the changeset viewer.