reduce a list of grain boundary segments by taking only every second
Syntax
gB_red = reduce(gB)
gB_red = reduce(gB,n)Input
| gB | grainBoundary |
| n | factor by which the segments are reduced (default 2) |
Output
| gB_red | grainBoundary |
reduce a list of grain boundary segments by taking only every second
gB_red = reduce(gB)
gB_red = reduce(gB,n)
| gB | grainBoundary |
| n | factor by which the segments are reduced (default 2) |
| gB_red | grainBoundary |