aPriori¶
Library initialization and relative imports
Submodules¶
Classes¶
Functions¶
|
|
|
Deletes the specified file from the file system. |
|
Downloads all files from a specified GitHub repository directory and saves them to the destination folder, |
|
Read a binary file and convert its contents into a numpy array. |
|
Apply a Gaussian filter to a 3D numpy array. |
|
Apply a box filter to a 3D numpy array using scipy's convolve function. |
|
Apply a 3D filter (Gaussian or box) to a numpy array, with optional Favre filtering. |
|
Saves the given array to a file in binary format. |
|
Description |
|
Computes the gradient of a 3D, non downsampled, filtered field. Numpy is |
|
Computes the z component of the gradient of a 3D, non downsampled, filtered field. |
|
|
|
|
|
Plots the conditional mean of y over x using numpy. |
|