paulscherrerinstitute / pyzebra

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

Suspicious order of indices #2

Closed ivan-usov closed 4 years ago

ivan-usov commented 4 years ago

https://github.com/paulscherrerinstitute/pyzebra/blob/master/pyzebra/xtal.py#L373-L374

Should it be rather:

iN=box[1]
j0=box[2]

?