The LAMP Application

Generated by IDLdoc

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

lamp_mac/D7_b/

zero_detectors.pro


top zero_detectors

result = zero_detectors(w_in0, bad1, bad2, bad3, bad4, bad5, angle=angle)

******* ************** ** User callable ** For D7 polarization analysis data only ** Zeroes non-contributing spectra or angular regions - (I=0, dI=-1) ** Data should already have every other detector removed (i.e. must have ** been put through normalise). ** ** ARGUMENTS: ** bad1, bad2, ... :Can either be ** a) detector numbers (must be even and between 2 and 64) ** b) ranges in scattering angle ** KEYWORD: ** /angle :specifies that angular ranges are used ** ** DIMENSIONS ** w_in=w_out(nspectra,nphases,nruns) ** ** COMMAND SYNTAX: ** e.g. ** a) w2=zero_detectors(w1,[28,40]) ** -zeroes spectra 28 and 40 ** ** b) w2=zero_detectors(w1,[29.5,44.2],/angle) ** -zeroes spectra with scattering angles between 29.5 and 44.2 ** degrees. This alternative format is specified by the additional ** "1" after the square brackets. ** ** KHA,JRS 28/6/04 ** ** ------------------------------------------------------------------------------- ** *******************************************************************************

Parameters

w_in0
bad1
bad2
bad3
bad4
bad5

Keywords

angle

File attributes

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