{"id":6258,"date":"2015-11-20T09:21:30","date_gmt":"2015-11-20T14:21:30","guid":{"rendered":"https:\/\/blogs.mathworks.com\/pick\/?p=6258"},"modified":"2017-04-27T09:23:22","modified_gmt":"2017-04-27T13:23:22","slug":"gismo-toolbox-seismic-data-analysis-in-matlab","status":"publish","type":"post","link":"https:\/\/blogs.mathworks.com\/pick\/2015\/11\/20\/gismo-toolbox-seismic-data-analysis-in-matlab\/","title":{"rendered":"GISMO Toolbox &#8211; Seismic Data Analysis in MATLAB"},"content":{"rendered":"<div xmlns:mwsh=\"https:\/\/www.mathworks.com\/namespace\/mcode\/v1\/syntaxhighlight.dtd\" class=\"content\">\r\n   <introduction>\r\n      <p>Today's guest pick of the week from <a href=\"https:\/\/blogs.mathworks.com\/loren\/\">Loren<\/a> is <a href=\"https:\/\/www.mathworks.com\/matlabcentral\/fileexchange\/52707-geoscience-community-codes-gismo\">GISMO<\/a>. GISMO is one of the success stories for community developed tools.  Currently spearheaded by <a href=\"https:\/\/www.mathworks.com\/matlabcentral\/profile\/authors\/6755794-glenn-thompson\">Glenn Thompson<\/a> and Celso Reyes, with previous involvement from Mike West, it is a toolbox widely used throughout the research community of seismologists.  \r\n      <\/p>\r\n   <\/introduction>\r\n   <h3>Contents<\/h3>\r\n   <div>\r\n      <ul>\r\n         <li><a href=\"#1\">Toolbox History<\/a><\/li>\r\n         <li><a href=\"#2\">GISMO Citations<\/a><\/li>\r\n         <li><a href=\"#3\">How to Learn GISMO<\/a><\/li>\r\n         <li><a href=\"#4\">Comments<\/a><\/li>\r\n      <\/ul>\r\n   <\/div>\r\n   <h3>Toolbox History<a name=\"1\"><\/a><\/h3>\r\n   <p>For an entertaining and enlightening history of the toolbox, I encourage you to read <a href=\"http:\/\/whereiscelso.blogspot.ch\/2015\/11\/evolution-of-waveform-suite.html\">this post<\/a> from Celso's blog.  From this, you can see how the toolbox starts life as a collection of useful stuff from a small group,\r\n      into a mature, well-thought out collection of tools meant for use by a broader audience. The github page has a <a href=\"https:\/\/github.com\/geoscience-community-codes\/GISMO\/wiki\/GISMO-Analytics\">summary<\/a> of how the community developed which includes downloads, views, etc. Clearly GISMO has a broad reach!\r\n   <\/p>\r\n   <h3>GISMO Citations<a name=\"2\"><\/a><\/h3>\r\n   <p>From a quick search with Google Scholar, the 2011 paper appears to have been cited ~26 times.  Some of the diverse subjects\r\n      include:\r\n   <\/p>\r\n   <div>\r\n      <ul>\r\n         <li>Hydraulic fracturing &amp; Wastewater Injection<\/li>\r\n         <li>Seismicity accompanying volcanic eruptive episodes<\/li>\r\n         <li>Rock fall dynamics and deposition<\/li>\r\n         <li>Calving seismicity from icebergs<\/li>\r\n         <li>Slow slip and tremor search<\/li>\r\n         <li>Correlation in analysis of micro-earthquake sequences<\/li>\r\n         <li>Separation of quarry blasts from aftershocks<\/li>\r\n      <\/ul>\r\n   <\/div>\r\n   <p>Now that's a wide range of applications for analyzing seismic data!<\/p>\r\n   <p>You can check out the details for each reference to find out just how central GISMO was to any individual paper at Google Scholar.\r\n   <\/p>\r\n   <h3>How to Learn GISMO<a name=\"3\"><\/a><\/h3>\r\n   <p>Among many of the on-line resources available for GISMO users, you might want to check out the GISMO cookbook to get started.  This post includes some interesting data analysis of events near Tohoku, similar to something I demonstrated earlier this year for the <a href=\"https:\/\/www.youtube.com\/watch?v=42ZAVJRFLP8\">IRIS community<\/a>. Compare the depth profile in this figure from my webinar with the corresponding plot from the cookbook.\r\n   <\/p>\r\n   <p><img decoding=\"async\" vspace=\"5\" hspace=\"5\" src=\"https:\/\/blogs.mathworks.com\/images\/pick\/Sean\/gismopick\/UsingDatastore_07.png\"> <\/p>\r\n   \r\n   <h3>Comments<a name=\"4\"><\/a><\/h3>\r\n   <p>Give it a try and let us know what you think <a href=\"https:\/\/blogs.mathworks.com\/pick\/?p=6258#respond\">here<\/a> or leave a <a href=\"https:\/\/www.mathworks.com\/matlabcentral\/fileexchange\/52707-geoscience-community-codes-gismo#comments\">comment<\/a> for Glenn and the GISMO Toolbox developers.\r\n   <\/p><script language=\"JavaScript\">\r\n<!--\r\n\r\n    function grabCode_aa702cacbe064ca7a564c69c329b7792() {\r\n        \/\/ Remember the title so we can use it in the new page\r\n        title = document.title;\r\n\r\n        \/\/ Break up these strings so that their presence\r\n        \/\/ in the Javascript doesn't mess up the search for\r\n        \/\/ the MATLAB code.\r\n        t1='aa702cacbe064ca7a564c69c329b7792 ' + '##### ' + 'SOURCE BEGIN' + ' #####';\r\n        t2='##### ' + 'SOURCE END' + ' #####' + ' aa702cacbe064ca7a564c69c329b7792';\r\n    \r\n        b=document.getElementsByTagName('body')[0];\r\n        i1=b.innerHTML.indexOf(t1)+t1.length;\r\n        i2=b.innerHTML.indexOf(t2);\r\n \r\n        code_string = b.innerHTML.substring(i1, i2);\r\n        code_string = code_string.replace(\/REPLACE_WITH_DASH_DASH\/g,'--');\r\n\r\n        \/\/ Use \/x3C\/g instead of the less-than character to avoid errors \r\n        \/\/ in the XML parser.\r\n        \/\/ Use '\\x26#60;' instead of '<' so that the XML parser\r\n        \/\/ doesn't go ahead and substitute the less-than character. \r\n        code_string = code_string.replace(\/\\x3C\/g, '\\x26#60;');\r\n\r\n        author = 'Loren Shure';\r\n        copyright = 'Copyright 2015 The MathWorks, Inc.';\r\n\r\n        w = window.open();\r\n        d = w.document;\r\n        d.write('<pre>\\n');\r\n        d.write(code_string);\r\n\r\n        \/\/ Add author and copyright lines at the bottom if specified.\r\n        if ((author.length > 0) || (copyright.length > 0)) {\r\n            d.writeln('');\r\n            d.writeln('%%');\r\n            if (author.length > 0) {\r\n                d.writeln('% _' + author + '_');\r\n            }\r\n            if (copyright.length > 0) {\r\n                d.writeln('% _' + copyright + '_');\r\n            }\r\n        }\r\n\r\n        d.write('<\/pre>\\n');\r\n      \r\n      d.title = title + ' (MATLAB code)';\r\n      d.close();\r\n      }   \r\n      \r\n-->\r\n<\/script><p style=\"text-align: right; font-size: xx-small; font-weight:lighter;   font-style: italic; color: gray\"><br><a href=\"javascript:grabCode_aa702cacbe064ca7a564c69c329b7792()\"><span style=\"font-size: x-small;        font-style: italic;\">Get \r\n            the MATLAB code \r\n            <noscript>(requires JavaScript)<\/noscript><\/span><\/a><br><br>\r\n      Published with MATLAB&reg; R2015b<br><\/p>\r\n<\/div>\r\n<!--\r\naa702cacbe064ca7a564c69c329b7792 ##### SOURCE BEGIN #####\r\n%% GISMO - a seismic data analysis toolbox for MATLAB\r\n% Today's guest pick of the week from <https:\/\/blogs.mathworks.com\/loren\/\r\n% Loren> is\r\n% <https:\/\/www.mathworks.com\/matlabcentral\/fileexchange\/52707-geoscience-community-codes-gismo\r\n% GISMO>. GISMO is one of the success stories for community developed\r\n% tools.  Currently maintained by\r\n% <https:\/\/www.mathworks.com\/matlabcentral\/profile\/authors\/6755794-glenn-thompson\r\n% Glenn Thompson>, it is a toolbox widely used throughout the research\r\n% community of seismologists.\r\n\r\n%% Toolbox History\r\n% For an entertaining and enlightening history of the toolbox, I encourage\r\n% you to read\r\n% <<http:\/\/whereiscelso.blogspot.ch\/2015\/11\/evolution-of-waveform-suite.html\r\n% this post> from their blog.  From this, you can see how the toolbox\r\n% starts life as a collection of useful stuff from a small group, into a\r\n% mature, well-thought out collection of tools meant for use by a broader\r\n% audience. The github page has a\r\n% <https:\/\/github.com\/geoscience-community-codes\/GISMO\/wiki\/GISMO-Analytics\r\n% summary> of how the community developed which includes downloads, views,\r\n% etc. Clearly GISMO has a broad reach!\r\n\r\n%% GISMO Citations\r\n% From a quick search with Google Scholar, the 2011 paper appears to have\r\n% been cited ~26 times.  Some of the diverse subjects include:\r\n%\r\n% * Hydraulic fracturing & Wastewater Injection\r\n% * Seismicity accompanying volcanic eruptive episodes\r\n% * Rock fall dynamics and deposition\r\n% * Calving seismicity from icebergs\r\n% * Slow slip and tremor search\r\n% * Correlation in analysis of micro-earthquake sequences\r\n% * Separation of quarry blasts from aftershocks\r\n%\r\n% Now that's a wide range of applications for analyzing seismic data!\r\n% \r\n% You can check out the details for each reference to find out just how\r\n% central GISMO was to any individual paper at\r\n% <https:\/\/scholar.google.com\/scholar?cites=13529091272516796552&as_sdt=2005&sciodt=0,5&hl=en\r\n% Google Scholar>.\r\n\r\n%% How to Learn GISMO\r\n% Among many of the on-line resources available for GISMO users, you might\r\n% want to check out\r\n% <http:\/\/geoscience-community-codes.github.io\/GISMO\/tutorials\/Catalog\/cookbook.html\r\n% the GISMO cookbook> to get started.  This post includes some interesting\r\n% data analysis of\r\n% <http:\/\/geoscience-community-codes.github.io\/GISMO\/tutorials\/Catalog\/cookbook.html#22\r\n% events near Tohoku>, similar to something I demonstrated earlier this\r\n% year for the <https:\/\/www.youtube.com\/watch?v=42ZAVJRFLP8 IRIS\r\n% community>. Compare the depth profile in this figure from my webinar with\r\n% the corresponding plot from the cookbook.\r\n%\r\n% <<UsingDatastore_07.png>>\r\n%\r\n% And, the image from the cookbook:\r\n%\r\n% <<http:\/\/geoscience-community-codes.github.io\/GISMO\/tutorials\/Catalog\/cookbook_01.png>>\r\n%\r\n\r\n%% Comments\r\n% \r\n% Give it a try and let us know what you think\r\n% <https:\/\/blogs.mathworks.com\/pick\/?p=6258#respond here> or leave a\r\n% <https:\/\/www.mathworks.com\/matlabcentral\/fileexchange\/52707-geoscience-community-codes-gismo#comments\r\n% comment> for Glenn and the GISMO Toolbox developers.\r\n\r\n##### SOURCE END ##### aa702cacbe064ca7a564c69c329b7792\r\n-->","protected":false},"excerpt":{"rendered":"<div class=\"overview-image\"><img decoding=\"async\"  class=\"img-responsive\" src=\"https:\/\/blogs.mathworks.com\/images\/pick\/Sean\/gismopick\/UsingDatastore_07.png\" onError=\"this.style.display ='none';\" \/><\/div><p>\r\n   \r\n      Today's guest pick of the week from Loren is GISMO. GISMO is one of the success stories for community developed tools.  Currently spearheaded by Glenn Thompson and Celso Reyes, with... <a class=\"read-more\" href=\"https:\/\/blogs.mathworks.com\/pick\/2015\/11\/20\/gismo-toolbox-seismic-data-analysis-in-matlab\/\">read more >><\/a><\/p>","protected":false},"author":39,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[16],"tags":[],"_links":{"self":[{"href":"https:\/\/blogs.mathworks.com\/pick\/wp-json\/wp\/v2\/posts\/6258"}],"collection":[{"href":"https:\/\/blogs.mathworks.com\/pick\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blogs.mathworks.com\/pick\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blogs.mathworks.com\/pick\/wp-json\/wp\/v2\/users\/39"}],"replies":[{"embeddable":true,"href":"https:\/\/blogs.mathworks.com\/pick\/wp-json\/wp\/v2\/comments?post=6258"}],"version-history":[{"count":9,"href":"https:\/\/blogs.mathworks.com\/pick\/wp-json\/wp\/v2\/posts\/6258\/revisions"}],"predecessor-version":[{"id":8553,"href":"https:\/\/blogs.mathworks.com\/pick\/wp-json\/wp\/v2\/posts\/6258\/revisions\/8553"}],"wp:attachment":[{"href":"https:\/\/blogs.mathworks.com\/pick\/wp-json\/wp\/v2\/media?parent=6258"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blogs.mathworks.com\/pick\/wp-json\/wp\/v2\/categories?post=6258"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blogs.mathworks.com\/pick\/wp-json\/wp\/v2\/tags?post=6258"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}