/e018_scripts

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

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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.