Home

Awesome

FineShift Package

LicenseBuild StatusCode Coverage
LicenseBuild Status Build StatusCode Coverage Code Coverage

FineShift is a Julia package for fast sub-sample shifting of multi-dimensional arrays. It can also be used to apply separable stationary linear filters of small sizes (a.k.a. discrete correlations or discrete convolutions).

FineShift implements fine-shifting of Julia arrays by means of separable interpolation. After installation (see below), calling using FineShift provides the following methods:

Installation

The easiest way to install FineShift is via Julia registry EmmtRegistry:

using Pkg
pkg"registry add General" # if you have not yet any registries
pkg"registry add https://github.com/emmt/EmmtRegistry"
pkg"add FineShift"