MAP_GET_BYTES Name
MAP_GET_BYTES Purpose
Get extra info from resmap embedded scaling array.
Category
Calling Sequence
map_get_bytes, code, bb Inputs
code = Code for new info. in
Keyword Parameters
Keywords
/LIST list extra info codes found in image.
IMAGE=img Give image instead of reading from the screen.
ERROR=err Error flag: 0=ok, else error (2=code not found).
Outputs
bb = Byte array with new info. out
Common Blocks
Notes
Notes: Returns extra info added by map_put_bytes.
Looks through added info for the specified code value,
returns a byte array if code was found. The calling
routine must convert the byte array back to the original
values.
See also map_put_bytes.pro.
Modification History
R. Sterner, 2002 Mar 18
Copyright (C) 2002, 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.