Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support DIC data for multiple time steps #41

Open
CsatiZoltan opened this issue Nov 29, 2020 · 0 comments
Open

Support DIC data for multiple time steps #41

CsatiZoltan opened this issue Nov 29, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@CsatiZoltan
Copy link
Owner

Currently, the DIC class knows about the displacement field at a given time step only. On the other hand, one is often interested in the evolution of the displacement field. It is clear that loading the displacement measurement data for each time step is not viable in general on personal computers1. Moreover, the member functions of the class would become more verbose because the user would need to give at which time step a given operation should be applied. Since the class cannot know in advance how the series of displacement fields are stored, it is the responsibility of the user to pass it to DIC. The DIC class should have a method that loads the new field.


1E.g. in my current dataset, the DIC data is given as an HDF5 file with the size of 38 GB.

@CsatiZoltan CsatiZoltan added the enhancement New feature or request label Nov 29, 2020
@CsatiZoltan CsatiZoltan added this to the v1.1.0 milestone Nov 29, 2020
@CsatiZoltan CsatiZoltan self-assigned this Nov 29, 2020
@CsatiZoltan CsatiZoltan modified the milestones: v1.1.0, Future Mar 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant