Skip to content
Snippets Groups Projects
Commit 37ed564b authored by Yngve Levinsen's avatar Yngve Levinsen
Browse files

updated example

parent 286a94f5
No related branches found
No related tags found
No related merge requests found
Pipeline #91045 passed
......@@ -28,7 +28,7 @@ Read in many Density files from a folder, put data into one HDF5 file::
... fpath = os.path.join(calc_dir, f)
... envelope = 'Env' in f
... group_name = f[8:-4]
... data = TraceWin.density_file(fpath, envelope=envelope)
... data = TraceWin.density(fpath, envelope=envelope)
... data.savetohdf('Density.h5', group_name)
Example 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment