Trouble accessing hdf files under certain proposal numbers
Created by: cblarsen1
I'm having trouble loading hdf files from some experiments into pyzebra.
When I type in proposal number 20202268, pyzebra looks in a path ending with 2020/zebra/20202268/, but the files are actually in 2021/zebra/20202268/. I guess the issue is that pyzebra assumes that the first four numbers of the proposal id always corresponds to the year where the experiment was carried out?
Last part of error output: FileNotFoundError: [Errno 2] No such file or directory: '/afs/psi.ch/project/sinqdata/2020/zebra/20202268'
It is however still possible to load them using .cami files
Edit: Have similar issue when trying to run spind tab. I put in prefix: "/afs/psi.ch/project/sinqdata/2021/zebra/20202268/zebra2021n00"
and get error:
FileNotFoundError: [Errno 2] No such file or directory: '/afs/psi.ch/project/sinqdata/2020/zebra/20202268'
so also in this case it seems to look for files under year 2020