Add 2022 data folder

This commit is contained in:
usov_i 2022-04-28 15:04:18 +02:00
parent fae90cbeae
commit 89fffed5d1

View File

@ -1,7 +1,7 @@
import os
ZEBRA_PROPOSALS_PATHS = [
f"/afs/psi.ch/project/sinqdata/{year}/zebra/" for year in (2016, 2017, 2018, 2020, 2021)
f"/afs/psi.ch/project/sinqdata/{year}/zebra/" for year in (2016, 2017, 2018, 2020, 2021, 2022)
]
def find_proposal_path(proposal):