>  Docs Center  >  Libraries  >  JHU/APL/S1R  >  FILL_CONT
Libraries

FILL_CONT

FILL_CONT

Name


      FILL_CONT

Purpose


      Returns a byte array with filled contours.

Category


Calling Sequence


      img = fill_cont(z)

Inputs


      z = 2-d array to contour. in

Keyword Parameters


Keywords


        LEVELS=lv Array of contour levels. Default
          is 8 contours from array min to max. First value
          in LEVELS should be the minimum of the first contour
          range, and the last should be the maximum of the
          last contour range. For example, for 3 contour
          ranges from 23 to 130 LEVEL should be:
          23.0000 58.6667 94.3333 130.00
        N_LEVELS=n Number of evenly spaced levels to contour
          from array min to max. Only if LEVELS not given.
        COLORS=clr Array of contour colors. Default
          is enough colors to handle LEVELS
          spaced from 0 to !d.table_size-1. Number of colors
          is 1 less than the number in LEVELS.

Outputs


      img = output image. out
        Same size as input array.

Common Blocks


Notes


Modification History


      R. Sterner, 22 Jan, 1993
      R. Sterner, 1998 Jan 15 --- Dropped use of !d.n_colors.
  Copyright (C) 1993, Johns Hopkins University/Applied Physics Laboratory
  This software may be used, copied, or redistributed as long as it is not
  sold and this copyright notice is reproduced on each copy made. This
  routine is provided as is without any express or implied warranties
  whatsoever. Other limitations apply as described in the file disclaimer.txt.



© 2024 NV5 Geospatial Solutions, Inc. |  Legal
   Contact Us