Setup to process FSD data on neutrino01

From LHEP Wiki
Revision as of 10:44, 18 June 2025 by Nsallin (talk | contribs)
Jump to navigation Jump to search

After the collection of data a few steps are needed to easily use them. One can flow the data to convert them in the hdf5 format, easy to handle. Otherwise one can also directly look at the raw data using the afi viewer. We will see how to set this up on the neutrino01 server. Some information concerning errors can be found on the Debug page.

ndlar_flow

To install ndlar_flow the 'README' on the git repo contain probably the most up-to-date. This page is based on the following commit.

Installation

To be able to start a jupyter notebook later, an additional step is needer: On neutrino01 the default python version is

[user@neutrino01 ~]$ python --version
Python 3.9.21

which is too old to install the latest jupyter version

pyenv

jupyter notebook

AFI viewer