-
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
Error showing in Mc with time and B value with time #72
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 Thu, Dec 1, 2022 at 7:40 PM VGB ***@***.***> wrote:
*Describe the bug*
Did you mean:
Defaults -> ParMode : false
Index exceeds the number of array elements (1).
Error in calc_McBboot/process_magnitudes (line 132)
idx = allmags(:, nSamp) >= fMcs(nSamp) - halfBinInterval;
Error in calc_McBboot (line 54)
results = process_magnitudes(catalog.Magnitude);
Error in
calc_McBwtime>@(events)calc_McBboot(events,p.Results.binWidth,p.Results.nBstSample,p.Results.nMethod,p.Results.nMinNumberEvents,p.Results.fMcCorr)
(line 79)
doMcBootCalc=@(events)calc_McBboot(events, p.Results.binWidth,
p.Results.nBstSample,...
Error in calc_McBwtime (line 106)
[fMc, fStd_Mc, fBvalue, fStd_B, fAvalue, fStd_A] =
doMcBootCalc(eventsInWindow);
Error in plot_McBwtime (line 52)
[mResult] = calc_McBwtime(catalog, zans.nSampleSize, zans.nOverlap,
zans.methodChoice,
zans.nBstSample, zans.minEventCount, zans.fBinning, zans.fMcCorr);
Error in CumTimePlot/add_cumtimeplot_zmenu/plotwithtime (line 371)
plot_McBwtime(obj.catalog, sPar);
Error in CumTimePlot>@(,)plotwithtime('mc') (line 336)
uimenu(op4,'label','Mc with time ' , msfield, @(,)plotwithtime('mc'));
Error while evaluating Menu Callback.
How to resolve this?? Everything else is working fine
—
Reply to this email directly, view it on GitHub
<#72>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AATFSYAN34N2ISV2IGBF2BLWLDWJHANCNFSM6AAAAAASRDBZ44>
.
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
It works when I reduce the bootstrap value to 1 from the default value (200).
The same problem is affecting several other features, including the bootstrapping method.
How to resolve this?? Everything else is working fine!
The text was updated successfully, but these errors were encountered: