combine.fits: Combine and compute statistics of a number of kinematic maps

Description Usage Arguments Value Author(s) See Also

View source: R/combine.fits.R

Description

Occasionally, one wants to create several kinematic maps of the same IFU data cube using, say, different templates. This function computes the mean, median and other combinations of these maps, in particular the standard deviation.

Usage

1
  combine.fits(fit.list, param)

Arguments

fit.list

A list of kinematic maps as created by fit.cube. These are data frames with at least columns L, M and the measurement specified by param.

param

A character string specifying the measurement to be combined,~e.g.\ sigma or v.

Value

A data frame with the following columns:

L, M

spaxel coordinates, taken from the first member of the list fit.list

mean, median, sd, min, max

the respective combinations of the values of param for the given spaxel in fit.list. All the statistics are computed with na.rm=TRUE.

Author(s)

Oliver Czoske

See Also

fit.cube


oczoske/slacR documentation built on May 20, 2019, 8:23 p.m.