"# How to use the run table .csv to select useful runs for analysis\n",
"Currently a first overview table of the data from Greenland is available at https://www.zeuthen.desy.de/~shallman/rnog_run_summary.html. Eventually this will be replaced by a run database, but for the time being it can be used to look for useful runs for analysis.
This demo shows how to obtain a list of runs without the need to read through the entire (html) run table by eye. Instead python's pandas is used to read the table and apply a run selection."
"Currently a first overview table of the data from Greenland is available at https://www.zeuthen.desy.de/~shallman/rnog_run_summary.html.\n",
"\n",
"Eventually this will be replaced by a run database, but for the time being it can be used to look for useful runs for analysis.\n",
"\n",
"This demo shows how to obtain a list of runs without the need to read through the entire (html) run table by eye. Instead python's pandas is used to read the table and apply a run selection."
]
},
{
...
...
@@ -474,6 +476,14 @@
"selected_runs.head()"
]
},
{
"cell_type": "markdown",
"id": "ef26b5a0-ff17-43a4-bb01-c9b293ed154b",
"metadata": {},
"source": [
"One can directly use this table of selected runs to **obtain a list of paths to the data files** (relative to the top-level directory of the data on the Zeuthen or Wisconsin clusters)"