Jelle Aalbers

Results 25 issues of Jelle Aalbers

Mentioned by @pdeperio in #507

enhancement
Simulator

We currently delete runs which are marked 'processed' (https://github.com/XENON1T/pax/blob/master/bin/delete_decider#L140) and have ended (DAQ stopped) more than two hours ago. However, marking a run as processed happens when the *trigger* is...

bug
eventbuilder

Readers insert data asynchronously into the database, so at a given time the most recent data in the database is incomplete -- not all digitizers have contributed to it. The...

eventbuilder

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...

eventbuilder

Right now the dead time is only computed for each individual system (just the time between X-on and X-off signals).

enhancement
eventbuilder

@molinario reports the event builder can throw an error such as: ``` File "/home/xedaq/pax/pax/trigger_plugins/HandleEdgeThings.py", line 21, in process last_i = find_last_break(times=data.pulses['time'], TypeError: 'NoneType' object is not subscriptable ``` indicating the...

eventbuilder

The status line printed during multiprocessing uses sys.stdout.flush() to overwrite the last line in the output, to avoid the screen filling with status messages. However, this means the output becomes...

Someday...
multiprocessing

During event building for run 152 I noticed some events (in particular 2000-2056) do not have the correct trigger signals saved along with them. There are some trigger signals saved...

bug
eventbuilder

From https://github.com/XENON1T/pax/blob/master/pax/plugins/io/MongoDB.py: # Somehow monary's block query fails when we have multiple blocks, # we need to take care of copying out the data ourselves, but even if I use...

eventbuilder
Someday...