
 Usage:   voregistry [-<flags>] [ [<keyword>] | [<term>] ]

    -h, -help       print this help
    -v              verbose mode
    -vv             very-verbose mode

    -c, -count      print a count of matching records
    -e, -exact      print exactly matching records (resolve)
    -l, -list       list full resource record
    -m, -meta       list table metadata
    -r, -resolve    resolution mode
    -s, -search     search mode (default)

    -b <bandpass>   constrain by bandpass
    -C <level>      constrain by content level
    -t <type>       constrain by service type

    -a              print all results (default)
    -f <fields>     output only specified fields
    -o              logically OR the search terms
    -n <index>      set index of result (-1 => list, 0 => all)

    -I      print only the Identifier (resolve mode)
    -L      print long lines of output (no wrapping)
    -R      print the ShortName, ServiceType and Identifier
    -S      print only the ShortName (resolve mode)
    -T      print only the Title string (resolve mode)


Resource Type Strings:
    catalog           Cone search services
    image             Simple Image Access services
    spectra           Simple Spectral Access services
    table             Vizier services
    <literal>         ResourceType from registry record

Allowed Bandpass Strings:
    Radio             Millimeter           Infrared (IR)
    Optical           Ultraviolet (UV)     X-Ray (xray)
    Gamma-Ray (GR)

Allowed Resource Fields (for -f flag):
    Title 		 ShortName 	      Identifier
    ServiceURL 	 ReferenceURL         Description
    Subject 		 ResourceType         Type
    Creator 		 Publisher 	      CoverageSpatial
    CoverageTemporal  Waveband             ContentLevel
    Version


Examples:
---------

  1) Get a count of all the SIAP services available in the,
     Registry, then list more information about each:

        % voregistry -count -t image
        142
        % voregistry -rv -t image

  2) Find all catalog (i.e. Cone) services using the search
     words 'radio' and 'galaxies':

        % voregistry -t catalog radio galaxies

  3) Print the full resource record of the GSC2.2 catalog at:
     STScI:

        % voregistry -list GSC2.2
  

