From 8ddb9e8a69daf58df9519562b90d61c38f380f49 Mon Sep 17 00:00:00 2001 From: Claudio Cirelli Date: Mon, 18 May 2026 16:24:40 +0200 Subject: [PATCH] probably channels are not needed --- reduce.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reduce.py b/reduce.py index 6dd2cc0..0f2d58c 100644 --- a/reduce.py +++ b/reduce.py @@ -4,8 +4,8 @@ import argparse, pickle, h5py from pathlib import Path from sfdata import SFDataFile, SFDataFiles +from alvra_tools.channels import * from alvra_tools.load_data import load_data_compact_pump_probe -#from alvra_tools.channels import * #from alvra_tools.utils import * #from alvra_tools.XAS_functions import * #from alvra_tools.XAS_utils import *