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

Timeseries #67

Open
rhysgt opened this issue Aug 6, 2020 · 3 comments
Open

Timeseries #67

rhysgt opened this issue Aug 6, 2020 · 3 comments
Assignees

Comments

@rhysgt
Copy link
Contributor

rhysgt commented Aug 6, 2020

I wrote a bit of code a while ago, to deal with DIC data from multiple deformation steps.

The way I implemented it was to have a different class (called Maps as opposed to Map), that you initialised by giving a path and file names to the DIC data. You can then do things like link an EBSD map, or set homog points, scales, crops etc for all the DIC maps in one go. The key thing I used it for was plotting a DIC map with a slider at the bottom to flip between steps. Additionally, I also made it so that you can call Maps[1] to give the corresponding Map.

It will need some improvement before adding into the repo though, but wanted to see if this would be useful for anyone.

@rhysgt rhysgt self-assigned this Aug 6, 2020
@mikesmic
Copy link
Collaborator

mikesmic commented Aug 11, 2020

This sounds good but I think the structure could be a little more generic. Perhaps have an "experiment" container class which contains multiple "timesteps". Each time step could then contain the data (DIC/EBSD/maybe images eventually) collected at that point. The HRDIC maps could then reference that they are expressed in the coordinates of the first time step and it would know to use homologous points defined in that step. Just some ideas, happy to discuss what you have already!

@mikesmic
Copy link
Collaborator

We could also add in the stress strain data (or generate schematic data) to visualise where each of data have been collected

@rhysgt
Copy link
Contributor Author

rhysgt commented Aug 11, 2020

That sounds good, will give it a go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants