xaratustrah / e018_scripts

scripts for the G22-E0018 experiment a.k.a. E018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

e018_scripts

Script to loop-process the files on the server during the E018 experiment, and then copy them to different locations.

NPZ file

You can read it like this (you may need to flatten one array)

data = np.load('filename.npz')
xx, yy, zz, center = data['arr_0'], data['arr_1'], data['arr_2']

note that you can flatten arrays before use, or just make a float() cast if it is just a number.

About

scripts for the G22-E0018 experiment a.k.a. E018

License:GNU General Public License v3.0


Languages

Language:Python 100.0%