bug on file “eas2sgems.m”
Brought to you by:
cultpenguin,
knudcordua
I believe there is a bug on file “eas2sgems.m” at line 115 which is “n_prop_app=length(data)./nxyz;”
I think it should be something like “n_prop_app=numel(data)/nxyz;”
I try to convert a probability maps file from gslib to sgems format and I realized the second implementation works fine.