avni.models.lateral_basis module#

This script/module contains routines that are used to analyze/visualize the data sets in the standard AVNI format.

class avni.models.lateral_basis.Lateral_basis(name, types, metadata=None)[source]#

Bases: object

A class for radial bases that defines a unique combination of parameters, their radial parameterization and any scaling that is used.

property type#
property name#
property keys#
check()[source]#

Checks that object contains all attributes required for evaluating a particular basis set.

addtypes(names, types)[source]#

types = [‘ylm’,’sh’,’wavelet’,’slepians’]

eval_lateral(lat, lon, store=False)[source]#

Evaluate radial basis at a depth interpolated from existing projection matrices.