This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
GravMag: Forward modeling of the gravity anomaly using tesseroids in parallel | |
using ``multiprocessing`` | |
""" | |
import time | |
from multiprocessing import Pool | |
from fatiando import gravmag, gridder, logger, utils | |
from fatiando.mesher import Tesseroid | |
from fatiando.vis import mpl, myv |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DSAA | |
222 182 | |
0.000000E+00 1105000.000000 | |
0.000000E+00 905000.000000 | |
-251.926000 175.437000 | |
109.39500 112.50700 115.76000 119.23400 122.35300 125.53100 129.07100 133.15000 137.67100 141.26300 | |
143.92700 145.64300 146.52000 146.62200 145.97900 144.79500 143.31900 141.89100 141.19400 142.06100 | |
143.53300 145.09200 146.87800 147.70100 147.91700 148.28600 148.63300 148.93800 149.15600 149.35900 | |
149.58600 149.94700 150.69600 151.32100 151.87900 152.31800 152.91900 153.95900 154.76400 155.55400 | |
156.44200 157.51900 159.29800 160.48200 161.62300 162.81000 164.19200 165.35800 166.50200 167.52200 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Load the required libraries: | |
# * scipy | |
# * numpy | |
# * matplotlib | |
from scipy.io import wavfile | |
from matplotlib import pyplot as plt | |
import numpy as np | |
# Load the data and calculate the time of each sample | |
samplerate, data = wavfile.read('Clapping.wav') |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
OlderNewer