CelsoReyes / zmap7

ZMAP Seismology Software. V 7.x has been updated to MATLAB R2018a.
79 stars 40 forks source link

Error trying to load an ASCII catalog with strike, dip and rake #35

Open lucianoscarfi opened 4 years ago

lucianoscarfi commented 4 years ago

Hello, I would like to ask for help with stress analysis. In particular, when I try to load the Junk7 sample file, Matlab gives me some error alerts (see below) and no catalog is loaded. The same when I try to import files in ASCI format that I processed with zmap6 with no problem. Can someone help me? Thanks Luciano


Error using table2zmapcatalogtable/make_conformant (line 38) Duplicate variable name: 'Dip'.

Error in table2zmapcatalogtable (line 16) make_conformant(fn{i}, Candidates.(fn{i}))

Error in ZmapCatalog.fromTable (line 922) other = table2zmapcatalogtable(other);

Error in ZmapCatalog.from (line 904) obj = ZmapCatalog.fromTable(other);

Error in ascii_imp (line 20) uOutput = ZmapCatalog.from(tb);

Error in import_start (line 92) mCatalog = feval(cFilter{nFilter,2}, 1, newfile);

Error in zdataimport (line 9) [catalog] = import_start(fullfile(ZmapGlobal.Data.hodi, 'importfilters'));

Error in ZmapImportManager (line 27) [catalog,ok] = fun();

Error in ZmapMainWindow/catalog_menu/cb_importer (line 227) ok=ZmapImportManager(fun);

Error in ZmapMainWindow/catalog_menu>@(s,v)cb_importer(s,v,@zdataimport) (line 31) MenuSelectedField(), @(s,v)cb_importer(s, v, @zdataimport));

Error while evaluating Menu Callback.