-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with catalogue loading. #71
Comments
Hello,
As of January 2022, I am no longer with the Swiss Seismological Service.
Although ZMAP7 remains a repository hosted from my Github account, I no
longer maintain it. I am not currently involved in Seismology, and, sadly,
no longer have the time or resources to devote to it.
With other important projects requiring my focus during the last couple
years at the SED, I was unable to realize my vision for ZMAP7. It was a
huge project, and there are many unfinished edges to it. It is my
sincerest hope that multiple someones will eventually adopt and continue to
move the this project forward; but as for me, my involvement has come to an
end.
Please reach out to the Swiss Seismological Service (http://seismo.ethz.ch)
with any questions and comments about ZMAP.
Kind Regards,
Celso Reyes
…On Fri, Nov 25, 2022 at 7:40 PM Niyousha3337 ***@***.***> wrote:
Hello, my name is Niyousha.
I'm trying to load a seismic catalog (Askii file) that I created in your
program ZMAP version 7 in matlab 2022b.
I have checked the data and they are correct, but I get the following
errors. could you help me and tell me what the problem might be?
Thank you.
Catalog loaded with 228 events
post load
Error using mkdir
Access is denied.
Error in ZmapImportManager (line 54)
mkdir(pathstr);
Error in ZmapMainWindow/catalog_menu/cb_importer (line 227)
ok=ZmapImportManager(fun);
Error in ZmapMainWindow/catalog_menu>@***@***.***)
(line 31)
'MenuSelectedFcn', @(s,v)cb_importer(s, v, @zdataimport));
Error while evaluating Menu Callback.
—
Reply to this email directly, view it on GitHub
<#71>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AATFSYE2I2OPO2K5E54KX3DWKEB3HANCNFSM6AAAAAASLRN3IQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, my name is Niyousha.
I'm trying to load a seismic catalog (Ascii file) that I created in your program ZMAP version 7 in matlab 2022b, Windows 10.
I have checked the data and they are correct, but I get the following errors. could you help me and tell me what the problem might be?
Thank you.
Catalog loaded with 228 events
post load
Error using mkdir
Access is denied.
Error in ZmapImportManager (line 54)
mkdir(pathstr);
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)
'MenuSelectedFcn', @(s,v)cb_importer(s, v, @zdataimport));
Error while evaluating Menu Callback.
The text was updated successfully, but these errors were encountered: