DefDAP icon indicating copy to clipboard operation
DefDAP copied to clipboard

Timeseries

Open rhysgt opened this issue 3 years ago • 3 comments

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 avatar Aug 06 '20 10:08 rhysgt