DefDAP
DefDAP copied to clipboard
A python library for correlating EBSD and HRDIC data
Hi all. Thank yo for this amazing software. I have ran into a problem with the ebsd module, as below: The Grain class takes two arguments "grainID and ebsd.Map", and...
Hi guys, As part of some procrastination efforts I have started to play around a bit with DefDAP, with the ultimate goal of trying to implement the SSLIP algorithm for...
Hi! I've been able to plot a subset of grains of my map on an IPF plot (see below), and was wondering if there is an easy way of converting...
Iterating over dic maps and cropping (with update_homog_points=True) causes the DIC map to be repeatedly cropped i.e. ``` for inc, dic_map in exp.iter_over_maps('hrdic'): dic_map.link_ebsd_map(ebsd_map, transform_type="affine") dic_map.set_crop(left=100,right=100,top=100,bottom=100,update_homog_points=True) ``` will cause an...