icecube.icepick.picks module¶
Python implementations of IcePicks.
- icecube.icepick.picks.I3ChargeFilter(Key, Charge=50)¶
Cut on the number of PEs.
- Parameters:
Key – The name of a frame object.
Charge – The minimum charge sum the frame object must have to be accepted.
- icecube.icepick.picks.I3NChFilter(Key, NCh=200)¶
Cut on the number of OMKeys.
- Parameters:
Key – The name of a frame object.
Nch – The number of keys the object must have to be accepted.