XENON1T / pax

The XENON1T raw data processor [deprecated]
BSD 3-Clause "New" or "Revised" License
16 stars 15 forks source link

Event builder logs growing in size #613

Open JelleAalbers opened 7 years ago

JelleAalbers commented 7 years ago

For current runs the event builder log file is about 75 MB in size. It looks like this is all due to junk at the start.

Perhaps the file-clearing logic at https://github.com/XENON1T/pax/blob/master/bin/event-builder#L295 is problematic. It's still the canonical answer on stackoverflow though... (https://stackoverflow.com/questions/4914277/how-to-empty-a-file-using-python)