The LAMP Application

Generated by IDLdoc

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

lamp_mac/D7/

add_xyz.pro


top add_xyz

result = add_xyz(w_in, ex, zpo=zpo, xyz=xyz, nopo=nopo)

******* ******* **User callable **For D7 data only. ** **adds the X, Y and Z measurements together. Must be performed on raw data, i.e. **before calling normalise.pro ** **KEYWORDS: ** /zpo: (default) ** three non-flip measurements are added together to give one ** three flip measurements are also added together. Dimensions: ** w_in(nspectra,6,nruns) -> w_out(nspectra,2,nruns) ** ** /xyz: ** after separately adding together the non-flip and flip measurements, ** the sums are then copied into the X and Y phases. Dimensions: ** w_in(nspectra,6,nruns) -> w_out(nspectra,6,nruns) ** ** /nopo: ** add all flip phases together to obtain a single measurement. Then copy ** sum into the Z1, X and Y phases. Dimensions: ** w_in(nspectra,6,nruns) -> w_out(nspectra,6,nruns) ** (the argument ex is obsolete kept for backwards compatability) ** **DIMENSIONS: (see above) ** **COMMAND SYNTAX: ** w2=add_xyz(w1[,/zpo][,/xyz][,/nopo]) ** ** (optional keywords shown in square brackets) ** KHA,JRS 18/4/02 **------------------------------------------------------------------------------ ******************************************************************************

Parameters

w_in
ex

Keywords

zpo
xyz
nopo

File attributes

Modification date: Tue Oct 1 14:44:04 2013
Lines: 162