mtex-toolbox / mtex

MTEX is a free Matlab toolbox for quantitative texture analysis. Homepage:
http://mtex-toolbox.github.io/
GNU General Public License v2.0
274 stars 182 forks source link

ebsd('phase') of EBSDsquare kill props on feature/grain3d #2103

Closed kilir closed 1 month ago

kilir commented 3 months ago

Hi Ralf, on the feature/grain3d branch, selecting ebsd by phase seems to result in loosing all the props.

Example:

mtexdata forsterite
ebsd = ebsd.gridify 
ebsd.prop

%ans = 
%
%  struct with fields:
%
%    bands: [336×732 double]
%       bc: [336×732 double]
%       bs: [336×732 double]
%    error: [336×732 double]
%      mad: [336×732 double]
%    oldId: [336×732 double]

ebsd('f').prop

%ans = 
%
 % struct with no fields.

Cheers, Rüdiger

ralfHielscher commented 1 month ago

this seems to have been fixed.