Ok, so I generated the source and header files for pixie4e in src-pixie4e-awkward to try and create a second Jupyter Notebook as an example of the xia_analysis that uses awkward_kaitai instead of python kaitai library. I'm running into a strange problem with it, though.
It shows the generated libpixie4e.so file on the github page, but for some reason that file just isn't appearing in Jupyter Notebook, and when I try to run the lines:
xia = ak.Reader("../src-pixie4e-awkward/libpixie4e.so") awkward_array = xia.load("../data/StilbeneAmCs_500_0253/StilbeneAmCs_500_0253.b00")
it completely crashes the kernel.
Ok, so I generated the source and header files for pixie4e in src-pixie4e-awkward to try and create a second Jupyter Notebook as an example of the xia_analysis that uses awkward_kaitai instead of python kaitai library. I'm running into a strange problem with it, though.
It shows the generated libpixie4e.so file on the github page, but for some reason that file just isn't appearing in Jupyter Notebook, and when I try to run the lines:
xia = ak.Reader("../src-pixie4e-awkward/libpixie4e.so") awkward_array = xia.load("../data/StilbeneAmCs_500_0253/StilbeneAmCs_500_0253.b00")it completely crashes the kernel.