kgpy

kgpy root package

Functions

linspace(start, stop, num[, axis])

A modified version of numpy.linspace() that returns a value in the center of the range between start and stop if num == 1 unlike numpy.linspace() which would just return start.

midspace(start, stop, num[, axis])

A modified version of numpy.linspace() that selects cell centers instead of cell edges.

rebin(arr, scale_dims)

Increases the size of an array by scale_dims in each i dimension by repeating each value scale_dims[i] times along that axis.

rms(a[, axis])

Modules

kgpy.atmosphere

kgpy.chianti

kgpy.colormaps

kgpy.ctis

kgpy.fft

kgpy.fft is a module of code ported from IDL programs originally written by Charles.

kgpy.filters

kgpy.format

kgpy.function

kgpy.geometry

kgpy.img

N-dimensional image processing package

kgpy.io

Package for representing input / output.

kgpy.labeled

N-dimensional arrays with labeled dimensions.

kgpy.latex

kgpy.matrix

Complement to the kgpy.vector package for matrices.

kgpy.mixin

kgpy.model

kgpy.moment

kgpy.multiprocess_tools

kgpy.nsroc

kgpy.obs

Interfaces for various solar observatories.

kgpy.observatories

Interfaces for various solar observatories.

kgpy.optics

kgpy.optics is a package designed for simulating optical systems.

kgpy.optimization

kgpy.plot

kgpy.solar

kgpy.transforms

kgpy.uncertainty

kgpy.units

kgpy.vectors

Package for easier manipulation of vectors than the usual numpy functions.