paulscherrerinstitute / pyzebra

GNU General Public License v3.0
3 stars 2 forks source link

An h5 dataset path typo in read_detector_data #1

Closed ivan-usov closed 4 years ago

ivan-usov commented 4 years ago

https://github.com/paulscherrerinstitute/pyzebra/blob/0e495b60cd035e86d09df90c30532b69fe044805/pyzebra/h5.py#L53

@zaharko probably, the path should read "/entry1/sample/phi" instead.

Also note the absence of 'ZEBRA' in path. This should also be the case for all these variables: https://github.com/paulscherrerinstitute/pyzebra/blob/0e495b60cd035e86d09df90c30532b69fe044805/pyzebra/h5.py#L52-L54

zaharko commented 4 years ago

Sure, this was a typo