SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
Classes | Namespaces | Functions
module_toolbox_num.py File Reference

Classes

class  common.module_toolbox_num.ToolboxNumError
 

Namespaces

 common.module_toolbox_num
 

Functions

def common.module_toolbox_num.row_beg2end
 
def common.module_toolbox_num.col_beg2end
 
def common.module_toolbox_num.vec_beg2end
 
def common.module_toolbox_num.is_sortable
 
def common.module_toolbox_num.nearest
 
def common.module_toolbox_num.encadre
 
def common.module_toolbox_num.interpolation1D
 Interpolate at a given x0 a 1d curve given by its x,y. More...
 
def common.module_toolbox_num.interpolate
 
def common.module_toolbox_num.gridpos
 
def common.module_toolbox_num.polint
 
def common.module_toolbox_num.cell2grid
 
def common.module_toolbox_num.grid2cell
 
def common.module_toolbox_num.gaussian
 Gaussian function. More...
 
def common.module_toolbox_num.fit_gaussian
 Fit data with a gaussian. More...
 
def common.module_toolbox_num.fit_gaussian_latitude
 Fit latitudes with a gaussian. More...
 
def common.module_toolbox_num.fit_gaussian_longitude
 Fit longitudes with a gaussian. More...
 
def common.module_toolbox_num.relative_error
 Get the relative error between two np.array. More...
 
def common.module_toolbox_num.almost_equal
 Check if two objects are equals up to the tolint-th decimal. More...
 
def common.module_toolbox_num.almost_equal_float
 Check if 2 floats are equals up to the tolint-th decimal. More...
 
def common.module_toolbox_num.almost_equal_tuple
 Check if 2 tuples of floats are equals up to the tolint-th decimal. More...
 
def common.module_toolbox_num.get_yyyy_mm
 Between 2 dates, return the list of different YYYY/MM there is. More...
 
def common.module_toolbox_num.draw_normal_plane
 Return the unit normal vector from a given vector. More...
 
def common.module_toolbox_num.get_angle
 From a $\vec{V} = (V_x,V_y)$ vector, retrieve the oriented angle $(\vec{e_x},\vec{V})$ in degree. More...
 
def common.module_toolbox_num.normalise_angle_mpi_pi
 Put a degree angle in [-180,180]. More...
 
def common.module_toolbox_num.mean_longitude
 Compute the mean of 2 longitudes. More...
 
def common.module_toolbox_num.print_array2D
 Print a 2D array. More...
 
def common.module_toolbox_num.print_array1D
 Print a 1D array. More...
 
def common.module_toolbox_num.mean_datetime
 Compute mean datetime of a list of datetimes. More...
 
def common.module_toolbox_num.compare_dict
 Compare 2 dictionaries. More...