COMPUTING CROSS-CORRELATION BETWEEN GEOPHYSICAL TIME-SERIES
In geophysics, it is important to understand and identify the complex and unknown relationships between two time-series. Cross-correlation is an established ...
In geophysics, it is important to understand and identify the complex and unknown relationships between two time-series. Cross-correlation is an established ...
The common geophysical problems most often have multimodal objective function with many possible minima. In this post, we will look into the Monte Carlo meth...
A simple Python app for system CPU and RAM usage monitoring in real time. The app is build mainly using the PyQt5, pyqtgraph and psutil.
This post gives a quick introduction on how to build a web application using Flask and deploy on Heroku server. Then, I share my codes for building advanced ...
Least-squares method is a popular approach in geophysical inversion to estimate the parameters of a postulated Earth model from given observations. This meth...
With the increasing amount of data, parallel computing is quickly becoming a necessity. Modern computers comes with more than one process and we most often o...
Codes for plotting advanced 2D plots using matplotlib library in Python. Includes simple 2D plot, error bars, bar graphs, histograms, multiple plots, etc
We pose a null hypothesis and enquire that given that the null hypothesis is true, how likely is the observed pattern of results? This likelihood is known as...
Most often data analyst consider correlation between two time-series as a causation effect. Two time-series are correlated that does not imply that one cause...
Numerical tests to understand the degrees of freedom in time series
Factor Analysis is an exploratory data analysis method used to search influential underlying factors or latent variables from a set of observed variables
Obspy is an open-source Python framework developed for the processing of seismological data. In this post, I will introduce how to use Obspy along with some ...
In this post, we will see how we can use Python to low pass filter the 10 year long daily fluctuations of GPS time series. We need to use the “Scipy” package...
This post demonstrate how to use Python to set up clip topographic map based on coastlines.
In geosciences, we most frequently have to make geospatial plots, but the available data is unevenly distributed and irregular. We like to show the data, in ...
Generating GMT style shaded relief map in Python
We read the station information from a file to plot the 1 arc-minute relief map
Plotting 1 arc-minute topographic map in python
Two time series with predominant linear trends (very low DOF) can have a very high correlation coefficient, which can hardly be construed as an evidence for ...
A basic to advanced guide to making interactive plots in Bokeh.
Generators don’t hold the entire result in memory. It yields one result at a time.
In this tutorial post, I give a quick demo of how to install Python (using anaconda) and then getting started with writing simple scripts.
Quickly plot record section of a stream using Obspy. I will introduce you how to make a stream from a set of SAC data, plot the record section and store it a...
A simple tutorial on how to plot high resolution topographic map using GMT tools in Python
Short demostration of how to plot the distance vs seismic waveforms and mark the P and S arrival times using the IASP91 earth model. Codes are included.
Short demonstration of the ppsd class defined in Obspy using 3 days of data for station PB-B075
Python code to automatically plot the record section for the highest magnitude earthquake in the given time range
Introduction to the concepts of tomography with equations and codes. Introduction to the concepts of overdetermined, underdetermined and mix-determined probl...
Visualize the statistics of the data using MATLAB: mean, median, std, interquartile range, skewness, kurtosis, t-statistic
We test for the correlation coefficients or the covariance between two sets of random numbers selected from normal distribution using the Monte Carlo simulat...
Using Randomization to test the disprove the null hypothesis
This post demonstrate how to use Python to set up clip topographic map based on coastlines.
Generating GMT style shaded relief map in Python
We read the station information from a file to plot the 1 arc-minute relief map
How to fit data to non-linear model
Plotting 1 arc-minute topographic map in python
Two time series with predominant linear trends (very low DOF) can have a very high correlation coefficient, which can hardly be construed as an evidence for ...
Plotting publishable quality maps using generic mapping tools (GMT)
A basic to advanced guide to making interactive plots in Bokeh.
Plotting publishable quality maps using generic mapping tools (GMT)
Generators don’t hold the entire result in memory. It yields one result at a time.
Quickly plot record section of a stream using Obspy. I will introduce you how to make a stream from a set of SAC data, plot the record section and store it a...
Time-series analysis is essential in most fields of science, including geophysics, economics, etc. Most of the geophysical data comes in a time-series format...
The Generic Mapping Tools is widely used across Earth and Planetary and other fields of studies to process data and generate high-quality illustrations. This...
Obspy is an open-source Python framework developed for the processing of seismological data. In this post, I will introduce how to use Obspy along with some ...
A simple tutorial on how to plot high resolution topographic map using GMT tools in Python
Short demostration of how to plot the distance vs seismic waveforms and mark the P and S arrival times using the IASP91 earth model. Codes are included.
Short demostration of how to plot the track or trajectory of a hurricane on a map. Codes are included.
Short demonstration of the ppsd class defined in Obspy using 3 days of data for station PB-B075
Python code to automatically plot the record section for the highest magnitude earthquake in the given time range
This post demonstrate how to use Python to set up clip topographic map based on coastlines.
Generating GMT style shaded relief map in Python
We read the station information from a file to plot the 1 arc-minute relief map
Plotting 1 arc-minute topographic map in python
Plotting publishable quality maps using generic mapping tools (GMT)
Plotting publishable quality maps using generic mapping tools (GMT)
We pose a null hypothesis and enquire that given that the null hypothesis is true, how likely is the observed pattern of results? This likelihood is known as...
Most often data analyst consider correlation between two time-series as a causation effect. Two time-series are correlated that does not imply that one cause...
Numerical tests to understand the degrees of freedom in time series
Seismic resolution and fidelity are the two important measures of the quality of the seismic record and the seismic images. Seismic resolution quantifies the...
Visualize the statistics of the data using MATLAB: mean, median, std, interquartile range, skewness, kurtosis, t-statistic
We test for the correlation coefficients or the covariance between two sets of random numbers selected from normal distribution using the Monte Carlo simulat...
Using Randomization to test the disprove the null hypothesis
A signal has one or more frequency components in it and can be viewed from two different standpoints: time-domain and frequency domain. In general, signals a...
We demonstrate how to model a simple wave, obtain its frequencies, apply Hilbert transform, and perform edge detection
Visualize the statistics of the data using MATLAB: mean, median, std, interquartile range, skewness, kurtosis, t-statistic
We test for the correlation coefficients or the covariance between two sets of random numbers selected from normal distribution using the Monte Carlo simulat...
Using Randomization to test the disprove the null hypothesis
How to fit data to non-linear model
Quickly plot record section of a stream using Obspy. I will introduce you how to make a stream from a set of SAC data, plot the record section and store it a...
In this post, I will read a ASCII file whose first few lines contains the header information and then the three-component data. I will read using the pandas ...
This post is aimed to resolve the issues regarding the conflicts of using obspy and basemap libraries together.
Obspy is an open-source Python framework developed for the processing of seismological data. In this post, I will introduce how to use Obspy along with some ...
Short demonstration of the ppsd class defined in Obspy using 3 days of data for station PB-B075
Python code to automatically plot the record section for the highest magnitude earthquake in the given time range
We pose a null hypothesis and enquire that given that the null hypothesis is true, how likely is the observed pattern of results? This likelihood is known as...
Most often data analyst consider correlation between two time-series as a causation effect. Two time-series are correlated that does not imply that one cause...
Numerical tests to understand the degrees of freedom in time series
Seismic resolution and fidelity are the two important measures of the quality of the seismic record and the seismic images. Seismic resolution quantifies the...
In geosciences, we most frequently have to make geospatial plots, but the available data is unevenly distributed and irregular. We like to show the data, in ...
In geophysics, it is important to understand and identify the complex and unknown relationships between two time-series. Cross-correlation is an established ...
Obspy is an open-source Python framework developed for the processing of seismological data. In this post, I will introduce how to use Obspy along with some ...
A simple tutorial on how to plot high resolution topographic map using GMT tools in Python
Short demostration of how to plot the distance vs seismic waveforms and mark the P and S arrival times using the IASP91 earth model. Codes are included.
Python code to automatically plot the record section for the highest magnitude earthquake in the given time range
Some handy tweaks for mac like relocating default screenshot location, renaming batch files etc
Mac can be easily automated by the help of several tools such as automator, quick actions, applescripts
Shortcut code for quickly logging temperature in Apple health app
Quick action for mac to easily love, dislike, rate songs in apple music app
A signal has one or more frequency components in it and can be viewed from two different standpoints: time-domain and frequency domain. In general, signals a...
We pose a null hypothesis and enquire that given that the null hypothesis is true, how likely is the observed pattern of results? This likelihood is known as...
Most often data analyst consider correlation between two time-series as a causation effect. Two time-series are correlated that does not imply that one cause...
We demonstrate how to model a simple wave, obtain its frequencies, apply Hilbert transform, and perform edge detection
Two time series with predominant linear trends (very low DOF) can have a very high correlation coefficient, which can hardly be construed as an evidence for ...
A basic to advanced guide to making interactive plots in Bokeh.
Generators don’t hold the entire result in memory. It yields one result at a time.
Generating GMT style shaded relief map in Python
Plotting publishable quality maps using generic mapping tools (GMT)
Plotting publishable quality maps using generic mapping tools (GMT)
This post demonstrate how to use Python to set up clip topographic map based on coastlines.
Generating GMT style shaded relief map in Python
Plotting publishable quality maps using generic mapping tools (GMT)
Numerical tests to understand the degrees of freedom in time series
Time-series analysis is essential in most fields of science, including geophysics, economics, etc. Most of the geophysical data comes in a time-series format...
Two time series with predominant linear trends (very low DOF) can have a very high correlation coefficient, which can hardly be construed as an evidence for ...
A simple tutorial on how to plot high resolution topographic map using GMT tools in Python
Short demostration of how to plot the track or trajectory of a hurricane on a map. Codes are included.
Plotting 1 arc-minute topographic map in python
Some handy tweaks for mac like relocating default screenshot location, renaming batch files etc
Mac can be easily automated by the help of several tools such as automator, quick actions, applescripts
Quick action for mac to easily love, dislike, rate songs in apple music app
NetCDF file format has been designed for storing multidimensional scientific data such as temperature, rainfall, humidity, etc. In this post, we will see how...
In this post, we will see how we can use Python to low pass filter the 10 year long daily fluctuations of GPS time series. We need to use the “Scipy” package...
In Earth Sciences, we often deal with multidimensional data structures such as climate data, GPS data. It ‘s hard to save such data in text files as it would...
This post gives a quick introduction on how to build a web application using Flask and deploy on Heroku server. Then, I share my codes for building advanced ...
A basic to advanced guide to making interactive plots in Bokeh.
Some handy tweaks for mac like relocating default screenshot location, renaming batch files etc
Quick action for mac to easily love, dislike, rate songs in apple music app
Quickly plot record section of a stream using Obspy. I will introduce you how to make a stream from a set of SAC data, plot the record section and store it a...
Python code to automatically plot the record section for the highest magnitude earthquake in the given time range
This post is aimed to resolve the issues regarding the conflicts of using obspy and basemap libraries together.
Short demostration of how to plot the track or trajectory of a hurricane on a map. Codes are included.
Codes for plotting advanced 2D plots using matplotlib library in Python. Includes simple 2D plot, error bars, bar graphs, histograms, multiple plots, etc
Short demostration of how to plot the track or trajectory of a hurricane on a map. Codes are included.
Quickly plot record section of a stream using Obspy. I will introduce you how to make a stream from a set of SAC data, plot the record section and store it a...
Short demostration of how to plot the distance vs seismic waveforms and mark the P and S arrival times using the IASP91 earth model. Codes are included.
Quickly plot record section of a stream using Obspy. I will introduce you how to make a stream from a set of SAC data, plot the record section and store it a...
Short demostration of how to plot the distance vs seismic waveforms and mark the P and S arrival times using the IASP91 earth model. Codes are included.
The Generic Mapping Tools is widely used across Earth and Planetary and other fields of studies to process data and generate high-quality illustrations. This...
A simple tutorial on how to plot high resolution topographic map using GMT tools in Python
NetCDF file format has been designed for storing multidimensional scientific data such as temperature, rainfall, humidity, etc. In this post, we will see how...
In Earth Sciences, we often deal with multidimensional data structures such as climate data, GPS data. It ‘s hard to save such data in text files as it would...
If you are ready to use the Microsoft Word as your favourite tool for writing your awesome scientific thoughts and ideas into a manuscript, then I would like...
It is essential to insert equation numbers in your thesis and/or any scientific paper. In this post, I discus some of the easiest way to insert equations
If you are ready to use the Microsoft Word as your favourite tool for writing your awesome scientific thoughts and ideas into a manuscript, then I would like...
It is essential to insert equation numbers in your thesis and/or any scientific paper. In this post, I discus some of the easiest way to insert equations
If you are ready to use the Microsoft Word as your favourite tool for writing your awesome scientific thoughts and ideas into a manuscript, then I would like...
It is essential to insert equation numbers in your thesis and/or any scientific paper. In this post, I discus some of the easiest way to insert equations
If you are ready to use the Microsoft Word as your favourite tool for writing your awesome scientific thoughts and ideas into a manuscript, then I would like...
It is essential to insert equation numbers in your thesis and/or any scientific paper. In this post, I discus some of the easiest way to insert equations
Seismic resolution and fidelity are the two important measures of the quality of the seismic record and the seismic images. Seismic resolution quantifies the...
Simple earthquake location problem and its solution using Geiger’s method
The common geophysical problems most often have multimodal objective function with many possible minima. In this post, we will look into the Monte Carlo meth...
Least-squares method is a popular approach in geophysical inversion to estimate the parameters of a postulated Earth model from given observations. This meth...
The common geophysical problems most often have multimodal objective function with many possible minima. In this post, we will look into the Monte Carlo meth...
Least-squares method is a popular approach in geophysical inversion to estimate the parameters of a postulated Earth model from given observations. This meth...
In this tutorial post, I give a quick demo of how to install Python (using anaconda) and then getting started with writing simple scripts.
In this tutorial post, I give a quick demo of how to install Python (using anaconda) and then getting started with writing simple scripts.
In this tutorial post, I give a quick demo of how to install Python (using anaconda) and then getting started with writing simple scripts.
In this tutorial post, I give a quick demo of how to install Python (using anaconda) and then getting started with writing simple scripts.
Tutorial on how to use Git and GitHub for team collaboration on a project. Content includes installing, setting up, creating a repository, making commits, un...
Tutorial on how to use Git and GitHub for team collaboration on a project. Content includes installing, setting up, creating a repository, making commits, un...
Tutorial on how to use Git and GitHub for team collaboration on a project. Content includes installing, setting up, creating a repository, making commits, un...
Generators don’t hold the entire result in memory. It yields one result at a time.
Plotting publishable quality maps using generic mapping tools (GMT)
A basic to advanced guide to making interactive plots in Bokeh.
A basic to advanced guide to making interactive plots in Bokeh.
A basic to advanced guide to making interactive plots in Bokeh.
A basic to advanced guide to making interactive plots in Bokeh.
Plotting 1 arc-minute topographic map in python
Plotting 1 arc-minute topographic map in python
How to fit data to non-linear model
How to fit data to non-linear model
How to fit data to non-linear model
How to fit data to non-linear model
How to fit data to non-linear model
We read the station information from a file to plot the 1 arc-minute relief map
We read the station information from a file to plot the 1 arc-minute relief map
We read the station information from a file to plot the 1 arc-minute relief map
In geosciences, we most frequently have to make geospatial plots, but the available data is unevenly distributed and irregular. We like to show the data, in ...
This post demonstrate how to use Python to set up clip topographic map based on coastlines.
Using Randomization to test the disprove the null hypothesis
Using Randomization to test the disprove the null hypothesis
We test for the correlation coefficients or the covariance between two sets of random numbers selected from normal distribution using the Monte Carlo simulat...
We test for the correlation coefficients or the covariance between two sets of random numbers selected from normal distribution using the Monte Carlo simulat...
Visualize the statistics of the data using MATLAB: mean, median, std, interquartile range, skewness, kurtosis, t-statistic
Introduction to the concepts of tomography with equations and codes. Introduction to the concepts of overdetermined, underdetermined and mix-determined probl...
Introduction to the concepts of tomography with equations and codes. Introduction to the concepts of overdetermined, underdetermined and mix-determined probl...
Quick action for mac to easily love, dislike, rate songs in apple music app
Quick action for mac to easily love, dislike, rate songs in apple music app
Quick action for mac to easily love, dislike, rate songs in apple music app
Quick action for mac to easily love, dislike, rate songs in apple music app
Quick action for mac to easily love, dislike, rate songs in apple music app
Shortcut code for quickly logging temperature in Apple health app
Shortcut code for quickly logging temperature in Apple health app
Shortcut code for quickly logging temperature in Apple health app
Shortcut code for quickly logging temperature in Apple health app
Mac can be easily automated by the help of several tools such as automator, quick actions, applescripts
Mac can be easily automated by the help of several tools such as automator, quick actions, applescripts
Mac can be easily automated by the help of several tools such as automator, quick actions, applescripts
Mac can be easily automated by the help of several tools such as automator, quick actions, applescripts
Mac can be easily automated by the help of several tools such as automator, quick actions, applescripts
Some handy tweaks for mac like relocating default screenshot location, renaming batch files etc
Some handy tweaks for mac like relocating default screenshot location, renaming batch files etc
Short demonstration of the ppsd class defined in Obspy using 3 days of data for station PB-B075
Short demonstration of the ppsd class defined in Obspy using 3 days of data for station PB-B075
Short demonstration of the ppsd class defined in Obspy using 3 days of data for station PB-B075
Short demonstration of the ppsd class defined in Obspy using 3 days of data for station PB-B075
Short demostration of how to plot the track or trajectory of a hurricane on a map. Codes are included.
Short demostration of how to plot the track or trajectory of a hurricane on a map. Codes are included.
Short demostration of how to plot the track or trajectory of a hurricane on a map. Codes are included.
Short demostration of how to plot the distance vs seismic waveforms and mark the P and S arrival times using the IASP91 earth model. Codes are included.
Short demostration of how to plot the distance vs seismic waveforms and mark the P and S arrival times using the IASP91 earth model. Codes are included.
A simple tutorial on how to plot high resolution topographic map using GMT tools in Python
In this post, we will see how we can use Python to low pass filter the 10 year long daily fluctuations of GPS time series. We need to use the “Scipy” package...
In this post, we will see how we can use Python to low pass filter the 10 year long daily fluctuations of GPS time series. We need to use the “Scipy” package...
NetCDF file format has been designed for storing multidimensional scientific data such as temperature, rainfall, humidity, etc. In this post, we will see how...
We demonstrate how to model a simple wave, obtain its frequencies, apply Hilbert transform, and perform edge detection
We demonstrate how to model a simple wave, obtain its frequencies, apply Hilbert transform, and perform edge detection
Obspy is an open-source Python framework developed for the processing of seismological data. In this post, I will introduce how to use Obspy along with some ...
Time-series analysis is essential in most fields of science, including geophysics, economics, etc. Most of the geophysical data comes in a time-series format...
Time-series analysis is essential in most fields of science, including geophysics, economics, etc. Most of the geophysical data comes in a time-series format...
Factor Analysis is an exploratory data analysis method used to search influential underlying factors or latent variables from a set of observed variables
Simple earthquake location problem and its solution using Geiger’s method
Seismic resolution and fidelity are the two important measures of the quality of the seismic record and the seismic images. Seismic resolution quantifies the...
Numerical tests to understand the degrees of freedom in time series
Most often data analyst consider correlation between two time-series as a causation effect. Two time-series are correlated that does not imply that one cause...
We pose a null hypothesis and enquire that given that the null hypothesis is true, how likely is the observed pattern of results? This likelihood is known as...
A signal has one or more frequency components in it and can be viewed from two different standpoints: time-domain and frequency domain. In general, signals a...
A signal has one or more frequency components in it and can be viewed from two different standpoints: time-domain and frequency domain. In general, signals a...
A signal has one or more frequency components in it and can be viewed from two different standpoints: time-domain and frequency domain. In general, signals a...
A signal has one or more frequency components in it and can be viewed from two different standpoints: time-domain and frequency domain. In general, signals a...
Codes for plotting advanced 2D plots using matplotlib library in Python. Includes simple 2D plot, error bars, bar graphs, histograms, multiple plots, etc
Codes for plotting advanced 2D plots using matplotlib library in Python. Includes simple 2D plot, error bars, bar graphs, histograms, multiple plots, etc
Codes for plotting advanced 2D plots using matplotlib library in Python. Includes simple 2D plot, error bars, bar graphs, histograms, multiple plots, etc
Codes for plotting advanced 2D plots using matplotlib library in Python. Includes simple 2D plot, error bars, bar graphs, histograms, multiple plots, etc
Codes for plotting advanced 2D plots using matplotlib library in Python. Includes simple 2D plot, error bars, bar graphs, histograms, multiple plots, etc
With the increasing amount of data, parallel computing is quickly becoming a necessity. Modern computers comes with more than one process and we most often o...
With the increasing amount of data, parallel computing is quickly becoming a necessity. Modern computers comes with more than one process and we most often o...
With the increasing amount of data, parallel computing is quickly becoming a necessity. Modern computers comes with more than one process and we most often o...
Least-squares method is a popular approach in geophysical inversion to estimate the parameters of a postulated Earth model from given observations. This meth...
In this post, I will read a ASCII file whose first few lines contains the header information and then the three-component data. I will read using the pandas ...
In this post, I will read a ASCII file whose first few lines contains the header information and then the three-component data. I will read using the pandas ...
In this post, I will read a ASCII file whose first few lines contains the header information and then the three-component data. I will read using the pandas ...
This post gives a quick introduction on how to build a web application using Flask and deploy on Heroku server. Then, I share my codes for building advanced ...
This post gives a quick introduction on how to build a web application using Flask and deploy on Heroku server. Then, I share my codes for building advanced ...
This post gives a quick introduction on how to build a web application using Flask and deploy on Heroku server. Then, I share my codes for building advanced ...
This post gives a quick introduction on how to build a web application using Flask and deploy on Heroku server. Then, I share my codes for building advanced ...
A simple Python app for system CPU and RAM usage monitoring in real time. The app is build mainly using the PyQt5, pyqtgraph and psutil.
A simple Python app for system CPU and RAM usage monitoring in real time. The app is build mainly using the PyQt5, pyqtgraph and psutil.
A simple Python app for system CPU and RAM usage monitoring in real time. The app is build mainly using the PyQt5, pyqtgraph and psutil.
Quickly plot record section of a stream using Obspy. I will introduce you how to make a stream from a set of SAC data, plot the record section and store it a...
Quickly plot record section of a stream using Obspy. I will introduce you how to make a stream from a set of SAC data, plot the record section and store it a...
Quickly plot record section of a stream using Obspy. I will introduce you how to make a stream from a set of SAC data, plot the record section and store it a...
Quickly plot record section of a stream using Obspy. I will introduce you how to make a stream from a set of SAC data, plot the record section and store it a...
In geophysics, it is important to understand and identify the complex and unknown relationships between two time-series. Cross-correlation is an established ...