aaronzou / mirone

Automatically exported from code.google.com/p/mirone
0 stars 0 forks source link

Error in mirone focal mechanism code #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I am trying to plot focal mechanisms using the instructions on this link " 
http://w3.ualg.pt/~jluis/mirone/howtos/Download___plot_CMT_catalog_focal_mechani
sms.html "
2. my input parameters in Global CMT toolbox are as follows: end date is 
1/1/2015, 4<Mw<10, lat 20-30, long 59-70. All other parameters are default.

What is the expected output? What do you see instead?
Expected output is the focal mechanism plot but mirone code is returning error. 
The details of error are as follows:

Error using  < 
Not enough input arguments.

Error in globalcmt>push_OK_CB (line 272)
        if (finfo.bytes < 100)                  % Delete the file anyway because it exists but is empty

Error in globalcmt>globalcmt_uiCB (line 574)
    feval([get(hObject,'Tag') '_CB'],hObject, guidata(hObject));

Error while evaluating uicontrol Callback

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by apoorvmi...@gmail.com on 17 Aug 2015 at 8:07