Michael Atkinson
Michael Atkinson
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...
We could also add in the stress strain data (or generate schematic data) to visualise where each of data have been collected
This shouldn't be too difficult to implement, there are already functions to show the entire pattern images for setting the homologous points. Take a look at hrdic.Map.setPatternPath and hrdic.Map.plotPattern, just...
The example notebook now only using the data from the tests directory which contains 8.7MB of data - 4.9MP is a ctf file which we should maybe make smaller as...
This is still an issue. Cloning downloads 321.29 MiB of data. What's being downloaded? Does cloning include the whole history? Any ideas @merrygoat ?
I had a look at finding big files and deleting them from the history, I found a decent guide (https://web.archive.org/web/20190207210108/http://stevelorek.com/how-to-shrink-a-git-repository.html) but it scares me. I will publish to PyPI for...
Hi Eugene, Sorry but this is not currently possible, you can only set slip systems for the entire map. This is a feature we want to implement, along with other...
I've made some changes, can you check it works as expected? You can set the mask with: `dic_map.data.generate('mask', mask=bool_array)`. How are these masks generated? Is it quite standard or do...
The current function has not been written a particularly generic way (for execution speed it calculates along entire rows and columns at a time) but it could be adapted easily...
I did call it `set_mask` but it would be confusing because it doesn't set anything, it just creates a mask image that the generate function uses. `set_crop` actually sets crop...