The LAMP Application

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

lamp_mac/D7_b/

concatenate.pro


top concatenate

result = concatenate(w1, w2)

******* *********** ** User callable ** For D7 data only ** ** concatenates two workspaces. Must be performed on raw data, i.e. ** before calling normalise.pro ** ** DIMENSIONS ** any - but first n-1 out of n dimensions must be equal in w1 and w2 ** eg w1(nspectra,nphases,nrun1) ** w2(nspectra,nphases,nrun2) -> w3(nspectra,nphases,nrun1+nrun2) ** ** COMMAND SYNTAX: ** w3=concatenate(w1,w2) ** ** KHA,JRS 23/4/03 ** ------------------------------------------------------------------------------ ** ******************************************************************************

Parameters

w1
w2

File attributes

Modification date: Tue Oct 1 14:43:50 2013
Lines: 149