obj/glb/
glb_query.pro
Routines
top glb_query
NV/OBJ/GLB
NAME:
glb_query
PURPOSE:
Returns the fields associated with a GLOBE object. This is a
convenient way of getting multiple fields in one call, and only a
single event is generated.
CATEGORY:
NV/OBJ/GLB
CALLING SEQUENCE:
glb_query, gbd, <keywords>=<values>
ARGUMENTS:
INPUT:
gbd: GLOBE object.
OUTPUT: NONE
KEYWORDS:
INPUT:
<keywords>: GLOBE object fields to set.
condition: Structure specifing a mask and a condition with which to
match flag values. The structure must contain the fields
MASK and STATE. MASK is a bitmask to test against
the flags field of the POINT object, and STATE
is either PS_TRUE and PS_FALSE. Note that in this case,
the values will be returned as a list, with no separation
into nv and nt dimensions.
cat: If set, arrays from mulitple input objets are
concatenated.
<condition>: All of the predefined conditions (e.g. /visible) are
accepted; see pnt_condition_keywords.include.
noevent: If set, no event is generated.
OUTPUT: NONE
STATUS:
Complete
MODIFICATION HISTORY:
Written by: Spitale, 2/2017
File attributes
Modification date: | Mon May 7 13:19:54 2018 |
Lines: | 8 |