basic

module of dascore.proc source

Basic operations for patches.

Functions

Name Description
abs Take the absolute value of the patch data.
normalize Normalize a patch along a specified dimension.
rename Rename coordinate or dimensions of Patch.
squeeze Return a new object with len one dimensions flattened.
standardize Standardize data by removing the mean and scaling to unit variance.
transpose Transpose the data array to any dimension order desired.