ToBeReviewed/CALCULS/
level2mask.pro
Allow to pass from a 2d sill level array to the 3d mask array with 1s in
levels above the sill level and 0s below (and on it)
level2mask
Without loop
result = level2mask(tab)
Return value
It is a 3d array containing the mask associated to the 2d sill level array
Parameters
tab
in
required
type: 2d array
2d level array of sill level (or a structure respecting litchamp criterions)
Version history
Version
$Id: level2mask.pro 157 2006-08-21 09:01:50Z navarro $
History
Sebastien Masson (smasson@lodyc.jussieu.fr)
17/6/1999
Setp 2004: boundary level have 0 values and not 1 (as it was
explained before in the header). see:
print, array_equal(niveau, total(level2mask(niveau),3))
Other attributes
Uses routines
common.pro
Produced by IDLdoc 2.0 on Tue Aug 29 14:49:51 2006.