thm.column fill

From DavinciWiki
Jump to: navigation, search


Description

Takes a partially filled column maxtrix and calculates averages over a number of lines specified in 'chunk_size'. Fills in null points by linear interpolation of nearest neighbors. Used to produce a column of radiation correction values in autoradcorr.

Arguments and Return Values

Arguments: Accepts any 1xNx1 numeric column array

Return Value: An float array of the same size as the input, filled in and smoothed.

Usage

Syntax: thm.column_fill(column = VAL, chunk_size = VAL [, ignore = VAL])

 'column'     can be any 1xNxM array
 'chunk_size' defaulted to 10 to correspond to a 500 line chunk.
 'ignore'     is defaulted to -32768

Examples

 dv> b = thm.column_fill(b,ignore=0)

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left

Related Functions

Recent Core Changes

Modified On: 03-27-2006

Personal tools