PURPOSE
s = camproj(a,dim) : projection/radial integration of iData objects elements
SYNOPSIS
function s = camproj(a,dim, center)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- copyobj b = copyobj(s) : makes a copy of iData object
- end b = end(s,index,n) : end value for iData objects
- getaxis [val, lab] = getaxis(s, AxisIndex) : get iData axis value and label
- iData
- isempty isempty(s) : true for empty iData object
- isnumeric b = isnumeric(s) : True for numeric iData object elements
- label b = label(s, alias, label) : Change iData label for a given alias/axis
- meshgrid s = meshgrid(a) : transforms an iData object so that its axes are grids
- ndims d = ndims(s) : get the dimensionality of iData object
- ones s = ones(s,N,M,P,...) : initialize an iData array
- reshape c = reshape(a) : reshape the object Signal
- rmaxis s = rmaxis(s, Axis) : delete iData axes
- setalias [s,...] = setalias(s, AliasName, AliasLink, {AliasLabel}) : set iData aliases
- setaxis s = setaxis(s, rank, alias, value) : set iData axes
- size size(s) : get iData object size (number of elements)
- sort s = sort(a,dim) : Sort iData objects axes in ascending or descending order
- sqrt b = sqrt(s) : square root value of iData object
- std [half_width, center] = std(s, dim) : standard deviation of iData
- xlabel b = xlabel(s,label) : Change iData X axis label
- zeros s = zeros(s,N,M,P,...) : initialize an iData array
This function is called by:
- mean b = mean(s, dim) : mean value of iData object
- peaks [half_width, center, amplitude, baseline] = peaks(s, dim, m) : peak position and width of iData
- sum s = sum(a,dim) : computes the sum of iData objects elements
Generated on Tue 27-Nov-2018 10:56:24 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1