mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-04-28 17:32:23 +02:00
add python bindings
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from aare import File, Frame
|
||||
|
||||
if __name__ == "__main__":
|
||||
file = File("/home/bb/github/aare/data/jungfrau_single_master_0.json")
|
||||
frame = file.get_frame(0)
|
||||
print(frame.rows, frame.cols)
|
||||
print(frame.get(0,0))
|
||||
Reference in New Issue
Block a user