Setup to process FSD data on neutrino01: Difference between revisions

From LHEP Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


= ndlar_flow =
= ndlar_flow =
To install ''ndlar_flow'' you will be have to follow the 'README' of the [https://github.com/DUNE/ndlar_flow# |git repo]. To be able to start a jupyter notebook later, an additional step is needer: On ''neutrino01'' the default python version is <syntaxhighlight lang="cpp"> [nsallin@neutrino01 ndlar_flow]$ python --version
To install ''ndlar_flow'' you will be have to follow the 'README' of the [https://github.com/DUNE/ndlar_flow# |git repo]. To be able to start a jupyter notebook later, an additional step is needer: On ''neutrino01'' the default python version is <!-- <syntaxhighlight lang="cpp"> [nsallin@neutrino01 ndlar_flow]$ python --version
Python 3.9.21 </syntaxhighlight>
Python 3.9.21 </syntaxhighlight> -->
<pre>
[nsallin@neutrino01 ndlar_flow]$ python --version
Python 3.9.21
</pre>
 
=== Installation ===
=== Installation ===



Revision as of 10:38, 18 June 2025

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 you will be have to follow the 'README' of the |git repo. To be able to start a jupyter notebook later, an additional step is needer: On neutrino01 the default python version is

[nsallin@neutrino01 ndlar_flow]$ python --version
Python 3.9.21

Installation

pyenv

jupyter notebook

AFI viewer