Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
AHartmaier committed Feb 29, 2024
1 parent 984b3f0 commit 920a630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/kanapy/textures.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __init__(self, fname, matname=None, gs_min=3, vf_min=0.03, plot=True):
List of dictionaries with phase specific microstructure
information.
name : name of phase
fill_factor : volume fraction
vf : volume fraction
ngrain : number of grains in phase
ori : matlab object with grain orientations
cs : matlab object with crystal structure
Expand Down Expand Up @@ -100,7 +100,7 @@ def __init__(self, fname, matname=None, gs_min=3, vf_min=0.03, plot=True):
vf = phist[0][i] / npx
if vf < vf_min:
break
data['fill_factor'] = vf
data['vf'] = vf

# Texture analysis: orientation set from the EBSD
ori0 = eng.getfield(ebsd_h, 'orientations')
Expand Down

0 comments on commit 920a630

Please sign in to comment.