AngelFP / VisualPIC

Data Visualization for Particle-in-Cell Codes.
GNU General Public License v3.0
47 stars 13 forks source link

Long loading times when calling load_data in DataContainer (for openpmd) #21

Closed delaossa closed 6 months ago

delaossa commented 3 years ago

By default, DataContainer.load_data reads the metadata of every openpmd file present in the data output folder, resulting in long loading times when there is a large number of files. This situation seems inefficient when the user is interested in analyzing just one or few iterations only.

delaossa commented 6 months ago

This was addressed here -> https://github.com/AngelFP/VisualPIC/issues/45