From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- vendor/voclient/doc/OLD/vodata.html | 1152 ++++++++++++++++++ vendor/voclient/doc/OLD/vodata.man | 986 ++++++++++++++++ vendor/voclient/doc/OLD/vodata.pdf | Bin 0 -> 90275 bytes vendor/voclient/doc/OLD/vodata.ps | 1890 ++++++++++++++++++++++++++++++ vendor/voclient/doc/OLD/vodirectory.html | 445 +++++++ vendor/voclient/doc/OLD/vodirectory.man | 359 ++++++ vendor/voclient/doc/OLD/vodirectory.pdf | Bin 0 -> 32348 bytes vendor/voclient/doc/OLD/vodirectory.ps | 777 ++++++++++++ vendor/voclient/doc/OLD/vosamp.man | 342 ++++++ vendor/voclient/doc/OLD/vosesame.html | 348 ++++++ vendor/voclient/doc/OLD/vosesame.man | 260 ++++ vendor/voclient/doc/OLD/vosesame.pdf | Bin 0 -> 24176 bytes vendor/voclient/doc/OLD/vosesame.ps | 604 ++++++++++ vendor/voclient/doc/OLD/vosloanspec.html | 236 ++++ vendor/voclient/doc/OLD/vosloanspec.man | 158 +++ vendor/voclient/doc/OLD/vosloanspec.pdf | Bin 0 -> 7571 bytes 16 files changed, 7557 insertions(+) create mode 100644 vendor/voclient/doc/OLD/vodata.html create mode 100644 vendor/voclient/doc/OLD/vodata.man create mode 100644 vendor/voclient/doc/OLD/vodata.pdf create mode 100644 vendor/voclient/doc/OLD/vodata.ps create mode 100644 vendor/voclient/doc/OLD/vodirectory.html create mode 100644 vendor/voclient/doc/OLD/vodirectory.man create mode 100644 vendor/voclient/doc/OLD/vodirectory.pdf create mode 100644 vendor/voclient/doc/OLD/vodirectory.ps create mode 100644 vendor/voclient/doc/OLD/vosamp.man create mode 100644 vendor/voclient/doc/OLD/vosesame.html create mode 100644 vendor/voclient/doc/OLD/vosesame.man create mode 100644 vendor/voclient/doc/OLD/vosesame.pdf create mode 100644 vendor/voclient/doc/OLD/vosesame.ps create mode 100644 vendor/voclient/doc/OLD/vosloanspec.html create mode 100644 vendor/voclient/doc/OLD/vosloanspec.man create mode 100644 vendor/voclient/doc/OLD/vosloanspec.pdf (limited to 'vendor/voclient/doc/OLD') diff --git a/vendor/voclient/doc/OLD/vodata.html b/vendor/voclient/doc/OLD/vodata.html new file mode 100644 index 00000000..7f8a3851 --- /dev/null +++ b/vendor/voclient/doc/OLD/vodata.html @@ -0,0 +1,1152 @@ +Content-type: text/html + +Manpage of VODATA + +

VODATA

+Section: User Commands (1)
Updated: July 2007
Index +Return to Main Contents
+ +  +

NAME

+ +vodata - query and access VO data services +  +

SYNOPSIS

+ +vodata [<flags>] [ <resource> [[ <objname> [ <sr> ]]] ] +

+vodata [<flags>] [ <resource> [[ <ra> <dec> [ <sr> ]]] ] +

+vodata [<flags>] [ <url> ] +

+  +

OPTIONS

+ +The vodata task accepts the following options: +
+
-h,--help + +
+Print a help summary to the terminal and exit. No processing is done +following this flag. +
-v,--verbose + +
+Verbose output. The output will be more verbose than normal but exactly +what is printed depends on whether other flags are enabled to changed the +basic task behavior. +
--vverbose + +
+Very-verbose output. Even more output. +

+

The following flags control the major behavior of the task, i.e. the type
+of output to present. +
-a, --all + +
+Perform an action based on all available data. When used as part of a +data query, this flag causes the <resource> argument to be used in +a substring match of Directory ShortName or Identifier fields +to create the actual list of resources to be queried. If the ShortName +of a TABULARSKYSERVICE from Vizier is given, the <resource> +will typically expand to include all tables associated with the paper, +and providing a means to access all of these tables from a single query. +
-c, --count + +
+Print only a count of the matching records found and do not save any +results. The standard output for the task is to echo some of the input +parameters and print a table of results showing progress and the number +of matching records. If this flag is set, the output written to the +screen will be the same, however the data will not be saved locally. +
-g, --get + +
+Get the data referenced by the results of a data query. This typically +only applies to Simple Image Access service in which the result of a +query include a column of "access references" to the actual data +that must be resolved separately. Setting this flag will cause all data +references to be resolved by the task once all of the data queries have +been completed. +

+Access references are appended to a master "access list" as each query +completes. In general the order in which these are retrieved cannot be +guaranteed. Data downloads can be done in parallel by setting the number +of concurrent max downloads using the --maxdownloads=<N> flag, the +default is to download one file at a time. If this flag is followed +with a comma-delimited list of numbers, only those rows in the result +table will be accessed. +

-m, --meta + +
+Print only the column metadata for the named services. The output will be +a list of the columns return by a data query to the service, but will not +save the actual data. A default position and search size will be used for +the query: In the case of Cone services a negative size is used, for SIAP +services the FORMAT=METADATA flag is used in the query, and for tabular +Vizier services the entire table is accessed. Compliant VO services will +respond quickly with only the column metadata, tabular services may respond +more slowly due to the need to transfer the data. Adding the -v or +--verbose-<N> options will increment the VERBOSE level of services +and may return more metadata if available, to access these extra columns +the same level of verbosity must be set during a data query. +

+

The following flags specify data query options:
+
-b <bpass> or --bandpass=<bpass> + +
+Constrain the query by bandpass. The argument following the flag must +be one of the allowed bandpass specification string. Setting the flag +will constrain any Directory search used to only those resources where +the spectral coverage matches the given bandpass. Aliases for bandpasses +are allowed, see below. +
-i <file> + +
+Specify a file containing the remaining positional command-line input. The +command line is thought of as having the following components: the options +beginning with a '-' character and their associated arguments, one or more +<resource> names giving the service to invoke, an object name or +position, and an optional query size. The '-i' flag allows everything +except the options to be specified from a file (or the standard input if +the '-' argument is used), creating in effect a means to interactively +specify the e.g. resource/object without restarting the task, or to take +these values from a file or input stream to create multiple independent +queries. If either the resource or object name/position has already been +specified they do not need to be specified again. +

+The format for the command file is the same as for the <resource>, +<objname>, <ra> <dec>, <url>, or <sr> described +below and as they would appear on the command line, all input lines are +terminated with a newline, the file or input stream is terminated with an +EOF. An example of how this +may be used would be the using a command file such as: +

+

+        2mass-psc  m31,m51  0.5
+        chandra  ngc4258,m51  0.25
+
+ +

+The task will process this file as if the two lines had been invoked as +separate commands. The advantage is that this input can be created +dynamically by another task, and we can group resource and object lists +into independent queries. See the Examples below for other uses. +

-o <obj|file> or --object=<obj|file> + +
+Specify the object name to use in a query. Object names are resolved +automatically to J2000 equatorial coordinates. The argument to this +flag may be the name of a single object, a comma-delimited list of +object names, the name of a file containing object names, or the +reserved value '-'. +

+The reserved value '-' tells the task to take this information from the +standard input, processing doesn't begin until the object list has been +fully read. +

-p <pos|file> or --pos=<pos|file> + +
+Specify the position to use in a query. Positions are composed of two +values assumed to be equatorial J2000 coordinates. +Values specified as a floating-point decimal are assumed to be in units +of degrees, sexagesimal values may also be used and are assumed to be +equatorial RA and Dec. If the <pos> arg is used only one set of +coordinates may be given on the command-line and must be delimited by a comma, +however the argument may also be the name of a file containing coordinates +to be processed, or the reserved value '-'. +

+The reserved value '-' tells the task to take this information from the +standard input, processing doesn't begin until the position list has been +fully read. +

-r <radius> or --sr=<radius>[<units>] + +
+Set the search radius. The default search size is 0.1 degrees unless +specified on the command-line and argument are assumed to be +in degrees, setting the size in other units is permitted using the +-sr flag. To specify the <units> for the --sr flag, the +argument should be suffixed by an 's' to specify arcseconds, an 'm' to set +arcminutes, and 'd' to set the size in degrees. By default, all +queries will be done using the same search size. Variable search +sizes accomplished using the '-i' flag described above. +
-s <service> or --svc=<service> + +
+Specify the service or url to invoke. In most cases the service, i.e. +the <resource> argument will be taken from the commandline based on +it's position. The exception is when the user want to specify a service +URL directly (e.g. to test a local service) because it isn't known to the +Directory, or to use the reserved values '-' or 'any'. Use of '-' tells +the task to read the service list from the standard input; use of +the word 'any' is a means to telling the task to dynamically create the +resource list from other options (e.g. "any image service" by using the + +
-t <type> or --type=<type> + +
+Constrain the query by service type. The list of allowed service types +is given below. The actual string used in a Directory resource record +may be used if known, otherwise common use is to specify 'image' to +access Simple Image Access (SIAP) services, 'catalog' for Cone searches, +or 'table' for Vizier tabular data. +

+

The following flags are specific to the writing of HTML or KML files:
+
--webnoborder + +
+Disable the shaded border drawn around an HTML table. +
--webnocolor + +
+Disable the coloring for an HTML table. +
--webnoheader + +
+Disable the HTML page header written to the output file. +

+

--kmlmax=<N> + +
+Specify the max number of placemarks to write. The default is 50, ordering +is not guaranteed. Setting the sampling will automatically increase the +maximum number of results returned. +
--kmlsample=<N> + +
+Specify the sampling of the result to be every <N> rows. The +default is to write all rows to the output file. If set, this value will +be used as a multiplier for the max number of placemarks automatically. +
--kmlgroup=object + +
+Group the results of a multi-resource/multi-object query into a single +hierarchical KML file grouped by the object or position index (default); +
--kmlgroup=service + +
+Group the results of a multi-resource/multi-object query into a single +hierarchical KML file grouped by the service name. +
--kmlgroup=both + +
+Groups the results of a multi-resource/multi-object query into a single +hierarchical KML file. The two top-level folders will be 'By Source' and + +
--kmlnolabel + +
+Disable the labelling of placemarks. By default, the ID_MAIN ucd for +each point will be used as a label. +
--kmlnoregion + +
+Disable the drawing of the region bounding box in a KML file. +
--kmlnoverbose + +
+Disable the writing of verbose information to the KML placemarks. By +default, each placemark will contain all information from that result. +

+

+

Input Options:
+
--cols=col_str + +
+Use columns specified in col_str to read the ra, dec +and id values respectively. col_str is a comma-delimited +list where the id column is optional and will not be used if not +present as the third element in the list. Other columns may be given as +a single integer or as a range of the form start-end indicating +the values in the start thru end columns should be combined +into a single value. +
-d, --delim=delim + +
+Use the delim as the input table delimiter. By default, a space, tab, +comma, vertical bar ('|'), or semicolon may be used as a delimiter for the +input table. If no explicit delimiter is specified, the first occurance of +any one of these will be used. The reserved words comma, +space, tab, or bar may be used in place of a specific +character. +

+<DT><B>--ecols=</B><I>col_str</I> +

--ecols=col_str + +
+Use the explicit columns specified in col_str in the input table. This +option should only be used with formatted text tables where the desired +values will always be in the same columns of the file. Note that 'column' in +this case refers to a specific character column in a text file. Columns +may be a single integer or a range, and is a comma-delimited list as with +the --cols option. +
-f, --force + +
+Force the input table to be used even in the number of columns varies on +each line. The assumption here is that any variation (e.g empty columns) +occurs after the ra, dec and id columns in the table. +
--hskip=<N> + +
+Skip <N> header lines in the input file. This option is only needed +when the lines to be skipped do not begin with the normal '#' comment +character. +
--nlines=<N> + +
+Use only <N> lines of the input table. +
--sample=<N> + +
+Sample the table every <N> lines. Setting the sample will not affect +the nlines used. +

+

+

Output Options:
+
-1,--one + +
+Save the results into a single file regardless of format. This option will +be set automatically if the output is being written to the standard output. +If the output format is something other than KML or XML, all results will +be concatenated into individual files of the form +"<svc>_<pid>.<extn>" so that each file will contain the object results from +each service where the columns will be the same. +
-A,--ascii + +
+Save the results as a whitespace delimited ascii table. If an output file +is created it will have a ".txt" extension appended automatically. +
-C,--csv + +
+Save the results as a comma-separated-value (CSV) table. If an output file +is created it will have a ".csv" extension appended automatically. +
-H,--html + +
+Save the results as an HTML table. If an output file +is created it will have a ".html" extension appended automatically. See +above for the --webnoheader option that can be used to disable the HTML page +header. +
-I,--inventory + +
+Query the Inventory Service rather than the data services directly. +This will return simply a count of the results found, but when presented +with a table of resources and sources can be used to do a simple +crossmatch of the sources found in the catalogs available through the +service. +
-K,--KML + +
+Save the results as a Google Earth/Sky KML placemark file. If an output file +is created it will have a ".kml" extension appended automatically. See +above for additional options that control the content of the file. +
-R, -V or --raw, --votable + +
+Save the results as a raw VOTable. If an output file is created it will +have a ".vot" extension appended automatically. +
-T,--tsv + +
+Save the results as a tab-separated-value (TSV) table. If an output file +is created it will have a ".tsv" extension appended automatically. +
-O <root> or --output=<root> + +
+Set the root of the output name. The reserved value '-' tells the task to +write to the standard output. +
-X,--xml + +
+Save the results wrapped XML file of the raw VOTable results. If an output +file is created it will have a ".xml" extension appended automatically. The +XML document will gather all the individual VOTable result files to a single +XML document, where each entry is wrapped by the element <VOTABLE_ENTRY>. +There will be three attributes: svc will be the data service name, +obj will be the object name (if supplied), and the index attribute +giving an index into the results. This index list is created by looping over +each service, and for each service, looping over the object/position list. +
-e,--extract + +
+Extract positional and access information to extra output files. By +default both files will be written, using --extract=pos will write only the +positional information file, using --extract=urls will write the access URLs only. +Access URLs are written one-per-line to a file with the same root name as +the main output but with a ".urls" extension; Positional information is +written to a file with a ".pos" extension and will contain three columns +made up of the identifier (the column with the ID_MAIN ucd), RA and +Dec (the POS_EQ_RA_MAIN and POS_EQ_DEC_MAIN ucd columns +respectively). If these ucds appear more than once in a table, the first +occurrance will be used. +

+Additionally, the --extract=headers and --extract=kml flags may be to to specify the +HTML and KML output be written to files with ".html" and ".kml" +extensions respectively. The --extract=KML flag will cause multi-resource +and/or multi-object queries to be collected into a single KML file. +The format-specific --kml<opt> and --web<opt> flags will apply to these files. +A --extract=xml flag will force the output format to be raw VOTable and gather +the results to a single XML document (see the -X option). +

+Note that the URLs file can be used to later access the data (perhaps +after sub-selecting from the table based on some criteria) by calling +the task again using the filename as the only argument. +

-n,--nosave + +
+If enabled, this flag tells the task not to save results to local disk. +Status and result information will continue to be printed to the screen, +but no data are saved to disk. +
-q,--quiet + +
+Quiet mode. Suppress any extraneous output and warning messages. +
-u,--url + +
+Force the specified URL to be downloaded. +

+

+

DAL2 Query Options:
+
--band=band_string + +
+The spectral bandpass is given in range-list format. For a numerical +bandpass the units are wavelength in vacuum in units of meters. +The spectral rest frame may optionally be qualified as either +source or observer, specified as a range-list +qualifier. Bandpass names are often not useful for spectra (they are +probably more useful for image or time series data) but there are cases where +they are useful for spectra, for example for a velocity spectrum of a +specific emission line. +
--time=time_string + +
+The time coverage (epoch) specified in range-list form as defined in section +8.7.2, in ISO 8601 format. If the time system used is not specified UTC is +assumed. The value specified may be a single value or an open or closed +range. If a single value is specified it matches any spectrum for which the +time coverage includes the specified value. If a two valued range is given, a +dataset matches if any portion of it overlaps the given temporal region. +

+

+

+

+  +

DESCRIPTION

+ +The vodata task allows a user to query and access VO data for multiple +resources and objects from a desktop or scripting environment. By design, +the task interface is meant to provide the following features: +

+

+
- + +
+Resources (i.e. data services) may be referred to using a more familiar +ShortName designation, or an IVO identifier, either of which will be +resolved to a specific ServiceURL internally using the Directory. +
- + +
+Object names may be used to specify the location of a data query, the +position will be resolved internally using the Sesame web service. +
- + +
+Output files may be created in a variety of common formats easily manipulated +with other desktop tools. +
- + +
+Multiple resources and objects shall be queried in parallel when possible to +optimize the task. +
- + +
+Data referenced in a query response should be accessible by the task +automatically. +
- + +
+The command-line interface should be as friendly and as flexible as possible +to allow the task to be used in multiple ways. +

+

+

+ +The task should quickly become familiar to users and is meant operate in +concert with the vodirectory and vosesame tasks to allow novice +users to begin to explore for data resources to be used in the final query. +Some of the flexibility of the task is shown in the Examples section below. +Major concepts of the task are detailed below as well. +

+
     +  +

Argument Parsing

+ +

+ +The meaning of the various command-line arguments is detailed below: +

+

+
<resource> + +
+The ShortName or Identifier of a data resource to be queried, a +comma-delimited list of either, or the name of a file containing either. +These names will be resolved to a data service URL using the Directory. The +-s option may be used to specify a non-registered ServiceURL that +the task may use, however the -t option is then also required to +specify the type of service. +
<objname> + +
+The name of an object, a comma-delimited list of object names, or the name of +a file containing object names. The coordinates of each object will be +resolved to a position prior to processing using the Sesame name +resolver service. An error will be returned if an object name cannot be +resolved, and that object will be skipped. +
<ra> <dec> + +
+The J2000 equatorial RA and Dec position to the searched. Values given as +floating point values are assumed to be in decimal degrees, sexagesimal +values are assumed to be equatorial RA/Dec positions. Sexagesimal values may +be of the form hh:mm:ss.s or hh:mm.m for RA, or +dd:mm:ss.s or dd:mm.m for Dec. Only one coordinate pair may be +specified on the commandline. +
<sr> + +
+The search size for the data query specified in decimal degrees. The default +size of 0.1 degrees will be used if this is not specified on the command line. +The -rs and +-rm options may be used specify the size in arc seconds and minutes +respectively. The -i option may be used to specify command-line input +options, where each command-line can include a different value for the search +size, otherwise only one value is allowed. +
<url> + +
+A single URL, or the name of a file containing URLs listed one per line. +

+

+

+  +

Multi-Thread and Multi-Process Data Querying

+ +

+ +All data queries require at least one resource and one source +to be successful. The resource defines a specific data service to be +queried, and the source is either an explicit position on the sky or +the name of an object that can be resolved to a position. Additional +parameters to the query are used to specify other options, but in essence +each data query is translated to a single URL that must be accessed by the +client task. In a complex query, lists of resource and/or objects create a +potentially large matrix of queries that must be made (i.e. +N-services by N-objects in total). Because a large fraction of +the time spent in waiting for a query to finish is in waiting for the +server to respond, we are able to run multiple queries simultaneously +without saturating our network bandwidth in most cases. +

+ +The vodata task will parallelize the list of services to be queried +by running a separate processing thread (i.e. a lightweight process +running in parallel within the main application) for each of the services +to be called. This allows queries to different servers to be run in +parallel, and since these servers will often reside on multiple machines +the client won't impact any one data provider too badly. In addition, +the list of objects to be queried at each service will be broken up into +multiple child processes and called simultaneously. This allows, for +example, 10 objects to be queried from 3 services (a total of 30 queries) +simultaneously. +

+ +The --maxthreads=<N>mt option can be used to set the max number of threads to be +created for processing the resource list (the default is 20). If the +resource list is larger than this value, the list will be processed with no +more than the max number running at any one time until all resources have +been queried. Similarly, the --maxprocs=<N> option can be used to set the +number of child processes to be created to process the object list (the +default is 10). When setting these values it is important to remember that +the total number of potential processes running on your machine will +be the product of these to values. The default values were empirically found +to work reasonably well on most modern machines. +

+ +Additionally, it is worth considering the potential strain that can be put +on data providers' machines before changing these settings. The large +majority of Cone services for example come from a single server at HEASARC +and overloading the server with hundreds of requests to multiple resources +it provides may result in a failed request and what would appear to be no +data. One should consider using the -i flag as a means to query a +large object list against a resource list such that only the object +processing is parallelized and the server load is minimized (See the example +below). +

+

+  +

Output Filename Generation

+ +

+ +The -O option may be used to specify the root part of output files +created by a data query. However, to guarantee that a multi-service, and/or +multi-object query doesn't overwrite a single output file, the filename root +will also include the pid (process ID) of the task that created it. +For a single service and object query no pid will be used as part of +the filename. This scheme guarantees unique output files across the various +processing scenarios, with similar root names for multiple files associated +with a specific query. +

+Output tables may be created in a number of formats and will likewise have +extensions indicating the table type. The -e/--extract option +may create additional files for each query, and the -g/--get +option to access data will similarly create additional files. The structure +of an output filename is: +

+

+
+                <root>[_<pid>].<extn>
+
+
+ +The meaning of <pid> and <extn> have been discussed above. If +the -O option was set then the <root> part of the name will +simply be the argument given to set the root name. Otherwise, the <root> +element will be of the form: +
+
+                <svc>_<type>_<objname>
+                <svc>_<type>_<index>
+
+
+ +The <svc> is derived from the service name used, the <type> is +a single-character code to indicate the type of service used ('I' for image, + +object name or the index in a list of positions of no object was specified. +

+  +

Verbosity

+ +

+ +The -v and -vv options serve a dual purpose: within the task they +set the level of output verbosity in terms of what is reported during +processing (Similarly, the -q option can be used to turn off output +reporting entirely). These flags will however also increase the value of the +VERBOSE parameter sent to services during a data query. The default +value is at least 1, with the highest level being 3. Using the -v flag +sets VERBOSE=2 and -vv sets VERBOSE=3. +

+ +The VERBOSE level can be important in accessing result columns that may only +be returned at the highest level. When using the -m +(or --meta) flag to print +the column metadata, the verbose options will also affect the results and it +is important that the same verbosity be set when doing the actual data +query and access. +

+  +

Bandpass and Service Type Aliases

+ +

+ +The type constraint (-t or --type) accepts only the +following arguments: +

+
+    catalog             Cone search services
+    image               Simple Image Access services
+    spectra             Simple Spectral Access services
+    table               Vizier services
+    <literal>           ResourceType from Directory record
+
+
+ +

+ +The bandpass constraint (-b or --bandpass) accepts only +the following arguments: +

+
+    Radio               Millimeter              Infrared (IR)
+    Optical             Ultraviolet (UV)        X-Ray (xray)
+    Gamma-Ray (GR)
+
+
+ +Values in parenthese are acceptable aliases. All matches are cases +insensitive. +

+

+  +

Range-List Parameters

+ +

+ +Some parameters (for example BAND and TIME) may allow a parameter value to be +specified as a numeric range. Such range-valued parameters use the forward +slash (/) character as the separator between elements of the +range specification (as in the ISO 8601 date specification after which this +convention is patterned). For example, 5E-7/8E-7 would +specify a range consisting of all values from 5E-7 to 8E-7, inclusive. If a +third field is specified it is a step size for traversing the indicated +range. If a parameter permits a step size the semantics of the step size are +defined by the specific parameter. +

+ +An open range may be specified by omitting either range value. If the first +value is omitted the range is open toward lower values. If the second value +is omitted the range is open toward higher values. Omitting both values +indicates an infinite range which accepts all values. For example, +/5 is an open range which accepts all values less than or +equal to 5. To specify all values less than 5, /4 would be +used (for an integer valued range). Range values are limited to numeric +values or ISO dates. +

+ +A list may be qualified by appending the character ; (semicolon) +followed by a qualifier string. For example 1E-7/3E-6;source could +specify a spectral bandpass in the rest frame of the source. List and +range syntax may be combined, e.g., to indicate a list of scalar or +range-valued parameter values. Such a range list may be ordered or +unordered, and may contain either numeric or string data. An ordered +list is one which requires values to be processed in a specified order, +and to ensure this the range list is sorted or ordered by the service as +necessary before being used. It is the responsibility of the service to +sort an ordered range list, hence the client can input ranges or range +values in any order for an ordered range list and the result will be +the same. The sequence in which items in an unordered list occur on the +other hand is significant, as since there is no intrinsic ordering for +the list which can be enforced by the service, items will be processed +by the service in the order they are input by the client. +

+ +TIME and BAND are typical examples of ordered range lists. Since a dataset +matches the query if it contains data in any of the specified ranges, +logically it does not matter in what order the ranges are given, or whether +the first element of a range is less than the second, or whether ranges +overlap; the result should be the same in all cases. Hence the range list has +an intrinsic ordering irrespective of how ranges are input. Unless otherwise +specified in the definition of a given parameter, range lists are assumed to +be ordered. +

+
  +

+  +

VOCLIENT DAEMON PROCESSING

+ +All VO-CLI tasks are built upon the VOClient interface an rely on a +separate voclientd process to provide the VO functionality. The +voclientd task is distributed as part of VO-CLI and will be started +automatically by each task if it is not already running. If problems are +encountered, you may want to manually start the voclientd in a separate +window before running the task so you can monitor the output for error +messages. +

+  +

RESOURCE CACHING

+ +Directory resolution is a common activity of VO-CLI tasks and so results +will be cached in the $HOME/.voclient/cache/regResolver directory based on +the search term, service type and bandpass parameters. Defining the +VOC_NO_CACHE environment variable will cause the task to ignore the +cache. +

+  +

EXAMPLES

+ +

+

+
1)
+Query the GSC 2.3 catalog for stars a) within the 0.1 degree +default search size around NGC 1234: b) around all positions +contained in file 'pos.txt': c) for the list of objects given +on the command line: d) query a list of services for a list +of positions: e) print a count of results that would be returned +from 3 services for each position in a file: +
+
+        % vodata gsc2.3 ngc1234                 (a)
+        % vodata gsc2.3 pos.txt                 (b)
+        % vodata gsc2.3 m31,m51,m93             (c)
+        % vodata svcs.txt pos.txt               (d)
+        % vodata hst,chandra,gsc2.3 pos.txt     (e)
+
+
+ +

+

2)
+Query all (142) image services having data of the subdwarf galaxy +IC 10, print a count of the results only: +
+
+        % vodata -c -t image any IC10
+        % vodata --count --type=image any IC10
+
+
+ +Note that we use the reserved word 'any' for the service name and +constrain by image type. The task will automatically query the Directory to +create the list of services to be queried. +

+

3)
+Print a count of X-ray catalog data around Abell2712: +
+
+        % vodata -c -t catalog -b x-ray any abell2712
+        % vodata --count --type=catalog --bandpass=x-ray any abell2712
+
+
+ +In this case we constrain both the service type as well as the spectral +coverage published for the resource in the Directory. We use the reserved + +any' service name to query multiple services and use the '-c' +flag to print a count without saving results. The object name is resolved +to coordinates internally. (Note: this example may take a while to run). +

+

+

4)
+Print the column metadata returned by the RC3 catalog service: +
+
+        % vodata --meta rc3   or   vodata -m rc3
+
+
+ +The output will print the result using the default VERBOSE level, adding +the -v will set the query parameter VERBOSE=2, adding -vv will +set VERBOSE=3 (to print all available columns). When accessing data the +same -v flags will be required to retrieve columns at that +VERBOSE level. +

+

+

5)
+Use the Directory to query for resources using the search terms +"cooling flow". Upon examining the output the user notices a +Vizier paper titled "Cooling Flows in 207 clusters of Galaxies" +that looks interesting. Use the vodata task to download all +tables associated with this paper, save tables in the default +CSV format: +
+
+        % vodirectory cooling flow
+        % vodata -O white97 -all J/MNRAS/292/419/
+        % vodata --output=white97 --all J/MNRAS/292/419/
+
+
+ +All 7 tables will be written to the current directory to files +having a root name 'white97' (chosen based on the author and +publication date). +

+

+

6)
+Find a suitable XMM image service, get a (brief) count of the +XMM images available for 3c273, and if there aren't too many, +download the images and save the extracted access URLs: +
+
+        % vodirectory -rv -t image xmm
+        ShortName       ResourceType    Title
+        ------------------------------------------------------....
+        XMM-Newton      SIAP/ARCHIVE    XMM-Newton Archive ....
+
+        % vodata -cq xmm-newton 3c273
+          xmm-newton         27    I  XMM-Newton Archive ....
+
+        % vodata --count --quiet xmm-newton 3c273
+          xmm-newton         27    I  XMM-Newton Archive ....
+
+        % vodata --get xmm-newton 3c273
+           .... will query and download 27 images.
+
+
+ +

+

7)
+Query for the images available from 2MASS at a given position, +extract the positions and service URLs to separate files: +
+
+        % vodata -e -O 2mass -t image 2mass 12:34:56.7 -23:12:45.2
+        % vodata -e --output=2mass --type=image 2mass 12:34:56.7 -23:12:45.2
+
+
+ +The query produces files with the root name '2mass', and exten- sions of +".csv" (the main response), ".pos" (the extracted pos- itions), +and ".urls" (the access references). The user inspects the files and +notices that the references return both FITS and HTML files, but she only +wants the FITS image date and uses vodata to download only those: +
+
+        % grep fits 2mass_I_001_15998.urls > images.txt
+        % vodata images.txt
+    or
+        % grep fits 2mass_I_001_15998.urls | vodata -i -
+
+
+ +In both cases we pass URLs to the task which bypasses the query and directly +access the images. However, in the first case we process the entire list +and are able to take advantage of the -maxdownloads=<N> option to +increase the number of simultaneous downloads. In the second case, the +-i flag causes the task to interpret each line of the input stream +as a separate command and so the data are always downloaded one at a time +(which is the default download behavior anyway). +

+

8)
+Use vodata as a test client for a locally-installed SIAP service: +
+
+        % vodata -t image -s http://localhost/siap.pl 180.0 0.0
+        % vodata --type=image --svc=http://localhost/siap.pl 180.0 0.0
+
+
+ +In this case we force the ServiceURL using the '-s' flag, but since we +can't do a Directory query to discover what type of service this is, we must +use the '-t' flag to indicate it is an image service. +

+

+

9)
+Create a local table containing the Abell catalog. Begin with a +Directory query to find likely services using the vodirectory task, print +a verbose description of each resource and page the results with less: +
+
+        % vodirectory -v -v --type=catalog abell | less
+
+
+ +The verbose results indicate a number of services with differing +requirements for what is included. We decide to use the service from +HEASARC since it contains southern hemisphere data and constraints we are +interested in. Try an all-sky query to retrieve the entire catalog, use +the service identifier to be specific about where we want to go: +
+
+        % vodata -e ivo://nasa.heasarc/abell 0.0 0.0 180.0
+        % vodata --extract ivo://nasa.heasarc/abell 0.0 0.0 180.0
+
+
+ +We use the '-e' flag to extract the positions to a separate file with +a ".pos" extension so that we can use these in later queries. +However, the .pos file additionally contains the ID from the original +catalog in column 1. Strip this column so we're left with only RA and DEC +and query for Chandra observations at each position: +
+
+        % cut -c6- *.pos | vodata ivo://nasa.heasarc/chanmaster -p -
+        % cut -c6- *.pos | vodata ivo://nasa.heasarc/chanmaster --pos=-
+
+
+ +Here we used the unix 'cut' utility to remove the first column and +pipe the resulting positions to the task, using the '-p -' option to +indicate positions should be read from stding, and the IVO identifier of +the Chandra observation master log we also discovered from the Directory. +

+

+

10)
+Interactively query for a count of Chandra observations of Messier +objects: +
+
+        % vodata -cq chandra -i -
+        m31
+         chandra        335    I  Chandra X-Ray Observatory Data Archive
+           :             :         :            :       :
+
+
+ +Note that by using the '-i' flag we execute each query as if we'd put +the object name on the command line. Using the '-o' flag would +instead read all of the objects from the stdin but then execute the queries +in parallel following an EOF to terminate the input. +

+

+

11)
+Use the STILTS task 'tpipe' to select rows from a VOTable +of QSOs (made with an earlier query) where the redshift is > 0.2. Output +only the positions and pipe this to vodata to generate a new query to +see whether HST has observed any of these objects: +
+
+        % stilts tpipe ifmt=votable qso_survey.vot  
+            cmd='select "Z > 0.2"'  
+            cmd='keepcols "RA DEC"' | vodata -p - hstpaec
+
+
+ +Note that we use the '-p -' flag to tell the task to take it's list of +positions from the piped input. The positions are used to query the HST +Planned and Archived Exposure Catalog (hstpaec) +

+

+

12)
+The user has a task called 'wcsinfo' that takes a list of images +and outputs a text table containing the plate center and size in degrees. +Use this task as part of a query for 2MASS point sources contained in each +image: +
+
+        % wcsinfo *.fits | vodata 2mass-psc -i -
+
+
+ +Here we specify the desired service (2mass-psc) on the commandline as +usual, and allow the remainder of the args (i.e. the position and search +size) to be read from the stdin. This allows for variable search sizes but +processes the positions serially. If the sizes are all the same (say 25 +arcmin), multiple queries can be done simultaneously using just a position +file, e.g. +
+
+        % wcsinfo -pos_only *.fits > centers.txt
+        % vodata --sr=25m 2mass-psc centers.txt
+
+
+ +

+

+

+

13)
+Query a large list of objects against a number of ASCA resources. +Because the ASCA catalogs are served by the same machine, use the '-i' +option and a command file to process only each resource sequentially while +still parallelizing the object lists: +

+

+        % cat cmds.txt
+        ASCA  survey.tbl
+        ASCA\ GIS  survey.tbl
+        ASCA\ GPS  survey.tbl
+            :         :
+
+        % vodata -i cmds.txt
+
+ +
+

+ +Note that we've needed to escape the space in the resource name in some +cases. To avoid this, use of the IVO identifier for each resource is usually +preferred. +

+

+
14)
+Query the VO for GALEX data of M51. Because the ShortName GALEX +is not unique, we must either specify the IVO identifier of a +specific service to query, or if we're interested in results from all +supported data services with galex in the name: +
+
+        % vodata -a galex M51
+        % vodata --all galex M51
+
+
+ +The results come from the Cone and SIAP services both called GALEX, +as well as an additional SIAP service called 'GALEX_Atlas'. Note that the +service names are case insensitive in either case. +

+

+

15)
+Process a list of hundreds of positions against the GSC2.3 catalog: +
+
+        % vodata gsc2.3 positions.txt
+
+
+ +

+

+

16)
+Process a list of hundreds of positions against the GSC2.3 catalog, assume +that the input table has a 5 line header of text and three columns +(id,ra,dec). Note that the cols option requires the optional id +be specified last: +
+
+        % vodata --cols=2,3,1 --hskip=5 gsc2.3 positions.txt
+
+
+ +

+

+  +

BUGS

+ +Some services don't repond properly to the metadata query and will print +a "no attributes found" message. +

+  +

TODO

+ +

+ +- Additional command-line options should be allowed to be specified in a +command file. +

+ +- Support for SSAP, SAMP, TAP +

+

+  +

Revision History

+ +June 2007 - This task is new. +  +

Author

+ +Michael Fitzpatrick (fitz@noao.edu), June 2007 +  +

SEE ALSO

+ +voclient(1), voclientd(1), vosesame(1), vodirectory(1) +

+ +


+ 

Index

+
+
NAME
+
SYNOPSIS
+
OPTIONS
+
DESCRIPTION
+
+
Argument Parsing
+
Multi-Thread and Multi-Process Data Querying
+
Output Filename Generation
+
Verbosity
+
Bandpass and Service Type Aliases
+
Range-List Parameters
+
+
VOCLIENT DAEMON PROCESSING
+
RESOURCE CACHING
+
EXAMPLES
+
BUGS
+
TODO
+
Revision History
+
Author
+
SEE ALSO
+
+
+This document was created by +man2html, +using the manual pages.
+Time: 20:46:31 GMT, May 21, 2009 + + diff --git a/vendor/voclient/doc/OLD/vodata.man b/vendor/voclient/doc/OLD/vodata.man new file mode 100644 index 00000000..2f27f606 --- /dev/null +++ b/vendor/voclient/doc/OLD/vodata.man @@ -0,0 +1,986 @@ +.\" @(#)vodata.1 1.0 June-07 MJF +.TH VODATA 1 "July 2007" "NVO VO-CLI Project" +.SH NAME +vodata \- query and access VO data services +.SH SYNOPSIS +\fBvodata\fP [\fI\fP] [ <\fIresource\fP> [[ <\fIobjname\fP> [ <\fIsr\fP> ]]] ] + +\fBvodata\fP [\fI\fP] [ <\fIresource\fP> [[ <\fIra\fP> <\fIdec\fP> [ <\fIsr\fP> ]]] ] + +\fBvodata\fP [\fI\fP] [ <\fIurl\fP> ] + +.SH OPTIONS +The \fIvodata\fP task accepts the following options: +.TP 8 +.B \-h,\--help +Print a help summary to the terminal and exit. No processing is done +following this flag. +.TP 8 +.B \-v,\--verbose +Verbose output. The output will be more verbose than normal but exactly +what is printed depends on whether other flags are enabled to changed the +basic task behavior. +.TP 8 +.B \--vverbose +Very-verbose output. Even more output. + +.TP 0 +The following flags control the major behavior of the task, i.e. the type +of output to present. +.TP 8 +.B \-a, --all +Perform an action based on all available data. When used as part of a +data query, this flag causes the <\fIresource\fP> argument to be used in +a substring match of Directory \fIShortName\fR or \fIIdentifier\fR fields +to create the actual list of resources to be queried. If the \fIShortName\fP +of a \fITABULARSKYSERVICE\fP from Vizier is given, the <\fIresource\fP> +will typically expand to include all tables associated with the paper, +and providing a means to access all of these tables from a single query. +.TP 8 +.B \-c, --count +Print only a count of the matching records found and do not save any +results. The standard output for the task is to echo some of the input +parameters and print a table of results showing progress and the number +of matching records. If this flag is set, the output written to the +screen will be the same, however the data will not be saved locally. +.TP 8 +.B \-g, --get +Get the data referenced by the results of a data query. This typically +only applies to Simple Image Access service in which the result of a +query include a column of "\fIaccess references\fP" to the actual data +that must be resolved separately. Setting this flag will cause all data +references to be resolved by the task once all of the data queries have +been completed. + +Access references are appended to a master "access list" as each query +completes. In general the order in which these are retrieved cannot be +guaranteed. Data downloads can be done in parallel by setting the number +of concurrent max downloads using the \fI--maxdownloads=\fP flag, the +default is to download one file at a time. If this flag is followed +with a comma-delimited list of numbers, only those rows in the result +table will be accessed. +.TP 8 +.B \-m, --meta +Print only the column metadata for the named services. The output will be +a list of the columns return by a data query to the service, but will not +save the actual data. A default position and search size will be used for +the query: In the case of Cone services a negative size is used, for SIAP +services the FORMAT=METADATA flag is used in the query, and for tabular +Vizier services the entire table is accessed. Compliant VO services will +respond quickly with only the column metadata, tabular services may respond +more slowly due to the need to transfer the data. Adding the \fI-v\fP or +\fI--verbose-\fP options will increment the VERBOSE level of services +and may return more metadata if available, to access these extra columns +the same level of verbosity must be set during a data query. + +.TP 0 +The following flags specify data query options: +.TP 8 +.B \-b or --bandpass= +Constrain the query by bandpass. The argument following the flag must +be one of the allowed bandpass specification string. Setting the flag +will constrain any Directory search used to only those resources where +the spectral coverage matches the given bandpass. Aliases for bandpasses +are allowed, see below. +.TP 8 +.B \-i +Specify a file containing the remaining positional command-line input. The +command line is thought of as having the following components: the options +beginning with a '-' character and their associated arguments, one or more +<\fIresource\fP> names giving the service to invoke, an object name or +position, and an optional query size. The '-i' flag allows everything +except the options to be specified from a file (or the standard input if +the '-' argument is used), creating in effect a means to interactively +specify the e.g. resource/object without restarting the task, or to take +these values from a file or input stream to create multiple independent +queries. If either the resource or object name/position has already been +specified they do not need to be specified again. + +The format for the command file is the same as for the <\fIresource\fP>, +<\fIobjname\fP>, <\fIra\fP> <\fIdec\fP>, <\fIurl\fP>, or <\fIsr\fP> described +below and as they would appear on the command line, all input lines are +terminated with a newline, the file or input stream is terminated with an +EOF. An example of how this +may be used would be the using a command file such as: + +.nf + 2mass-psc m31,m51 0.5 + chandra ngc4258,m51 0.25 +.fi + +The task will process this file as if the two lines had been invoked as +separate commands. The advantage is that this input can be created +dynamically by another task, and we can group resource and object lists +into independent queries. See the \fIExamples\fP below for other uses. +.TP 8 +.B \-o or --object= +Specify the object name to use in a query. Object names are resolved +automatically to J2000 equatorial coordinates. The argument to this +flag may be the name of a single object, a comma-delimited list of +object names, the name of a file containing object names, or the +reserved value '-'. + +The reserved value '-' tells the task to take this information from the +standard input, processing doesn't begin until the object list has been +fully read. +.TP 8 +.B \-p or --pos= +Specify the position to use in a query. Positions are composed of two +values assumed to be equatorial J2000 coordinates. +Values specified as a floating-point decimal are assumed to be in units +of degrees, sexagesimal values may also be used and are assumed to be +equatorial RA and Dec. If the \fI\fP arg is used only one set of +coordinates may be given on the command-line and must be delimited by a comma, +however the argument may also be the name of a file containing coordinates +to be processed, or the reserved value '-'. + +The reserved value '-' tells the task to take this information from the +standard input, processing doesn't begin until the position list has been +fully read. +.TP 8 +.B \-r or --sr=[] +Set the search radius. The default search size is 0.1 degrees unless +specified on the command-line and argument are assumed to be +in degrees, setting the size in other units is permitted using the +\fI-sr\fP flag. To specify the for the \fI--sr\fP flag, the +argument should be suffixed by an 's' to specify arcseconds, an 'm' to set +arcminutes, and 'd' to set the size in degrees. By default, all +queries will be done using the same search size. Variable search +sizes accomplished using the '-i' flag described above. +.TP 8 +.B \-s or --svc= +Specify the service or url to invoke. In most cases the service, i.e. +the <\fIresource\fP> argument will be taken from the commandline based on +it's position. The exception is when the user want to specify a service +URL directly (e.g. to test a local service) because it isn't known to the +Directory, or to use the reserved values '-' or 'any'. Use of '-' tells +the task to read the service list from the standard input; use of +the word 'any' is a means to telling the task to dynamically create the +resource list from other options (e.g. "any image service" by using the +'-t image' option). +.TP 8 +.B \-t or --type= +Constrain the query by service type. The list of allowed service types +is given below. The actual string used in a Directory resource record +may be used if known, otherwise common use is to specify 'image' to +access Simple Image Access (SIAP) services, 'catalog' for Cone searches, +or 'table' for Vizier tabular data. + +.TP 0 +The following flags are specific to the writing of HTML or KML files: +.TP 8 +.B \--webnoborder +Disable the shaded border drawn around an HTML table. +.TP 8 +.B \--webnocolor +Disable the coloring for an HTML table. +.TP 8 +.B \--webnoheader +Disable the HTML page header written to the output file. + +.TP 8 +.B \--kmlmax= +Specify the max number of placemarks to write. The default is 50, ordering +is not guaranteed. Setting the sampling will automatically increase the +maximum number of results returned. +.TP 8 +.B \--kmlsample= +Specify the sampling of the result to be every \fI\fP rows. The +default is to write all rows to the output file. If set, this value will +be used as a multiplier for the max number of placemarks automatically. +.TP 8 +.B \--kmlgroup=object +Group the results of a multi-resource/multi-object query into a single +hierarchical KML file grouped by the object or position index (default); +.TP 8 +.B \--kmlgroup=service +Group the results of a multi-resource/multi-object query into a single +hierarchical KML file grouped by the service name. +.TP 8 +.B \--kmlgroup=both +Groups the results of a multi-resource/multi-object query into a single +hierarchical KML file. The two top-level folders will be 'By Source' and +'By Object' indicating the grouping of the results. +.TP 8 +.B \--kmlnolabel +Disable the labelling of placemarks. By default, the ID_MAIN ucd for +each point will be used as a label. +.TP 8 +.B \--kmlnoregion +Disable the drawing of the region bounding box in a KML file. +.TP 8 +.B \--kmlnoverbose +Disable the writing of verbose information to the KML placemarks. By +default, each placemark will contain all information from that result. + + +.TP 0 +Input Options: +.TP 8 +.B \--cols=\fIcol_str\fP +Use columns specified in \fIcol_str\fP to read the \fIra\fP, \fIdec\fP +and \fIid\fP values respectively. \fIcol_str\fP is a comma-delimited +list where the \fIid\fP column is optional and will not be used if not +present as the third element in the list. Other columns may be given as +a single integer or as a range of the form \fIstart\fP-\fIend\fP indicating +the values in the \fIstart\fP thru \fIend\fP columns should be combined +into a single value. +.TP 8 +.B \-d, --delim=\fIdelim\fP +Use the \fIdelim\fP as the input table delimiter. By default, a space, tab, +comma, vertical bar ('|'), or semicolon may be used as a delimiter for the +input table. If no explicit delimiter is specified, the first occurance of +any one of these will be used. The reserved words \fIcomma\fP, +\fIspace\fP, \fItab\fP, or \fIbar\fP may be used in place of a specific +character. + +
--ecols=col_str +.TP 8 +.B \--ecols=\fIcol_str\fP +Use the explicit columns specified in \fIcol_str\fP in the input table. This +option should only be used with formatted text tables where the desired +values will always be in the same columns of the file. Note that 'column' in +this case refers to a specific character column in a text file. Columns +may be a single integer or a range, and is a comma-delimited list as with +the \fI--cols\fP option. +.TP 8 +.B \-f, --force +Force the input table to be used even in the number of columns varies on +each line. The assumption here is that any variation (e.g empty columns) +occurs after the \fIra\fP, \fIdec\fP and \fIid\fP columns in the table. +.TP 8 +.B \--hskip=\fI\fP +Skip \fI\fP header lines in the input file. This option is only needed +when the lines to be skipped do not begin with the normal '#' comment +character. +.TP 8 +.B \--nlines=\fI\fP +Use only \fI\fP lines of the input table. +.TP 8 +.B \--sample=\fI\fP +Sample the table every \fI\fP lines. Setting the sample will not affect +the \fInlines\fP used. + + +.TP 0 +Output Options: +.TP 8 +.B \-1,--one +Save the results into a single file regardless of format. This option will +be set automatically if the output is being written to the standard output. +If the output format is something other than KML or XML, all results will +be concatenated into individual files of the form +"_." so that each file will contain the object results from +each service where the columns will be the same. +.TP 8 +.B \-A,--ascii +Save the results as a whitespace delimited ascii table. If an output file +is created it will have a ".txt" extension appended automatically. +.TP 8 +.B \-C,--csv +Save the results as a comma-separated-value (CSV) table. If an output file +is created it will have a ".csv" extension appended automatically. +.TP 8 +.B \-H,--html +Save the results as an HTML table. If an output file +is created it will have a ".html" extension appended automatically. See +above for the \fI--webnoheader\fP option that can be used to disable the HTML page +header. +.TP 8 +.B \-I,--inventory +Query the \fIInventory Service\fP rather than the data services directly. +This will return simply a count of the results found, but when presented +with a table of resources and sources can be used to do a simple +crossmatch of the sources found in the catalogs available through the +service. +.TP 8 +.B \-K,--KML +Save the results as a Google Earth/Sky KML placemark file. If an output file +is created it will have a ".kml" extension appended automatically. See +above for additional options that control the content of the file. +.TP 8 +.B \-R, \-V or --raw, --votable +Save the results as a raw VOTable. If an output file is created it will +have a ".vot" extension appended automatically. +.TP 8 +.B \-T,--tsv +Save the results as a tab-separated-value (TSV) table. If an output file +is created it will have a ".tsv" extension appended automatically. +.TP 8 +.B \-O or --output= +Set the root of the output name. The reserved value '-' tells the task to +write to the standard output. +.TP 8 +.B \-X,--xml +Save the results wrapped XML file of the raw VOTable results. If an output +file is created it will have a ".xml" extension appended automatically. The +XML document will gather all the individual VOTable result files to a single +XML document, where each entry is wrapped by the element \fI\fP. +There will be three attributes: \fIsvc\fP will be the data service name, +\fIobj\fP will be the object name (if supplied), and the \fIindex\fP attribute +giving an index into the results. This index list is created by looping over +each service, and for each service, looping over the object/position list. +.TP 8 +.B \-e,--extract +Extract positional and access information to extra output files. By +default both files will be written, using \fI--extract=pos\fP will write only the +positional information file, using \fI--extract=urls\fP will write the access URLs only. +Access URLs are written one-per-line to a file with the same root name as +the main output but with a ".urls" extension; Positional information is +written to a file with a ".pos" extension and will contain three columns +made up of the identifier (the column with the \fIID_MAIN\fP ucd), RA and +Dec (the \fIPOS_EQ_RA_MAIN\fP and \fIPOS_EQ_DEC_MAIN\fP ucd columns +respectively). If these ucds appear more than once in a table, the first +occurrance will be used. + +Additionally, the \fI--extract=headers\fP and \fI--extract=kml\fP flags may be to to specify the +HTML and KML output be written to files with ".html" and ".kml" +extensions respectively. The \fI--extract=KML\fP flag will cause multi-resource +and/or multi-object queries to be collected into a single KML file. +The format-specific \fI--kml\fP and \fI--web\fP flags will apply to these files. +A \fI--extract=xml\fP flag will force the output format to be raw VOTable and gather +the results to a single XML document (see the \fI-X\fP option). + +Note that the URLs file can be used to later access the data (perhaps +after sub-selecting from the table based on some criteria) by calling +the task again using the filename as the only argument. +.TP 8 +.B \-n,--nosave +If enabled, this flag tells the task not to save results to local disk. +Status and result information will continue to be printed to the screen, +but no data are saved to disk. +.TP 8 +.B \-q,--quiet +Quiet mode. Suppress any extraneous output and warning messages. +.TP 8 +.B \-u,--url +Force the specified URL to be downloaded. + + +.TP 0 +DAL2 Query Options: +.TP 8 +.B \--band=\fIband_string\fP +The spectral bandpass is given in range-list format. For a numerical +bandpass the units are wavelength in vacuum in units of meters. +The spectral rest frame may optionally be qualified as either +\fIsource\fP or \fPobserver\fP, specified as a range-list +qualifier. Bandpass names are often not useful for spectra (they are +probably more useful for image or time series data) but there are cases where +they are useful for spectra, for example for a velocity spectrum of a +specific emission line. +.TP 8 +.B \--time=\fItime_string\fP +The time coverage (epoch) specified in range-list form as defined in section +8.7.2, in ISO 8601 format. If the time system used is not specified UTC is +assumed. The value specified may be a single value or an open or closed +range. If a single value is specified it matches any spectrum for which the +time coverage includes the specified value. If a two valued range is given, a +dataset matches if any portion of it overlaps the given temporal region. + + + +.SH DESCRIPTION +The \fBvodata\fP task allows a user to query and access VO data for multiple +resources and objects from a desktop or scripting environment. By design, +the task interface is meant to provide the following features: + +.TP 4 +.B \- +Resources (i.e. data services) may be referred to using a more familiar +\fIShortName\fP designation, or an IVO identifier, either of which will be +resolved to a specific \fIServiceURL\fR internally using the Directory. +.TP 4 +.B \- +Object names may be used to specify the location of a data query, the +position will be resolved internally using the \fISesame\fR web service. +.TP 4 +.B \- +Output files may be created in a variety of common formats easily manipulated +with other desktop tools. +.TP 4 +.B \- +Multiple resources and objects shall be queried in parallel when possible to +optimize the task. +.TP 4 +.B \- +Data referenced in a query response should be accessible by the task +automatically. +.TP 4 +.B \- +The command-line interface should be as friendly and as flexible as possible +to allow the task to be used in multiple ways. + +.PP +The task should quickly become familiar to users and is meant operate in +concert with the \fBvodirectory\fP and \fBvosesame\fP tasks to allow novice +users to begin to explore for data resources to be used in the final query. +Some of the flexibility of the task is shown in the Examples section below. +Major concepts of the task are detailed below as well. + + +.SS Argument Parsing +.PP +The meaning of the various command-line arguments is detailed below: + +.TP 8 +.B \fI\fP +The \fIShortName\fP or \fIIdentifier\fP of a data resource to be queried, a +comma-delimited list of either, or the name of a file containing either. +These names will be resolved to a data service URL using the Directory. The +\fI-s\fP option may be used to specify a non-registered \fIServiceURL\fP that +the task may use, however the \fI-t\fP option is then also required to +specify the type of service. +.TP 8 +.B \fI\fP +The name of an object, a comma-delimited list of object names, or the name of +a file containing object names. The coordinates of each object will be +resolved to a position prior to processing using the \fISesame\fR name +resolver service. An error will be returned if an object name cannot be +resolved, and that object will be skipped. +.TP 8 +.B \fI \fP +The J2000 equatorial RA and Dec position to the searched. Values given as +floating point values are assumed to be in decimal degrees, sexagesimal +values are assumed to be equatorial RA/Dec positions. Sexagesimal values may +be of the form \fIhh:mm:ss.s\fP or \fIhh:mm.m\fP for RA, or +\fIdd:mm:ss.s\fP or \fIdd:mm.m\fP for Dec. Only one coordinate pair may be +specified on the commandline. +.TP 8 +.B \fI\fP +The search size for the data query specified in decimal degrees. The default +size of 0.1 degrees will be used if this is not specified on the command line. +The \fI-rs\fP and +\fI-rm\fP options may be used specify the size in arc seconds and minutes +respectively. The \fI-i\fP option may be used to specify command-line input +options, where each command-line can include a different value for the search +size, otherwise only one value is allowed. +.TP 8 +.B \fI\fP +A single URL, or the name of a file containing URLs listed one per line. + + +.SS Multi-Thread and Multi-Process Data Querying +.PP +All data queries require at least one \fIresource\fP and one \fIsource\fP +to be successful. The \fIresource\fP defines a specific data service to be +queried, and the \fIsource\fR is either an explicit position on the sky or +the name of an object that can be resolved to a position. Additional +parameters to the query are used to specify other options, but in essence +each data query is translated to a single URL that must be accessed by the +client task. In a complex query, lists of resource and/or objects create a +potentially large matrix of queries that must be made (i.e. +\fIN-services\fP by \fIN-objects\fP in total). Because a large fraction of +the time spent in waiting for a query to finish is in waiting for the +server to respond, we are able to run multiple queries simultaneously +without saturating our network bandwidth in most cases. +.PP +The \fBvodata\fP task will parallelize the list of services to be queried +by running a separate processing \fIthread\fP (i.e. a lightweight process +running in parallel within the main application) for each of the services +to be called. This allows queries to different servers to be run in +parallel, and since these servers will often reside on multiple machines +the client won't impact any one data provider too badly. In addition, +the list of objects to be queried at each service will be broken up into +multiple child processes and called simultaneously. This allows, for +example, 10 objects to be queried from 3 services (a total of 30 queries) +simultaneously. +.PP +The \fI--maxthreads=mt\fP option can be used to set the max number of threads to be +created for processing the resource list (the default is 20). If the +resource list is larger than this value, the list will be processed with no +more than the max number running at any one time until all resources have +been queried. Similarly, the \fI--maxprocs=\fP option can be used to set the +number of child processes to be created to process the object list (the +default is 10). When setting these values it is important to remember that +the total number of \fIpotential\fP processes running on your machine will +be the product of these to values. The default values were empirically found +to work reasonably well on most modern machines. +.PP +Additionally, it is worth considering the potential strain that can be put +on data providers' machines before changing these settings. The large +majority of Cone services for example come from a single server at HEASARC +and overloading the server with hundreds of requests to multiple resources +it provides may result in a failed request and what would appear to be no +data. One should consider using the \fI-i\fP flag as a means to query a +large object list against a resource list such that only the object +processing is parallelized and the server load is minimized (See the example +below). + + +.SS Output Filename Generation +.PP +The \fI-O\fP option may be used to specify the root part of output files +created by a data query. However, to guarantee that a multi-service, and/or +multi-object query doesn't overwrite a single output file, the filename root +will also include the \fIpid\fP (process ID) of the task that created it. +For a single service and object query no \fIpid\fP will be used as part of +the filename. This scheme guarantees unique output files across the various +processing scenarios, with similar root names for multiple files associated +with a specific query. + +Output tables may be created in a number of formats and will likewise have +extensions indicating the table type. The \fI-e\fP/\fI--extract\fP option +may create additional files for each query, and the \fI-g\fP/\fI--get\fP +option to access data will similarly create additional files. The structure +of an output filename is: + +.nf + + \fI[_].\fP + +.fi +The meaning of \fI\fP and \fI\fP have been discussed above. If +the \fI-O\fP option was set then the \fI\fP part of the name will +simply be the argument given to set the root name. Otherwise, the \fI\fP +element will be of the form: +.nf + + \fI__\fP + \fI__\fP + +.fi +The \fI\fP is derived from the service name used, the \fI\fP is +a single-character code to indicate the type of service used ('I' for image, +'C' for catalog, and 'T' for table). The final element will either be the +object name or the index in a list of positions of no object was specified. + +.SS Verbosity +.PP +The \fI-v\fP and \fI-vv\fP options serve a dual purpose: within the task they +set the level of output verbosity in terms of what is reported during +processing (Similarly, the \fI-q\fP option can be used to turn off output +reporting entirely). These flags will however also increase the value of the +\fBVERBOSE\fP parameter sent to services during a data query. The default +value is at least 1, with the highest level being 3. Using the \fI-v\fP flag +sets \fBVERBOSE=2\fP and \fI-vv\fP sets \fBVERBOSE=3\fP. +.PP +The VERBOSE level can be important in accessing result columns that may only +be returned at the highest level. When using the \fI-m\fR +(or \fI--meta\fR) flag to print +the column metadata, the verbose options will also affect the results and it +is important that the same verbosity be set when doing the actual data +query and access. + +.SS Bandpass and Service Type Aliases +.PP +The type constraint (\fI-t\fP or \fI--type\fP) accepts only the +following arguments: +.nf + + catalog Cone search services + image Simple Image Access services + spectra Simple Spectral Access services + table Vizier services + ResourceType from Directory record + +.fi +.PP +The bandpass constraint (\fI-b\fP or \fI--bandpass\fP) accepts only +the following arguments: +.nf + + Radio Millimeter Infrared (IR) + Optical Ultraviolet (UV) X-Ray (xray) + Gamma-Ray (GR) + +.fi +Values in parenthese are acceptable aliases. All matches are cases +insensitive. + + +.SS Range-List Parameters +.PP +Some parameters (for example BAND and TIME) may allow a parameter value to be +specified as a numeric range. Such range-valued parameters use the forward +slash (\fI/\fP) character as the separator between elements of the +range specification (as in the ISO 8601 date specification after which this +convention is patterned). For example, \fI5E-7/8E-7\fP would +specify a range consisting of all values from 5E-7 to 8E-7, inclusive. If a +third field is specified it is a step size for traversing the indicated +range. If a parameter permits a step size the semantics of the step size are +defined by the specific parameter. +.PP +An open range may be specified by omitting either range value. If the first +value is omitted the range is open toward lower values. If the second value +is omitted the range is open toward higher values. Omitting both values +indicates an infinite range which accepts all values. For example, +\fI/5\fP is an open range which accepts all values less than or +equal to 5. To specify all values less than 5, \fI/4\fP would be +used (for an integer valued range). Range values are limited to numeric +values or ISO dates. +.PP +A list may be qualified by appending the character \fI;\fP (semicolon) +followed by a qualifier string. For example \fI1E-7/3E-6;source\fP could +specify a spectral bandpass in the rest frame of the source. List and +range syntax may be combined, e.g., to indicate a list of scalar or +range-valued parameter values. Such a range list may be ordered or +unordered, and may contain either numeric or string data. An ordered +list is one which requires values to be processed in a specified order, +and to ensure this the range list is sorted or ordered by the service as +necessary before being used. It is the responsibility of the service to +sort an ordered range list, hence the client can input ranges or range +values in any order for an ordered range list and the result will be +the same. The sequence in which items in an unordered list occur on the +other hand is significant, as since there is no intrinsic ordering for +the list which can be enforced by the service, items will be processed +by the service in the order they are input by the client. +.PP +TIME and BAND are typical examples of ordered range lists. Since a dataset +matches the query if it contains data in any of the specified ranges, +logically it does not matter in what order the ranges are given, or whether +the first element of a range is less than the second, or whether ranges +overlap; the result should be the same in all cases. Hence the range list has +an intrinsic ordering irrespective of how ranges are input. Unless otherwise +specified in the definition of a given parameter, range lists are assumed to +be ordered. + + + +.SH VOCLIENT DAEMON PROCESSING +All VO-CLI tasks are built upon the VOClient interface an rely on a +separate \fIvoclientd\fP process to provide the VO functionality. The +voclientd task is distributed as part of VO-CLI and will be started +automatically by each task if it is not already running. If problems are +encountered, you may want to manually start the voclientd in a separate +window before running the task so you can monitor the output for error +messages. + +.SH RESOURCE CACHING +Directory resolution is a common activity of VO-CLI tasks and so results +will be cached in the $HOME/.voclient/cache/regResolver directory based on +the search term, service type and bandpass parameters. Defining the +\fIVOC_NO_CACHE\fP environment variable will cause the task to ignore the +cache. + +.SH EXAMPLES + +.TP 4 +1) +Query the GSC 2.3 catalog for stars a) within the 0.1 degree +default search size around NGC 1234: b) around all positions +contained in file 'pos.txt': c) for the list of objects given +on the command line: d) query a list of services for a list +of positions: e) print a count of results that would be returned +from 3 services for each position in a file: +.nf + + % vodata gsc2.3 ngc1234 (a) + % vodata gsc2.3 pos.txt (b) + % vodata gsc2.3 m31,m51,m93 (c) + % vodata svcs.txt pos.txt (d) + % vodata hst,chandra,gsc2.3 pos.txt (e) + +.fi + +.TP 4 +2) +Query all (142) image services having data of the subdwarf galaxy +IC 10, print a count of the results only: +.nf + + % vodata -c -t image any IC10 + % vodata --count --type=image any IC10 + +.fi +Note that we use the reserved word '\fIany\fP' for the service name and +constrain by image type. The task will automatically query the Directory to +create the list of services to be queried. + +.TP 4 +3) +Print a count of X-ray catalog data around Abell2712: +.nf + + % vodata -c -t catalog -b x-ray any abell2712 + % vodata --count --type=catalog --bandpass=x-ray any abell2712 + +.fi +In this case we constrain both the service type as well as the spectral +coverage published for the resource in the Directory. We use the reserved +'\fIany\fP' service name to query multiple services and use the '\fI-c\fP' +flag to print a count without saving results. The object name is resolved +to coordinates internally. (Note: this example may take a while to run). + + +.TP 4 +4) +Print the column metadata returned by the RC3 catalog service: +.nf + + % vodata --meta rc3 or vodata -m rc3 + +.fi +The output will print the result using the default VERBOSE level, adding +the \fI-v\fP will set the query parameter VERBOSE=2, adding \fI-vv\fP will +set VERBOSE=3 (to print all available columns). When accessing data the +same \fI-v\fP flags will be required to retrieve columns at that +\fIVERBOSE\fP level. + + +.TP 4 +5) +Use the Directory to query for resources using the search terms +"cooling flow". Upon examining the output the user notices a +Vizier paper titled "\fICooling Flows in 207 clusters of Galaxies\fP" +that looks interesting. Use the \fBvodata\fP task to download all +tables associated with this paper, save tables in the default +CSV format: +.nf + + % vodirectory cooling flow + % vodata -O white97 -all J/MNRAS/292/419/ + % vodata --output=white97 --all J/MNRAS/292/419/ + +.fi +All 7 tables will be written to the current directory to files +having a root name 'white97' (chosen based on the author and +publication date). + + +.TP 4 +6) +Find a suitable XMM image service, get a (brief) count of the +XMM images available for 3c273, and if there aren't too many, +download the images and save the extracted access URLs: +.nf + + % vodirectory -rv -t image xmm + ShortName ResourceType Title + ------------------------------------------------------.... + XMM-Newton SIAP/ARCHIVE XMM-Newton Archive .... + + % vodata -cq xmm-newton 3c273 + xmm-newton 27 I XMM-Newton Archive .... + + % vodata --count --quiet xmm-newton 3c273 + xmm-newton 27 I XMM-Newton Archive .... + + % vodata --get xmm-newton 3c273 + .... will query and download 27 images. + +.fi + +.TP 4 +7) +Query for the images available from 2MASS at a given position, +extract the positions and service URLs to separate files: +.nf + + % vodata -e -O 2mass -t image 2mass 12:34:56.7 -23:12:45.2 + % vodata -e --output=2mass --type=image 2mass 12:34:56.7 -23:12:45.2 + +.fi +The query produces files with the root name '2mass', and exten- sions of +"\fI.csv\fP" (the main response), "\fI.pos\fP" (the extracted pos- itions), +and "\fI.urls\fP" (the access references). The user inspects the files and +notices that the references return both FITS and HTML files, but she only +wants the FITS image date and uses \fBvodata\fP to download only those: +.nf + + % grep fits 2mass_I_001_15998.urls > images.txt + % vodata images.txt + or + % grep fits 2mass_I_001_15998.urls | vodata -i - + +.fi +In both cases we pass URLs to the task which bypasses the query and directly +access the images. However, in the first case we process the entire list +and are able to take advantage of the \fI-maxdownloads=\fR option to +increase the number of simultaneous downloads. In the second case, the +\fI-i\fP flag causes the task to interpret each line of the input stream +as a separate command and so the data are always downloaded one at a time +(which is the default download behavior anyway). + +.TP 4 +8) +Use \fBvodata\fP as a test client for a locally-installed SIAP service: +.nf + + % vodata -t image -s http://localhost/siap.pl 180.0 0.0 + % vodata --type=image --svc=http://localhost/siap.pl 180.0 0.0 + +.fi +In this case we force the ServiceURL using the '\fI-s\fP' flag, but since we +can't do a Directory query to discover what type of service this is, we must +use the '\fI-t\fP' flag to indicate it is an image service. + + +.TP 4 +9) +Create a local table containing the Abell catalog. Begin with a +Directory query to find likely services using the \fBvodirectory\fP task, print +a verbose description of each resource and page the results with \fIless\fP: +.nf + + % vodirectory -v -v --type=catalog abell | less + +.fi +The verbose results indicate a number of services with differing +requirements for what is included. We decide to use the service from +HEASARC since it contains southern hemisphere data and constraints we are +interested in. Try an all-sky query to retrieve the entire catalog, use +the service identifier to be specific about where we want to go: +.nf + + % vodata -e ivo://nasa.heasarc/abell 0.0 0.0 180.0 + % vodata --extract ivo://nasa.heasarc/abell 0.0 0.0 180.0 + +.fi +We use the '\fI-e\fP' flag to extract the positions to a separate file with +a "\fI.pos\fP" extension so that we can use these in later queries. +However, the \fI.pos\fP file additionally contains the ID from the original +catalog in column 1. Strip this column so we're left with only RA and DEC +and query for Chandra observations at each position: +.nf + + % cut -c6- *.pos | vodata ivo://nasa.heasarc/chanmaster -p - + % cut -c6- *.pos | vodata ivo://nasa.heasarc/chanmaster --pos=- + +.fi +Here we used the unix '\fIcut\fP' utility to remove the first column and +pipe the resulting positions to the task, using the '\fI-p -\fP' option to +indicate positions should be read from stding, and the IVO identifier of +the Chandra observation master log we also discovered from the Directory. + + +.TP 4 +10) +Interactively query for a count of Chandra observations of Messier +objects: +.nf + + % vodata -cq chandra -i - + m31 + chandra 335 I Chandra X-Ray Observatory Data Archive + : : : : : + +.fi +Note that by using the '\fI-i\fP' flag we execute each query as if we'd put +the object name on the command line. Using the '\fI-o\fP' flag would +instead read all of the objects from the stdin but then execute the queries +in parallel following an EOF to terminate the input. + + +.TP 4 +11) +Use the \fISTILTS\fP task '\fItpipe\fP' to select rows from a VOTable +of QSOs (made with an earlier query) where the redshift is > 0.2. Output +only the positions and pipe this to \fBvodata\fP to generate a new query to +see whether HST has observed any of these objects: +.nf + + % stilts tpipe ifmt=votable qso_survey.vot \ + cmd='select "Z > 0.2"' \ + cmd='keepcols "RA DEC"' | vodata -p - hstpaec + +.fi +Note that we use the '\fI-p -\fP' flag to tell the task to take it's list of +positions from the piped input. The positions are used to query the HST +Planned and Archived Exposure Catalog (\fIhstpaec\fP) + + +.TP 4 +12) +The user has a task called '\fIwcsinfo\fP' that takes a list of images +and outputs a text table containing the plate center and size in degrees. +Use this task as part of a query for 2MASS point sources contained in each +image: +.nf + + % wcsinfo *.fits | vodata 2mass-psc -i - + +.fi +Here we specify the desired service (\fI2mass-psc\fP) on the commandline as +usual, and allow the remainder of the args (i.e. the position and search +size) to be read from the stdin. This allows for variable search sizes but +processes the positions serially. If the sizes are all the same (say 25 +arcmin), multiple queries can be done simultaneously using just a position +file, e.g. +.nf + + % wcsinfo -pos_only *.fits > centers.txt + % vodata --sr=25m 2mass-psc centers.txt + +.fi + + + +.TP 4 +13) +Query a large list of objects against a number of ASCA resources. +Because the ASCA catalogs are served by the same machine, use the \fI'-i'\fP +option and a command file to process only each resource sequentially while +still parallelizing the object lists: + +.nf + % cat cmds.txt + ASCA survey.tbl + ASCA\\ GIS survey.tbl + ASCA\\ GPS survey.tbl + : : + + % vodata -i cmds.txt +.fi +.PP +Note that we've needed to escape the space in the resource name in some +cases. To avoid this, use of the IVO identifier for each resource is usually +preferred. + +.TP 4 +14) +Query the VO for GALEX data of M51. Because the \fIShortName\fP GALEX +is not unique, we must either specify the IVO identifier of a +specific service to query, or if we're interested in results from all +supported data services with \fIgalex\fP in the name: +.nf + + % vodata -a galex M51 + % vodata --all galex M51 + +.fi +The results come from the Cone and SIAP services both called \fIGALEX\fP, +as well as an additional SIAP service called 'GALEX_Atlas'. Note that the +service names are case insensitive in either case. + + +.TP 4 +15) +Process a list of hundreds of positions against the GSC2.3 catalog: +.nf + + % vodata gsc2.3 positions.txt + +.fi + + +.TP 4 +16) +Process a list of hundreds of positions against the GSC2.3 catalog, assume +that the input table has a 5 line header of text and three columns +(id,ra,dec). Note that the \fIcols\fP option requires the optional id +be specified last: +.nf + + % vodata --cols=2,3,1 --hskip=5 gsc2.3 positions.txt + +.fi + +.SH BUGS +Some services don't repond properly to the metadata query and will print +a "no attributes found" message. + +.SH TODO +.PP +- Additional command-line options should be allowed to be specified in a +command file. +.PP +- Support for SSAP, SAMP, TAP + + +.SH Revision History +June 2007 - This task is new. +.SH Author +Michael Fitzpatrick (fitz@noao.edu), June 2007 +.SH "SEE ALSO" +voclient(1), voclientd(1), vosesame(1), vodirectory(1) diff --git a/vendor/voclient/doc/OLD/vodata.pdf b/vendor/voclient/doc/OLD/vodata.pdf new file mode 100644 index 00000000..bb90b187 Binary files /dev/null and b/vendor/voclient/doc/OLD/vodata.pdf differ diff --git a/vendor/voclient/doc/OLD/vodata.ps b/vendor/voclient/doc/OLD/vodata.ps new file mode 100644 index 00000000..0619513b --- /dev/null +++ b/vendor/voclient/doc/OLD/vodata.ps @@ -0,0 +1,1890 @@ +%!PS-Adobe-3.0 +%%Creator: groff version 1.18.1 +%%CreationDate: Thu May 21 13:46:30 2009 +%%DocumentNeededResources: font Times-Roman +%%+ font Times-Bold +%%+ font Times-Italic +%%DocumentSuppliedResources: procset grops 1.18 1 +%%Pages: 13 +%%PageOrder: Ascend +%%Orientation: Portrait +%%EndComments +%%BeginProlog +%%BeginResource: procset grops 1.18 1 +/setpacking where{ +pop +currentpacking +true setpacking +}if +/grops 120 dict dup begin +/SC 32 def +/A/show load def +/B{0 SC 3 -1 roll widthshow}bind def +/C{0 exch ashow}bind def +/D{0 exch 0 SC 5 2 roll awidthshow}bind def +/E{0 rmoveto show}bind def +/F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def +/G{0 rmoveto 0 exch ashow}bind def +/H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def +/I{0 exch rmoveto show}bind def +/J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def +/K{0 exch rmoveto 0 exch ashow}bind def +/L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def +/M{rmoveto show}bind def +/N{rmoveto 0 SC 3 -1 roll widthshow}bind def +/O{rmoveto 0 exch ashow}bind def +/P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def +/Q{moveto show}bind def +/R{moveto 0 SC 3 -1 roll widthshow}bind def +/S{moveto 0 exch ashow}bind def +/T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def +/SF{ +findfont exch +[exch dup 0 exch 0 exch neg 0 0]makefont +dup setfont +[exch/setfont cvx]cvx bind def +}bind def +/MF{ +findfont +[5 2 roll +0 3 1 roll +neg 0 0]makefont +dup setfont +[exch/setfont cvx]cvx bind def +}bind def +/level0 0 def +/RES 0 def +/PL 0 def +/LS 0 def +/MANUAL{ +statusdict begin/manualfeed true store end +}bind def +/PLG{ +gsave newpath clippath pathbbox grestore +exch pop add exch pop +}bind def +/BP{ +/level0 save def +1 setlinecap +1 setlinejoin +72 RES div dup scale +LS{ +90 rotate +}{ +0 PL translate +}ifelse +1 -1 scale +}bind def +/EP{ +level0 restore +showpage +}bind def +/DA{ +newpath arcn stroke +}bind def +/SN{ +transform +.25 sub exch .25 sub exch +round .25 add exch round .25 add exch +itransform +}bind def +/DL{ +SN +moveto +SN +lineto stroke +}bind def +/DC{ +newpath 0 360 arc closepath +}bind def +/TM matrix def +/DE{ +TM currentmatrix pop +translate scale newpath 0 0 .5 0 360 arc closepath +TM setmatrix +}bind def +/RC/rcurveto load def +/RL/rlineto load def +/ST/stroke load def +/MT/moveto load def +/CL/closepath load def +/Fr{ +setrgbcolor fill +}bind def +/Fk{ +setcmykcolor fill +}bind def +/Fg{ +setgray fill +}bind def +/FL/fill load def +/LW/setlinewidth load def +/Cr/setrgbcolor load def +/Ck/setcmykcolor load def +/Cg/setgray load def +/RE{ +findfont +dup maxlength 1 index/FontName known not{1 add}if dict begin +{ +1 index/FID ne{def}{pop pop}ifelse +}forall +/Encoding exch def +dup/FontName exch def +currentdict end definefont pop +}bind def +/DEFS 0 def +/EBEGIN{ +moveto +DEFS begin +}bind def +/EEND/end load def +/CNT 0 def +/level1 0 def +/PBEGIN{ +/level1 save def +translate +div 3 1 roll div exch scale +neg exch neg exch translate +0 setgray +0 setlinecap +1 setlinewidth +0 setlinejoin +10 setmiterlimit +[]0 setdash +/setstrokeadjust where{ +pop +false setstrokeadjust +}if +/setoverprint where{ +pop +false setoverprint +}if +newpath +/CNT countdictstack def +userdict begin +/showpage{}def +}bind def +/PEND{ +clear +countdictstack CNT sub{end}repeat +level1 restore +}bind def +end def +/setpacking where{ +pop +setpacking +}if +%%EndResource +%%IncludeResource: font Times-Roman +%%IncludeResource: font Times-Bold +%%IncludeResource: font Times-Italic +grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72 +def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron +/Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent +/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen +/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon +/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O +/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex +/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y +/z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft +/guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl +/endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut +/dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash +/quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen +/brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft +/logicalnot/minus/registered/macron/degree/plusminus/twosuperior +/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior +/ordmasculine/guilsinglright/onequarter/onehalf/threequarters +/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE +/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex +/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis +/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn +/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla +/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis +/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash +/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def +/Times-Italic@0 ENC0/Times-Italic RE/Times-Bold@0 ENC0/Times-Bold RE +/Times-Roman@0 ENC0/Times-Roman RE +%%EndProlog +%%Page: 1 1 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.4<564f>72 48 S -.4<4441>.4 G -.93<5441>-.71 G +363.44<2831292056>.93 F<4f44>-.4 E -1.21 -1.11<41542041>-.4 H<283129> +1.11 E/F1 10.95/Times-Bold@0 SF -.219<4e41>72 84 S<4d45>.219 E F0 -.2 +<766f>108 96 S<6461746120ad20717565727920616e64206163636573732056>.2 E +2.5<4f64>-.4 G<617461207365727669636573>-2.5 E F1<53594e4f50534953>72 +112.8 Q/F2 10/Times-Bold@0 SF -.1<766f>108 124.8 S<64617461>.1 E F0<5b> +2.5 E/F3 10/Times-Italic@0 SF<3c8d61>A<67733e>-.1 E F0 2.5<5d5b3c>C F3 +-.37<7265>-2.5 G<736f7572>.37 E<6365>-.37 E F0 2.5<3e5b>C 2.5<5b3c>-2.5 +G F3<6f626a6e616d65>-2.5 E F0 2.5<3e5b3c>C F3<7372>-2.5 E F0 2.5<3e5d>C +<5d5d205d>-2.5 E F2 -.1<766f>108 148.8 S<64617461>.1 E F0<5b>2.5 E F3 +<3c8d61>A<67733e>-.1 E F0 2.5<5d5b3c>C F3 -.37<7265>-2.5 G<736f7572>.37 +E<6365>-.37 E F0 2.5<3e5b>C 2.5<5b3c>-2.5 G F3 -.15<7261>-2.5 G F0 2.5 +<3e3c>.15 G F3<646563>-2.5 E F0 2.5<3e5b3c>C F3<7372>-2.5 E F0 2.5<3e5d> +C<5d5d205d>-2.5 E F2 -.1<766f>108 172.8 S<64617461>.1 E F0<5b>2.5 E F3 +<3c8d61>A<67733e>-.1 E F0 2.5<5d5b3c>C F3<75726c>-2.5 E F0 2.5<3e5d>C F1 +<4f5054494f4e53>72 201.6 Q F0<546865>108 213.6 Q F3<766f64617461>2.5 E +F0<7461736b20616363657074732074686520666f6c6c6f>2.5 E +<77696e67206f7074696f6e733a>-.25 E F2108 230.4 Q F0< +5072696e7420612068656c702073756d6d61727920746f20746865207465726d696e616c +20616e642065>148 242.4 Q 2.5<7869742e204e6f>-.15 F +<70726f63657373696e6720697320646f6e6520666f6c6c6f>2.5 E +<77696e672074686973208d61672e>-.25 E F2108 259.2 Q<2cad2d76>-.55 E +<6572626f7365>-.1 E F0 -1.11<5665>148 271.2 S .004 +<72626f7365206f75747075742e>1.11 F .004 +<546865206f75747075742077696c6c206265206d6f72652076>5.004 F .003 +<6572626f7365207468616e206e6f726d616c2062>-.15 F .003<75742065>-.2 F +.003<786163746c792077686174206973207072696e74656420646570656e6473>-.15 F +<6f6e2077686574686572206f74686572208d6167732061726520656e61626c65642074 +6f206368616e67656420746865206261736963207461736b2062656861>148 283.2 Q +<76696f72>-.2 E<2e>-.55 E F2108 300 Q<6572626f7365>-.1 E F0 +-1.11<5665>148 312 S<72792d76>1.11 E<6572626f7365206f75747075742e>-.15 E +<4576>5 E<656e206d6f7265206f75747075742e>-.15 E<54686520666f6c6c6f>108 +340.8 Q +<77696e67208d61677320636f6e74726f6c20746865206d616a6f722062656861>-.25 E +<76696f72206f6620746865207461736b2c20692e652e207468652074797065>-.2 E +<6f66206f757470757420746f2070726573656e742e>108 352.8 Q F2 +108 369.6 Q F0 .254 +<506572666f726d20616e20616374696f6e206261736564206f6e20616c6c2061>7.08 F +-.25<7661>-.2 G .254<696c61626c6520646174612e>.25 F .255 +<5768656e20757365642061732070617274206f6620612064617461207175657279> +5.254 F 2.755<2c74>-.65 G .255<686973208d616720636175736573>-2.755 F +1.153<746865203c>148 381.6 R F3 -.37<7265>C<736f7572>.37 E<6365>-.37 E +F0 3.653<3e61>C -.18<7267>-3.653 G 1.153<756d656e7420746f20626520757365 +6420696e206120737562737472696e67206d61746368206f66204469726563746f7279> +.18 F F3<53686f72744e616d65>3.653 E F0<6f72>3.652 E F3 +<4964656e74698c6572>3.652 E F0 .837<8c656c647320746f20637265617465207468 +652061637475616c206c697374206f66207265736f757263657320746f20626520717565 +726965642e>148 393.6 R .838<496620746865>5.838 F F3<53686f72744e616d65> +3.338 E F0 .838<6f662061>3.338 F F3 -.5<5441>3.338 G -.1<4255>.5 G +<4c4152534b59>.1 E<2d>-.74 E<534552>148 405.6 Q<56494345>-.18 E F0 .54 +<66726f6d2056>3.04 F .54<697a696572206973206769>-.6 F -.15<7665>-.25 G +.54<6e2c20746865203c>.15 F F3 -.37<7265>C<736f7572>.37 E<6365>-.37 E F0 +3.04<3e77>C .54<696c6c207479706963616c6c792065>-3.04 F .54 +<7870616e6420746f20696e636c75646520616c6c207461626c6573206173736f63692d> +-.15 F<61746564207769746820746865207061706572>148 417.6 Q 2.5<2c61>-.4 G +<6e642070726f>-2.5 E<766964696e672061206d65616e7320746f2061636365737320 +616c6c206f66207468657365207461626c65732066726f6d20612073696e676c65207175 +657279>-.15 E<2e>-.65 E F2108 434.4 Q F0 .003<50 +72696e74206f6e6c79206120636f756e74206f6620746865206d61746368696e67207265 +636f72647320666f756e6420616e6420646f206e6f74207361>148 446.4 R .303 -.15 +<76652061>-.2 H .303 -.15<6e792072>.15 H 2.503<6573756c74732e20546865> +.15 F .003<7374616e64617264206f7574707574>2.503 F .468<666f722074686520 +7461736b20697320746f206563686f20736f6d65206f662074686520696e707574207061 +72616d657465727320616e64207072696e742061207461626c65206f6620726573756c74 +732073686f>148 458.4 R .467<77696e672070726f6772657373>-.25 F .108 +<616e6420746865206e756d626572206f66206d61746368696e67207265636f7264732e> +148 470.4 R .108<49662074686973208d6167206973207365742c20746865206f7574 +707574207772697474656e20746f207468652073637265656e2077696c6c206265207468 +65>5.108 F<73616d652c20686f>148 482.4 Q<7765>-.25 E -.15<7665>-.25 G 2.5 +<7274>.15 G<686520646174612077696c6c206e6f74206265207361>-2.5 E -.15 +<7665>-.2 G 2.5<646c>.15 G<6f63616c6c79>-2.5 E<2e>-.65 E F2 +108 499.2 Q F0 1.663<476574207468652064617461207265 +666572656e6365642062792074686520726573756c7473206f6620612064617461207175 +657279>148 511.2 R 6.662<2e54>-.65 G 1.662<686973207479706963616c6c7920 +6f6e6c79206170706c69657320746f2053696d706c65>-6.662 F .813<496d61676520 +416363657373207365727669636520696e2077686963682074686520726573756c74206f +66206120717565727920696e636c756465206120636f6c756d6e206f662022>148 523.2 +R F3 .814<6163636573732072>B<65666572>-.37 E<656e636573>-.37 E F0 3.314 +<2274>C<6f>-3.314 E .353 +<7468652061637475616c20646174612074686174206d757374206265207265736f6c76> +148 535.2 R .353<65642073657061726174656c79>-.15 F 5.353<2e53>-.65 G +.353<657474696e672074686973208d61672077696c6c20636175736520616c6c206461 +7461207265666572656e63657320746f>-5.353 F<6265207265736f6c76>148 547.2 Q +<656420627920746865207461736b206f6e636520616c6c206f66207468652064617461 +2071756572696573206861>-.15 E .3 -.15<76652062>-.2 H +<65656e20636f6d706c657465642e>.15 E .321<416363657373207265666572656e63 +65732061726520617070656e64656420746f2061206d6173746572202261636365737320 +6c69737422206173206561636820717565727920636f6d706c657465732e>148 571.2 R +.321<496e2067656e6572616c20746865>5.321 F .388 +<6f7264657220696e2077686963682074686573652061726520726574726965>148 +583.2 R -.15<7665>-.25 G 2.888<6463>.15 G .388 +<616e6e6f742062652067756172616e746565642e>-2.888 F .388<4461746120646f> +5.388 F .388 +<776e6c6f6164732063616e20626520646f6e6520696e20706172616c6c656c>-.25 F +1.165<62792073657474696e6720746865206e756d626572206f6620636f6e6375727265 +6e74206d617820646f>148 595.2 R 1.165<776e6c6f616473207573696e6720746865> +-.25 F F3<2d2d6d6178646f776e6c6f6164733d3c4e3e>3.665 E F0 1.165 +<8d61672c20746865>3.665 F<646566>148 607.2 Q .702 +<61756c7420697320746f20646f>-.1 F .701 +<776e6c6f6164206f6e65208c6c6520617420612074696d652e>-.25 F .701 +<49662074686973208d616720697320666f6c6c6f>5.701 F .701 +<7765642077697468206120636f6d6d612d64656c696d69746564206c697374206f66> +-.25 F<6e756d626572732c206f6e6c792074686f736520726f>148 619.2 Q<77732069 +6e2074686520726573756c74207461626c652077696c6c2062652061636365737365642e> +-.25 E F2108 636 Q F0 .528<5072696e74206f6e6c7920 +74686520636f6c756d6e206d6574616461746120666f7220746865206e616d6564207365 +7276696365732e>148 648 R .528<546865206f75747075742077696c6c206265206120 +6c697374206f662074686520636f6c756d6e73>5.528 F 1.154<72657475726e206279 +2061206461746120717565727920746f2074686520736572766963652c2062>148 660 R +1.154<75742077696c6c206e6f74207361>-.2 F 1.454 -.15<76652074>-.2 H 1.154 +<68652061637475616c20646174612e>.15 F 3.654<4164>6.154 G<6566>-3.654 E +1.153<61756c7420706f736974696f6e20616e64>-.1 F .858<7365617263682073697a +652077696c6c206265207573656420666f72207468652071756572793a>148 672 R +.859<496e207468652063617365206f6620436f6e652073657276696365732061206e65> +5.858 F -.05<6761>-.15 G<7469>.05 E 1.159 -.15<76652073>-.25 H .859 +<697a6520697320757365642c20666f72>.15 F 1.036 +<534941502073657276696365732074686520464f524d41>148 684 R<543d4d4554> +-1.11 E<4144>-.93 E -1.21 -1.11<41542041>-.4 H 1.036 +<8d6167206973207573656420696e20746865207175657279>4.646 F 3.536<2c61> +-.65 G 1.035<6e6420666f7220746162>-3.536 F 1.035<756c61722056>-.2 F +1.035<697a69657220736572>-.6 F<2d>-.2 E .256 +<76696365732074686520656e74697265207461626c652069732061636365737365642e> +148 696 R .256<436f6d706c69616e742056>5.256 F 2.756<4f73>-.4 G .256<6572 +76696365732077696c6c20726573706f6e6420717569636b6c792077697468206f6e6c79 +2074686520636f6c2d>-2.756 F 1.298<756d6e206d657461646174612c20746162>148 +708 R 1.298 +<756c6172207365727669636573206d617920726573706f6e64206d6f726520736c6f> +-.2 F 1.298<776c792064756520746f20746865206e65656420746f207472616e736665 +722074686520646174612e>-.25 F .242<416464696e6720746865>148 720 R F3 +<2d76>2.742 E F0<6f72>2.743 E F3<2d2d766572626f73652d3c4e3e>2.743 E F0 +.243<6f7074696f6e732077696c6c20696e6372656d656e742074686520564552424f53 +45206c65>2.743 F -.15<7665>-.25 G 2.743<6c6f>.15 G 2.743<6673>-2.743 G +.243<6572766963657320616e64206d6179>-2.743 F<4e56>72 768 Q 2.5<4f56>-.4 +G<4f2d434c492050726f6a656374>-2.9 E<4a756c792032303037>126.345 E<31> +209.415 E 0 Cg EP +%%Page: 2 2 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.4<564f>72 48 S -.4<4441>.4 G -.93<5441>-.71 G +363.44<2831292056>.93 F<4f44>-.4 E -1.21 -1.11<41542041>-.4 H<283129> +1.11 E .364<72657475726e206d6f7265206d657461646174612069662061>148 84 R +-.25<7661>-.2 G .363<696c61626c652c20746f206163636573732074686573652065> +.25 F .363<7874726120636f6c756d6e73207468652073616d65206c65>-.15 F -.15 +<7665>-.25 G 2.863<6c6f>.15 G 2.863<6676>-2.863 G .363 +<6572626f73697479206d757374>-3.013 F +<62652073657420647572696e6720612064617461207175657279>148 96 Q<2e>-.65 E +<54686520666f6c6c6f>108 124.8 Q<77696e67208d6167732073706563696679206461 +7461207175657279206f7074696f6e733a>-.25 E/F1 10/Times-Bold@0 SF +108 +141.6 Q F0 .978 +<436f6e73747261696e207468652071756572792062792062616e64706173732e>148 +153.6 R .978<546865206172>5.978 F .978<67756d656e7420666f6c6c6f>-.18 F +.978<77696e6720746865208d6167206d757374206265206f6e65206f66207468652061 +6c6c6f>-.25 F<776564>-.25 E 1.13 +<62616e64706173732073706563698c636174696f6e20737472696e672e>148 165.6 R +1.13<53657474696e6720746865208d61672077696c6c20636f6e73747261696e20616e> +6.13 F 3.63<7944>-.15 G 1.13 +<69726563746f727920736561726368207573656420746f206f6e6c79>-3.63 F .419< +74686f7365207265736f75726365732077686572652074686520737065637472616c2063 +6f>148 177.6 R -.15<7665>-.15 G .419 +<72616765206d61746368657320746865206769>.15 F -.15<7665>-.25 G 2.919 +<6e62>.15 G 2.919<616e64706173732e20416c6961736573>-2.919 F .42 +<666f722062616e64706173736573>2.92 F<61726520616c6c6f>148 189.6 Q +<7765642c207365652062656c6f>-.25 E -.65<772e>-.25 G F1 +108 206.4 Q F0 1.858<537065636966792061208c6c6520636f6e7461696e696e6720 +7468652072656d61696e696e6720706f736974696f6e616c20636f6d6d616e642d6c696e +6520696e7075742e2054686520636f6d6d616e64206c696e65206973>148 218.4 R +.962<74686f75676874206f66206173206861>148 230.4 R .963 +<76696e672074686520666f6c6c6f>-.2 F .963 +<77696e6720636f6d706f6e656e74733a>-.25 F .963 +<746865206f7074696f6e73206265>5.963 F .963 +<67696e6e696e672077697468206120272d272063686172616374657220616e64>-.15 F +.19<7468656972206173736f636961746564206172>148 242.4 R .19 +<67756d656e74732c206f6e65206f72206d6f7265203c>-.18 F/F2 10 +/Times-Italic@0 SF -.37<7265>C<736f7572>.37 E<6365>-.37 E F0 2.69<3e6e>C +.19<616d6573206769>-2.69 F .19 +<76696e6720746865207365727669636520746f20696e>-.25 F -.2<766f>-.4 G -.1 +<6b65>.2 G 2.69<2c61>.1 G 2.69<6e6f>-2.69 G<626a656374>-2.69 E .022<6e61 +6d65206f7220706f736974696f6e2c20616e6420616e206f7074696f6e616c2071756572 +792073697a652e>148 254.4 R .022<54686520272d6927208d616720616c6c6f>5.022 +F .022<77732065>-.25 F -.15<7665>-.25 G .022<72797468696e672065>.15 F +.022<786365707420746865206f7074696f6e7320746f>-.15 F 1.297<626520737065 +63698c65642066726f6d2061208c6c6520286f7220746865207374616e6461726420696e +7075742069662074686520272d27206172>148 266.4 R 1.297 +<67756d656e742069732075736564292c206372656174696e6720696e206566>-.18 F +1.297<666563742061>-.25 F .362<6d65616e7320746f20696e74657261637469>148 +278.4 R -.15<7665>-.25 G .362<6c7920737065636966792074686520652e672e2072 +65736f757263652f6f626a65637420776974686f75742072657374617274696e67207468 +65207461736b2c206f7220746f2074616b>.15 F 2.863<6574>-.1 G<68657365> +-2.863 E -.25<7661>148 290.4 S .181<6c7565732066726f6d2061208c6c65206f72 +20696e7075742073747265616d20746f20637265617465206d756c7469706c6520696e64 +6570656e64656e7420717565726965732e>.25 F .18 +<49662065697468657220746865207265736f75726365206f72>5.18 F<6f626a656374 +206e616d652f706f736974696f6e2068617320616c7265616479206265656e2073706563 +698c656420746865>148 302.4 Q 2.5<7964>-.15 G 2.5<6f6e>-2.5 G +<6f74206e65656420746f2062652073706563698c6564206167>-2.5 E<61696e2e>-.05 +E 1.374<54686520666f726d617420666f722074686520636f6d6d616e64208c6c652069 +73207468652073616d6520617320666f7220746865203c>148 326.4 R F2 -.37<7265> +C<736f7572>.37 E<6365>-.37 E F0 1.374<3e2c203c>B F2<6f626a6e616d65>A F0 +1.374<3e2c203c>B F2 -.15<7261>C F0 3.874<3e3c>.15 G F2<646563>-3.874 E +F0<3e2c>A<3c>148 338.4 Q F2<75726c>A F0 .115<3e2c206f72203c>B F2<7372>A +F0 2.614<3e64>C .114<65736372696265642062656c6f>-2.614 F 2.614<7761>-.25 +G .114<6e6420617320746865>-2.614 F 2.614<7977>-.15 G .114<6f756c64206170 +70656172206f6e2074686520636f6d6d616e64206c696e652c20616c6c20696e70757420 +6c696e657320617265>-2.714 F 1.157 +<7465726d696e6174656420776974682061206e65>148 350.4 R 1.157<776c696e652c +20746865208c6c65206f7220696e7075742073747265616d206973207465726d696e6174 +6564207769746820616e20454f46>-.25 F 6.158<2e41>-.8 G 3.658<6e65>-6.158 G +1.158<78616d706c65206f66>-3.808 F<686f>148 362.4 Q 2.5<7774>-.25 G +<686973206d617920626520757365642077>-2.5 E<6f756c6420626520746865207573 +696e67206120636f6d6d616e64208c6c6520737563682061733a>-.1 E 2.5 +<326d6173732d707363206d33312c6d353120302e35>184 386.4 R 2.5 +<6368616e647261206e6763343235382c6d353120302e3235>184 398.4 R .871<5468 +65207461736b2077696c6c2070726f636573732074686973208c6c652061732069662074 +6865207477>148 422.4 R 3.371<6f6c>-.1 G .87 +<696e657320686164206265656e20696e>-3.371 F -.2<766f>-.4 G -.1<6b65>.2 G +3.37<6461>.1 G 3.37<7373>-3.37 G .87<6570617261746520636f6d6d616e64732e> +-3.37 F<546865>5.87 E<616476>148 434.4 Q 2.266<616e74616765206973207468 +6174207468697320696e7075742063616e20626520637265617465642064796e616d6963 +616c6c7920627920616e6f74686572207461736b2c20616e642077652063616e2067726f +7570>-.25 F<7265736f7572636520616e64206f626a656374206c6973747320696e746f +20696e646570656e64656e7420717565726965732e>148 446.4 Q<53656520746865>5 +E F2<4578616d706c6573>2.5 E F0<62656c6f>2.5 E 2.5<7766>-.25 G +<6f72206f7468657220757365732e>-2.5 E F1 + +108 463.2 Q F0 1.395<5370656369667920746865206f626a656374206e616d652074 +6f2075736520696e2061207175657279>148 475.2 R 6.395<2e4f>-.65 G 1.394 +<626a656374206e616d657320617265207265736f6c76>-6.395 F 1.394 +<6564206175746f6d61746963616c6c7920746f204a32303030>-.15 F .574 +<65717561746f7269616c20636f6f7264696e617465732e>148 487.2 R .574 +<546865206172>5.574 F .574<67756d656e7420746f2074686973208d6167206d6179 +20626520746865206e616d65206f6620612073696e676c65206f626a6563742c20612063 +6f6d6d612d>-.18 F .709<64656c696d69746564206c697374206f66206f626a656374 +206e616d65732c20746865206e616d65206f662061208c6c6520636f6e7461696e696e67 +206f626a656374206e616d65732c206f722074686520726573657276>148 499.2 R +.709<65642076>-.15 F<616c7565>-.25 E<272d272e>148 511.2 Q .763 +<54686520726573657276>148 535.2 R .763<65642076>-.15 F .763 +<616c756520272d272074656c6c7320746865207461736b20746f2074616b>-.25 F +3.263<6574>-.1 G .764<68697320696e666f726d6174696f6e2066726f6d2074686520 +7374616e6461726420696e7075742c2070726f63657373696e67>-3.263 F +<646f65736e27>148 547.2 Q 2.5<7462>-.18 G -.15<6567>-2.5 G<696e20756e74 +696c20746865206f626a656374206c69737420686173206265656e2066756c6c79207265 +61642e>.15 E F1 +108 564 +Q F0 .13<537065636966792074686520706f736974696f6e20746f2075736520696e20 +61207175657279>148 576 R 5.13<2e50>-.65 G .13 +<6f736974696f6e732061726520636f6d706f736564206f66207477>-5.13 F 2.63 +<6f76>-.1 G .13<616c75657320617373756d656420746f20626520657175612d>-2.88 +F .622<746f7269616c204a3230303020636f6f7264696e617465732e>148 588 R +-1.11<5661>5.622 G .622<6c7565732073706563698c65642061732061208d6f617469 +6e672d706f696e7420646563696d616c2061726520617373756d656420746f2062652069 +6e20756e697473>1.11 F .652<6f66206465>148 600 R .652<67726565732c207365> +-.15 F .652<7861676573696d616c2076>-.15 F .651<616c756573206d617920616c +736f206265207573656420616e642061726520617373756d656420746f20626520657175 +61746f7269616c20524120616e64204465632e>-.25 F .167<496620746865>148 612 +R F2<3c706f733e>2.667 E F0<6172>2.667 E 2.667<6769>-.18 G 2.668<7375> +-2.667 G .168<736564206f6e6c79206f6e6520736574206f6620636f6f7264696e6174 +6573206d6179206265206769>-2.668 F -.15<7665>-.25 G 2.668<6e6f>.15 G +2.668<6e74>-2.668 G .168 +<686520636f6d6d616e642d6c696e6520616e64206d757374>-2.668 F .412 +<62652064656c696d69746564206279206120636f6d6d612c20686f>148 624 R<7765> +-.25 E -.15<7665>-.25 G 2.911<7274>.15 G .411<6865206172>-2.911 F .411< +67756d656e74206d617920616c736f20626520746865206e616d65206f662061208c6c65 +20636f6e7461696e696e6720636f6f72>-.18 F<2d>-.2 E<64696e6174657320746f20 +62652070726f6365737365642c206f722074686520726573657276>148 636 Q +<65642076>-.15 E<616c756520272d272e>-.25 E .763<54686520726573657276>148 +660 R .763<65642076>-.15 F .763 +<616c756520272d272074656c6c7320746865207461736b20746f2074616b>-.25 F +3.263<6574>-.1 G .764<68697320696e666f726d6174696f6e2066726f6d2074686520 +7374616e6461726420696e7075742c2070726f63657373696e67>-3.263 F +<646f65736e27>148 672 Q 2.5<7462>-.18 G -.15<6567>-2.5 G<696e20756e7469 +6c2074686520706f736974696f6e206c69737420686173206265656e2066756c6c792072 +6561642e>.15 E F1108 688.8 Q F0 .008 +<5365742074686520736561726368207261646975732e>148 700.8 R .008 +<54686520646566>5.008 F .007 +<61756c74207365617263682073697a6520697320302e31206465>-.1 F .007<677265 +657320756e6c6573732073706563698c6564206f6e2074686520636f6d6d616e642d6c69 +6e65>-.15 F .548<616e64206172>148 712.8 R .548 +<67756d656e742061726520617373756d656420746f20626520696e206465>-.18 F +3.048<67726565732c2073657474696e67>-.15 F .548<7468652073697a6520696e20 +6f7468657220756e697473206973207065726d6974746564207573696e6720746865> +3.048 F F2<2d7372>148 724.8 Q F0 3.777<8d61672e2054>3.777 F 3.776<6f73> +-.8 G 1.276<70656369667920746865203c756e6974733e20666f7220746865>-3.776 +F F2<2d2d7372>3.776 E F0 1.276<8d61672c20746865206172>3.776 F 1.276 +<67756d656e742073686f756c6420626520737566>-.18 F<8c78>-.25 E 1.276 +<656420627920616e2027>-.15 F 1.276<732720746f>-.55 F<4e56>72 768 Q 2.5 +<4f56>-.4 G<4f2d434c492050726f6a656374>-2.9 E<4a756c792032303037>126.345 +E<32>209.415 E 0 Cg EP +%%Page: 3 3 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.4<564f>72 48 S -.4<4441>.4 G -.93<5441>-.71 G +363.44<2831292056>.93 F<4f44>-.4 E -1.21 -1.11<41542041>-.4 H<283129> +1.11 E 1.049<73706563696679206172637365636f6e64732c20616e20276d2720746f +20736574206172636d696e757465732c20616e642027>148 84 R 1.049 +<642720746f20736574207468652073697a6520696e206465>-.5 F 3.549 +<67726565732e204279>-.15 F<646566>3.549 E 1.049<61756c742c20616c6c>-.1 F +.047<717565726965732077696c6c20626520646f6e65207573696e6720746865207361 +6d65207365617263682073697a652e>148 96 R -1.11<5661>5.047 G .046<72696162 +6c65207365617263682073697a6573206163636f6d706c6973686564207573696e672074 +686520272d6927>1.11 F<8d6167206465736372696265642061626f>148 108 Q -.15 +<7665>-.15 G<2e>.15 E/F1 10/Times-Bold@0 SF108 124.8 Q +<766963653e206f72202d2d7376633d3c736572>-.1 E<766963653e>-.1 E F0 .289 +<53706563696679207468652073657276696365206f722075726c20746f20696e>148 +136.8 R -.2<766f>-.4 G -.1<6b65>.2 G 5.289<2e49>.1 G 2.789<6e6d>-5.289 G +.289<6f73742063617365732074686520736572766963652c20692e652e>-2.789 F .29 +<746865203c>5.29 F/F2 10/Times-Italic@0 SF -.37<7265>C<736f7572>.37 E +<6365>-.37 E F0 2.79<3e61>C -.18<7267>-2.79 G .29<756d656e742077696c6c> +.18 F .879<62652074616b>148 148.8 R .879<656e2066726f6d2074686520636f6d +6d616e646c696e65206261736564206f6e20697427>-.1 F 3.379<7370>-.55 G 3.379 +<6f736974696f6e2e20546865>-3.379 F -.15<6578>3.379 G .878 +<63657074696f6e206973207768656e2074686520757365722077>.15 F .878 +<616e7420746f>-.1 F .023<73706563696679206120736572766963652055524c2064 +69726563746c792028652e672e20746f20746573742061206c6f63616c20736572766963 +652920626563617573652069742069736e27>148 160.8 R 2.523<746b>-.18 G<6e6f> +-2.523 E .023<776e20746f20746865204469726563746f7279>-.25 F<2c>-.65 E +.299<6f7220746f207573652074686520726573657276>148 172.8 R .298<65642076> +-.15 F .298<616c75657320272d27206f722027616e>-.25 F 2.798 +<79272e20557365>-.15 F .298<6f6620272d272074656c6c7320746865207461736b20 +746f2072656164207468652073657276696365206c6973742066726f6d20746865>2.798 +F 1.344<7374616e6461726420696e7075743b>148 184.8 R 1.344 +<757365206f66207468652077>6.344 F 1.345<6f72642027616e>-.1 F 1.345<7927 +2069732061206d65616e7320746f2074656c6c696e6720746865207461736b20746f2064 +796e616d6963616c6c792063726561746520746865>-.15 F<7265736f75726365206c69 +73742066726f6d206f74686572206f7074696f6e732028652e672e2022616e>148 196.8 +Q 2.5<7969>-.15 G<6d616765207365727669636522206279207573696e6720746865> +-2.5 E F1108 213.6 +Q F0 .261<436f6e73747261696e20746865207175657279206279207365727669636520 +747970652e>148 225.6 R .261<546865206c697374206f6620616c6c6f>5.261 F .26 +<7765642073657276696365207479706573206973206769>-.25 F -.15<7665>-.25 G +2.76<6e62>.15 G<656c6f>-2.76 E 4.06 -.65<772e2054>-.25 H .26 +<68652061637475616c>.65 F 1.169<737472696e67207573656420696e206120446972 +6563746f7279207265736f75726365207265636f7264206d617920626520757365642069 +66206b6e6f>148 237.6 R 1.17 +<776e2c206f746865727769736520636f6d6d6f6e2075736520697320746f>-.25 F +.654<737065636966792027696d6167652720746f206163636573732053696d706c6520 +496d61676520416363657373202853494150292073657276696365732c2027636174616c +6f672720666f7220436f6e652073656172636865732c206f72>148 249.6 R -.18 +<2774>148 261.6 S<61626c652720666f722056>.18 E<697a69657220746162>-.6 E +<756c617220646174612e>-.2 E<54686520666f6c6c6f>108 290.4 Q<77696e67208d +616773206172652073706563698c6320746f207468652077726974696e67206f66204854 +4d4c206f72204b4d4c208c6c65733a>-.25 E F1108 +307.2 Q F0<44697361626c65207468652073686164656420626f7264657220647261> +148 319.2 Q<776e2061726f756e6420616e2048544d4c207461626c652e>-.15 E F1 +108 336 Q F0<44697361626c652074686520636f6c6f +72696e6720666f7220616e2048544d4c207461626c652e>148 348 Q F1 +108 364.8 Q F0<44697361626c6520746865204854 +4d4c207061676520686561646572207772697474656e20746f20746865206f7574707574 +208c6c652e>148 376.8 Q F1108 405.6 Q F0 .978< +5370656369667920746865206d6178206e756d626572206f6620706c6163656d61726b73 +20746f2077726974652e>148 417.6 R .978<54686520646566>5.978 F .978<61756c +742069732035302c206f72646572696e67206973206e6f742067756172616e746565642e> +-.1 F<53657474696e67207468652073616d706c696e672077696c6c206175746f6d6174 +6963616c6c7920696e63726561736520746865206d6178696d756d206e756d626572206f +6620726573756c74732072657475726e65642e>148 429.6 Q F1 +108 446.4 Q F0 .605<53706563696679207468 +652073616d706c696e67206f662074686520726573756c7420746f2062652065>148 +458.4 R -.15<7665>-.25 G<7279>.15 E F2<3c4e3e>3.105 E F0<726f>3.105 E +3.105<77732e20546865>-.25 F<646566>3.105 E .604 +<61756c7420697320746f20777269746520616c6c20726f>-.1 F .604 +<777320746f20746865>-.25 F .328<6f7574707574208c6c652e>148 470.4 R .328 +<4966207365742c20746869732076>5.328 F .328<616c75652077696c6c2062652075 +7365642061732061206d756c7469706c69657220666f7220746865206d6178206e756d62 +6572206f6620706c6163656d61726b73206175746f2d>-.25 F<6d61746963616c6c79> +148 482.4 Q<2e>-.65 E F1108 499.2 Q +<6f75703d6f626a656374>-.18 E F0 2.208<47726f75702074686520726573756c7473 +206f662061206d756c74692d7265736f757263652f6d756c74692d6f626a656374207175 +65727920696e746f20612073696e676c652068696572617263686963616c204b4d4c208c +6c65>148 511.2 R<67726f7570656420627920746865206f626a656374206f7220706f +736974696f6e20696e6465>148 523.2 Q 2.5<7828>-.15 G<646566>-2.5 E +<61756c74293b>-.1 E F1108 540 Q<6f75703d736572>-.18 E +<76696365>-.1 E F0 2.208<47726f75702074686520726573756c7473206f66206120 +6d756c74692d7265736f757263652f6d756c74692d6f626a65637420717565727920696e +746f20612073696e676c652068696572617263686963616c204b4d4c208c6c65>148 552 +R<67726f75706564206279207468652073657276696365206e616d652e>148 564 Q F1 +108 580.8 Q<6f75703d626f7468>-.18 E F0 1.676<47726f7570 +732074686520726573756c7473206f662061206d756c74692d7265736f757263652f6d75 +6c74692d6f626a65637420717565727920696e746f20612073696e676c65206869657261 +7263686963616c204b4d4c208c6c652e>148 592.8 R<546865207477>148 604.8 Q +2.5<6f74>-.1 G<6f702d6c65>-2.5 E -.15<7665>-.25 G 2.5<6c66>.15 G +<6f6c646572732077696c6c2062652027427920536f757263652720616e64>-2.5 E F1 +108 621.6 Q F0 .153<44697361626c6520746865206c +6162656c6c696e67206f6620706c6163656d61726b732e>148 633.6 R .153 +<427920646566>5.153 F .153<61756c742c207468652049445f4d41494e2075636420 +666f72206561636820706f696e742077696c6c2062652075736564206173>-.1 F 2.5 +<616c>148 645.6 S<6162656c2e>-2.5 E F1108 662.4 Q +<6567696f6e>-.18 E F0<44697361626c652074686520647261>148 674.4 Q +<77696e67206f6620746865207265>-.15 E +<67696f6e20626f756e64696e6720626f7820696e2061204b4d4c208c6c652e>-.15 E +F1108 691.2 Q -.1<7665>-.1 G<72626f7365>.1 E F0 .521 +<44697361626c65207468652077726974696e67206f662076>148 703.2 R .521<6572 +626f736520696e666f726d6174696f6e20746f20746865204b4d4c20706c6163656d6172 +6b732e>-.15 F .52<427920646566>5.521 F .52 +<61756c742c206561636820706c6163656d61726b>-.1 F<77696c6c20636f6e7461696e +20616c6c20696e666f726d6174696f6e2066726f6d207468617420726573756c742e>148 +715.2 Q<4e56>72 768 Q 2.5<4f56>-.4 G<4f2d434c492050726f6a656374>-2.9 E +<4a756c792032303037>126.345 E<33>209.415 E 0 Cg EP +%%Page: 4 4 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.4<564f>72 48 S -.4<4441>.4 G -.93<5441>-.71 G +363.44<2831292056>.93 F<4f44>-.4 E -1.21 -1.11<41542041>-.4 H<283129> +1.11 E<496e707574204f7074696f6e733a>108 84 Q/F1 10/Times-Bold@0 SF +108 100.8 Q/F2 10/Times-Italic@0 SF<636f6c5f737472>A F0 +1.902<55736520636f6c756d6e732073706563698c656420696e>148 112.8 R F2 +<636f6c5f737472>4.402 E F0 1.902<746f207265616420746865>4.402 F F2 -.15 +<7261>4.402 G F0<2c>.15 E F2<646563>4.403 E F0<616e64>4.403 E F2<6964> +4.403 E F0 -.25<7661>4.403 G 1.903<6c756573207265737065637469>.25 F -.15 +<7665>-.25 G<6c79>.15 E<2e>-.65 E F2<636f6c5f737472>6.903 E F0 1.903 +<69732061>4.403 F .822 +<636f6d6d612d64656c696d69746564206c69737420776865726520746865>148 124.8 +R F2<6964>3.322 E F0 .822<636f6c756d6e206973206f7074696f6e616c20616e6420 +77696c6c206e6f742062652075736564206966206e6f742070726573656e742061732074 +6865>3.322 F .075<746869726420656c656d656e7420696e20746865206c6973742e> +148 136.8 R .075<4f7468657220636f6c756d6e73206d6179206265206769>5.075 F +-.15<7665>-.25 G 2.575<6e61>.15 G 2.575<736173>-2.575 G .075 +<696e676c6520696e7465>-2.575 F .075 +<676572206f7220617320612072616e6765206f662074686520666f726d>-.15 F F2 +<7374617274>148 148.8 Q F0<2d>A F2<656e64>A F0 1.244 +<696e6469636174696e67207468652076>3.744 F 1.244 +<616c75657320696e20746865>-.25 F F2<7374617274>3.743 E F0<74687275>3.743 +E F2<656e64>3.743 E F0 1.243<636f6c756d6e732073686f756c6420626520636f6d +62696e656420696e746f20612073696e676c65>3.743 F -.25<7661>148 160.8 S +<6c75652e>.25 E F1108 177.6 Q F2<64656c696d>A +F0 .705<55736520746865>148 189.6 R F2<64656c696d>3.205 E F0 .705 +<61732074686520696e707574207461626c652064656c696d69746572>3.205 F 5.705 +<2e42>-.55 G 3.205<7964>-5.705 G<6566>-3.205 E .705 +<61756c742c20612073706163652c207461622c20636f6d6d612c2076>-.1 F .706 +<6572746963616c206261722028277c27292c206f72>-.15 F .358<73656d69636f6c6f +6e206d6179206265207573656420617320612064656c696d6974657220666f7220746865 +20696e707574207461626c652e>148 201.6 R .357<4966206e6f2065>5.358 F .357 +<78706c696369742064656c696d697465722069732073706563698c65642c20746865> +-.15 F .522<8c727374206f63637572616e6365206f6620616e>148 213.6 R 3.022 +<796f>-.15 G .522<6e65206f662074686573652077696c6c20626520757365642e> +-3.022 F .522<54686520726573657276>8.022 F .523<65642077>-.15 F +<6f726473>-.1 E F2<636f6d6d61>3.023 E F0<2c>A F2<7370616365>3.023 E F0 +<2c>A F2<746162>3.023 E F0 3.023<2c6f>C<72>-3.023 E F2<626172>3.023 E F0 +<6d6179206265207573656420696e20706c616365206f6620612073706563698c632063 +6861726163746572>148 225.6 Q<2e>-.55 E +<3c44543e3c423e2d2d65636f6c733d3c2f423e3c493e636f6c5f7374723c2f493e>148 +249.6 Q F1108 266.4 Q F2<636f6c5f737472>A F0 .552 +<557365207468652065>148 278.4 R .552 +<78706c6963697420636f6c756d6e732073706563698c656420696e>-.15 F F2 +<636f6c5f737472>3.051 E F0 .551<696e2074686520696e707574207461626c652e> +3.051 F .551 +<54686973206f7074696f6e2073686f756c64206f6e6c792062652075736564>5.551 F +.058<7769746820666f726d6174746564207465>148 290.4 R .058 +<7874207461626c65732077686572652074686520646573697265642076>-.15 F .058 +<616c7565732077696c6c20616c>-.25 F -.1<7761>-.1 G .058<797320626520696e +207468652073616d6520636f6c756d6e73206f6620746865208c6c652e>.1 F .506<4e +6f746520746861742027636f6c756d6e2720696e20746869732063617365207265666572 +7320746f20612073706563698c632063686172616374657220636f6c756d6e20696e2061 +207465>148 302.4 R .506<7874208c6c652e>-.15 F .505 +<436f6c756d6e73206d6179>5.505 F<626520612073696e676c6520696e7465>148 +314.4 Q<676572206f7220612072616e67652c20616e64206973206120636f6d6d612d64 +656c696d69746564206c697374206173207769746820746865>-.15 E F2 +<2d2d636f6c73>2.5 E F0<6f7074696f6e2e>2.5 E F1108 331.2 Q 2.5 +<2c2d>-.15 G<2d66>-2.5 E<6f72>-.25 E<6365>-.18 E F0 -.15<466f>148 343.2 +S .251<7263652074686520696e707574207461626c6520746f20626520757365642065> +.15 F -.15<7665>-.25 G 2.752<6e69>.15 G 2.752<6e74>-2.752 G .252 +<6865206e756d626572206f6620636f6c756d6e732076>-2.752 F .252 +<6172696573206f6e2065616368206c696e652e>-.25 F .252 +<54686520617373756d702d>5.252 F .423 +<74696f6e2068657265206973207468617420616e>148 355.2 R 2.923<7976>-.15 G +.423<6172696174696f6e2028652e6720656d70747920636f6c756d6e7329206f636375 +727320616674657220746865>-3.173 F F2 -.15<7261>2.923 G F0<2c>.15 E F2 +<646563>2.923 E F0<616e64>2.923 E F2<6964>2.922 E F0 .422 +<636f6c756d6e7320696e20746865>2.922 F<7461626c652e>148 367.2 Q F1 +108 384 Q F2<3c4e3e>A F0<536b6970>148 396 Q F2<3c4e3e> +2.911 E F0 .411 +<686561646572206c696e657320696e2074686520696e707574208c6c652e>2.911 F +.411<54686973206f7074696f6e206973206f6e6c79206e6565646564207768656e2074 +6865206c696e657320746f20626520736b6970706564>5.411 F<646f206e6f74206265> +148 408 Q<67696e207769746820746865206e6f726d616c2027232720636f6d6d656e74 +20636861726163746572>-.15 E<2e>-.55 E F1108 424.8 Q +F2<3c4e3e>A F0<557365206f6e6c79>148 436.8 Q F2<3c4e3e>2.5 E F0 +<6c696e6573206f662074686520696e707574207461626c652e>2.5 E F1 +108 453.6 Q F2<3c4e3e>A F0 +<53616d706c6520746865207461626c652065>148 465.6 Q -.15<7665>-.25 G<7279> +.15 E F2<3c4e3e>2.5 E F0 2.5<6c696e65732e2053657474696e67>2.5 F +<7468652073616d706c652077696c6c206e6f74206166>2.5 E<6665637420746865> +-.25 E F2<6e6c696e6573>2.5 E F0<757365642e>2.5 E +<4f7574707574204f7074696f6e733a>108 506.4 Q F1108 +523.2 Q F0<5361>5.14 E .469 -.15<76652074>-.2 H .169 +<686520726573756c747320696e746f20612073696e676c65208c6c65207265>.15 F +-.05<6761>-.15 G .168<72646c657373206f6620666f726d61742e>.05 F .168<5468 +6973206f7074696f6e2077696c6c20626520736574206175746f6d61746963616c6c7920 +696620746865>5.168 F .334<6f7574707574206973206265696e67207772697474656e +20746f20746865207374616e64617264206f75747075742e>148 535.2 R .335<496620 +746865206f757470757420666f726d617420697320736f6d657468696e67206f74686572 +207468616e204b4d4c>5.334 F .61<6f7220584d4c2c20616c6c20726573756c747320 +77696c6c20626520636f6e636174656e6174656420696e746f20696e6469>148 547.2 R +.61<76696475616c208c6c6573206f662074686520666f726d20223c7376633e5f3c7069 +643e2e3c65>-.25 F<78746e3e22>-.15 E .759<736f20746861742065616368208c6c +652077696c6c20636f6e7461696e20746865206f626a65637420726573756c7473206672 +6f6d206561636820736572766963652077686572652074686520636f6c756d6e73207769 +6c6c20626520746865>148 559.2 R<73616d652e>148 571.2 Q F1 +108 588 Q F0<5361>148 600 Q 1.287 -.15<76652074> +-.2 H .987<686520726573756c7473206173206120776869746573706163652064656c +696d69746564206173636969207461626c652e>.15 F .986<496620616e206f75747075 +74208c6c6520697320637265617465642069742077696c6c206861>5.987 F 1.286 +-.15<76652061>-.2 H<222e747874222065>148 612 Q +<7874656e73696f6e20617070656e646564206175746f6d61746963616c6c79>-.15 E +<2e>-.65 E F1108 628.8 Q F0<5361>148 640.8 Q .697 -.15 +<76652074>-.2 H .397 +<686520726573756c7473206173206120636f6d6d612d7365706172617465642d76>.15 +F .397<616c7565202843535629207461626c652e>-.25 F .398<496620616e206f7574 +707574208c6c6520697320637265617465642069742077696c6c206861>5.397 F -.15 +<7665>-.2 G 2.5<6122>148 652.8 S<2e637376222065>-2.5 E +<7874656e73696f6e20617070656e646564206175746f6d61746963616c6c79>-.15 E +<2e>-.65 E F1108 669.6 Q F0<5361>148 681.6 Q 1.289 +-.15<76652074>-.2 H .989 +<686520726573756c747320617320616e2048544d4c207461626c652e>.15 F .988<49 +6620616e206f7574707574208c6c6520697320637265617465642069742077696c6c2068 +61>5.988 F 1.288 -.15<766520612022>-.2 H .988<2e68746d6c222065>.15 F +<7874656e73696f6e>-.15 E .493 +<617070656e646564206175746f6d61746963616c6c79>148 693.6 R 5.493<2e53> +-.65 G .493<65652061626f>-5.493 F .793 -.15<76652066>-.15 H .493 +<6f7220746865>.15 F F2<2d2d7765626e6f686561646572>2.993 E F0 .494<6f7074 +696f6e20746861742063616e206265207573656420746f2064697361626c6520746865> +2.994 F<48544d4c207061676520686561646572>148 705.6 Q<2e>-.55 E<4e56>72 +768 Q 2.5<4f56>-.4 G<4f2d434c492050726f6a656374>-2.9 E +<4a756c792032303037>126.345 E<34>209.415 E 0 Cg EP +%%Page: 5 5 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.4<564f>72 48 S -.4<4441>.4 G -.93<5441>-.71 G +363.44<2831292056>.93 F<4f44>-.4 E -1.21 -1.11<41542041>-.4 H<283129> +1.11 E/F1 10/Times-Bold@0 SF108 84 Q -.1<7665>-.4 G +<6e746f7279>.1 E F0 .154<517565727920746865>148 96 R/F2 10 +/Times-Italic@0 SF<496e>2.654 E .154<76656e746f72792053657276696365>-.4 +F F0 .153<726174686572207468616e2074686520646174612073657276696365732064 +69726563746c79>2.654 F 5.153<2e54>-.65 G .153 +<6869732077696c6c2072657475726e2073696d706c79206120636f756e74>-5.153 F +.179<6f662074686520726573756c747320666f756e642c2062>148 108 R .179<7574 +207768656e2070726573656e74656420776974682061207461626c65206f66207265736f +757263657320616e6420736f75726365732063616e206265207573656420746f20646f20 +61>-.2 F<73696d706c652063726f73736d61746368206f662074686520736f75726365 +7320666f756e6420696e2074686520636174616c6f67732061>148 120 Q -.25<7661> +-.2 G<696c61626c65207468726f7567682074686520736572766963652e>.25 E F1 +108 136.8 Q F0<5361>148 148.8 Q 1.316 -.15<76652074> +-.2 H 1.016 +<686520726573756c7473206173206120476f6f676c652045617274682f536b>.15 F +3.516<794b>-.15 G 1.016<4d4c20706c6163656d61726b208c6c652e>-3.516 F +1.016 +<496620616e206f7574707574208c6c6520697320637265617465642069742077696c6c> +6.016 F<6861>148 160.8 Q .326 -.15<766520612022>-.2 H .026 +<2e6b6d6c222065>.15 F .026 +<7874656e73696f6e20617070656e646564206175746f6d61746963616c6c79>-.15 F +5.026<2e53>-.65 G .026<65652061626f>-5.026 F .326 -.15<76652066>-.15 H +.026<6f72206164646974696f6e616c206f7074696f6e73207468617420636f6e74726f +6c20746865>.15 F<636f6e74656e74206f6620746865208c6c652e>148 172.8 Q F1 +108 189.6 Q 2.5<2c2d>-.55 G<2d76>-2.5 E +<6f7461626c65>-.1 E F0<5361>148 201.6 Q 1.738 -.15<76652074>-.2 H 1.438 +<686520726573756c74732061732061207261>.15 F 3.937<7756>-.15 G -.4<4f54> +-4.337 G 3.937<61626c652e204966>-.4 F 1.437 +<616e206f7574707574208c6c6520697320637265617465642069742077696c6c206861> +3.937 F 1.737 -.15<766520612022>-.2 H<2e76>.15 E 1.437<6f74222065>-.2 F +<7874656e73696f6e>-.15 E<617070656e646564206175746f6d61746963616c6c79> +148 213.6 Q<2e>-.65 E F1108 230.4 Q<2c2d2d747376>-.74 E F0<5361> +6.99 E 1.311 -.15<76652074>-.2 H 1.011 +<686520726573756c74732061732061207461622d7365706172617465642d76>.15 F +1.012<616c7565202854535629207461626c652e>-.25 F 1.012<496620616e206f7574 +707574208c6c6520697320637265617465642069742077696c6c206861>6.012 F 1.312 +-.15<76652061>-.2 H<222e747376222065>148 242.4 Q +<7874656e73696f6e20617070656e646564206175746f6d61746963616c6c79>-.15 E +<2e>-.65 E F1108 259.2 Q +<6f6f743e206f72202d2d6f75747075743d3c72>-.18 E<6f6f743e>-.18 E F0 .349 +<5365742074686520726f6f74206f6620746865206f7574707574206e616d652e>148 +271.2 R .349<54686520726573657276>5.349 F .349<65642076>-.15 F .349<616c +756520272d272074656c6c7320746865207461736b20746f20777269746520746f207468 +65207374616e64617264206f75742d>-.25 F<7075742e>148 283.2 Q F1 +108 300 Q F0<5361>148 312 Q .685 -.15<76652074>-.2 H +.385<686520726573756c7473207772617070656420584d4c208c6c65206f6620746865 +207261>.15 F 2.886<7756>-.15 G -.4<4f54>-3.286 G .386 +<61626c6520726573756c74732e>-.4 F .386 +<496620616e206f7574707574208c6c6520697320637265617465642069742077696c6c> +5.386 F<6861>148 324 Q .583 -.15<766520612022>-.2 H .283<2e786d6c222065> +.15 F .283 +<7874656e73696f6e20617070656e646564206175746f6d61746963616c6c79>-.15 F +5.282<2e54>-.65 G .282<686520584d4c20646f63756d656e742077696c6c2067> +-5.282 F .282<617468657220616c6c2074686520696e6469>-.05 F<7669642d>-.25 +E .42<75616c2056>148 336 R -.4<4f54>-.4 G .421<61626c6520726573756c7420 +8c6c657320746f20612073696e676c6520584d4c20646f63756d656e742c207768657265 +206561636820656e74727920697320777261707065642062792074686520656c656d656e +74>-.4 F F2<3c56>148 348 Q -.4<4f54>-.3 G<41424c455f454e5452>-.1 E<593e> +-.18 E F0 5.287<2e54>C .287 +<686572652077696c6c20626520746872656520617474726962>-5.287 F<757465733a> +-.2 E F2<737663>5.287 E F0 .286 +<77696c6c2062652074686520646174612073657276696365206e616d652c>2.786 F F2 +<6f626a>2.786 E F0<77696c6c>2.786 E 1.271<626520746865206f626a656374206e +616d652028696620737570706c696564292c20616e6420746865>148 360 R F2 +<696e6465>3.771 E<78>-.2 E F0<617474726962>3.771 E 1.271<757465206769> +-.2 F 1.271<76696e6720616e20696e6465>-.25 F 3.772<7869>-.15 G 1.272 +<6e746f2074686520726573756c74732e>-3.772 F<54686973>6.272 E<696e6465>148 +372 Q 5.3<786c>-.15 G 2.8 +<6973742069732063726561746564206279206c6f6f70696e67206f>-5.3 F -.15 +<7665>-.15 G 5.3<7265>.15 G 2.8<61636820736572766963652c20616e6420666f72 +206561636820736572766963652c206c6f6f70696e67206f>-5.3 F -.15<7665>-.15 G +5.3<7274>.15 G<6865>-5.3 E<6f626a6563742f706f736974696f6e206c6973742e> +148 384 Q F1108 400.8 Q F0 .392<45787472616374 +20706f736974696f6e616c20616e642061636365737320696e666f726d6174696f6e2074 +6f2065>148 412.8 R .393<78747261206f7574707574208c6c65732e>-.15 F .393 +<427920646566>5.393 F .393 +<61756c7420626f7468208c6c65732077696c6c20626520777269742d>-.1 F .768 +<74656e2c207573696e67>148 424.8 R F2<2d2d65>3.268 E<787472>-.2 E +<6163743d706f73>-.15 E F0 .767<77696c6c207772697465206f6e6c792074686520 +706f736974696f6e616c20696e666f726d6174696f6e208c6c652c207573696e67>3.268 +F F2<2d2d65>3.267 E<787472>-.2 E<6163743d75726c73>-.15 E F0<77696c6c> +3.267 E .911<777269746520746865206163636573732055524c73206f6e6c79>148 +436.8 R 5.912<2e41>-.65 G .912 +<63636573732055524c7320617265207772697474656e206f6e652d706572>-5.912 F +.912<2d6c696e6520746f2061208c6c652077697468207468652073616d6520726f6f74> +-.2 F .818<6e616d6520617320746865206d61696e206f75747075742062>148 448.8 +R .818<75742077697468206120222e75726c73222065>-.2 F 3.317 +<7874656e73696f6e3b20506f736974696f6e616c>-.15 F .817 +<696e666f726d6174696f6e206973207772697474656e20746f2061208c6c65>3.317 F +.13<77697468206120222e706f73222065>148 460.8 R .13<7874656e73696f6e2061 +6e642077696c6c20636f6e7461696e20746872656520636f6c756d6e73206d6164652075 +70206f6620746865206964656e74698c6572202874686520636f6c756d6e2077697468> +-.15 F<746865>148 472.8 Q F2<49445f4d41494e>5.624 E F0 3.124 +<756364292c20524120616e64204465632028746865>5.624 F F2 +<504f535f45515f52415f4d41494e>5.624 E F0<616e64>5.624 E F2 +<504f535f45515f4445435f4d41494e>5.624 E F0<756364>5.624 E .138 +<636f6c756d6e73207265737065637469>148 484.8 R -.15<7665>-.25 G 2.638 +<6c79292e204966>.15 F .139<7468657365207563647320617070656172206d6f7265 +207468616e206f6e636520696e2061207461626c652c20746865208c727374206f636375 +7272616e63652077696c6c206265>2.638 F<757365642e>148 496.8 Q +<4164646974696f6e616c6c79>148 520.8 Q 3.1<2c74>-.65 G<6865>-3.1 E F2 +<2d2d65>3.1 E<787472>-.2 E<6163743d686561646572>-.15 E<73>-.1 E F0 +<616e64>3.1 E F2<2d2d65>3.099 E<787472>-.2 E<6163743d6b6d6c>-.15 E F0 +.599<8d616773206d617920626520746f20746f2073706563696679207468652048544d +4c20616e64>3.099 F 4.556<4b4d4c206f7574707574206265207772697474656e2074 +6f208c6c6573207769746820222e68746d6c2220616e6420222e6b6d6c222065>148 +532.8 R 4.556<7874656e73696f6e73207265737065637469>-.15 F -.15<7665>-.25 +G<6c79>.15 E 9.556<2e54>-.65 G<6865>-9.556 E F2<2d2d65>148 544.8 Q +<787472>-.2 E<6163743d4b4d4c>-.15 E F0 1.073<8d61672077696c6c2063617573 +65206d756c74692d7265736f7572636520616e642f6f72206d756c74692d6f626a656374 +207175657269657320746f20626520636f6c6c656374656420696e746f2061>3.574 F +.344<73696e676c65204b4d4c208c6c652e>148 556.8 R .344 +<54686520666f726d61742d73706563698c63>5.344 F F2<2d2d6b6d6c3c6f70743e> +2.844 E F0<616e64>2.845 E F2<2d2d7765623c6f70743e>2.845 E F0 .345 +<8d6167732077696c6c206170706c7920746f207468657365208c6c65732e>2.845 F +<41>148 568.8 Q F2<2d2d65>3.316 E<787472>-.2 E<6163743d786d6c>-.15 E F0 +.816<8d61672077696c6c20666f72636520746865206f757470757420666f726d617420 +746f206265207261>3.316 F 3.316<7756>-.15 G -.4<4f54>-3.716 G .816 +<61626c6520616e642067>-.4 F .816 +<61746865722074686520726573756c747320746f2061>-.05 F +<73696e676c6520584d4c20646f63756d656e74202873656520746865>148 580.8 Q F2 +<2d58>2.5 E F0<6f7074696f6e292e>2.5 E .434<4e6f746520746861742074686520 +55524c73208c6c652063616e206265207573656420746f206c6174657220616363657373 +207468652064617461202870657268617073206166746572207375622d73656c65637469 +6e672066726f6d20746865>148 604.8 R<7461626c65206261736564206f6e20736f6d +65206372697465726961292062792063616c6c696e6720746865207461736b206167>148 +616.8 Q<61696e207573696e6720746865208c6c656e616d6520617320746865206f6e6c +79206172>-.05 E<67756d656e742e>-.18 E F1108 633.6 Q +-.1<7665>-.25 G F0 .793<496620656e61626c65642c2074686973208d61672074656c +6c7320746865207461736b206e6f7420746f207361>148 645.6 R 1.093 -.15 +<76652072>-.2 H .793<6573756c747320746f206c6f63616c206469736b2e>.15 F +.793<53746174757320616e6420726573756c7420696e666f726d6174696f6e>5.793 F< +77696c6c20636f6e74696e756520746f206265207072696e74656420746f207468652073 +637265656e2c2062>148 657.6 Q<7574206e6f206461746120617265207361>-.2 E +-.15<7665>-.2 G 2.5<6474>.15 G 2.5<6f64>-2.5 G<69736b2e>-2.5 E F1 +108 674.4 Q F0<5175696574206d6f64652e>148 686.4 Q +<537570707265737320616e>5 E 2.5<7965>-.15 G +<787472616e656f7573206f757470757420616e642077>-2.65 E +<61726e696e67206d657373616765732e>-.1 E F1108 703.2 Q +F0 -.15<466f>6.8 G +<726365207468652073706563698c65642055524c20746f20626520646f>.15 E +<776e6c6f616465642e>-.25 E<4e56>72 768 Q 2.5<4f56>-.4 G +<4f2d434c492050726f6a656374>-2.9 E<4a756c792032303037>126.345 E<35> +209.415 E 0 Cg EP +%%Page: 6 6 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.4<564f>72 48 S -.4<4441>.4 G -.93<5441>-.71 G +363.44<2831292056>.93 F<4f44>-.4 E -1.21 -1.11<41542041>-.4 H<283129> +1.11 E -.4<4441>108 84 S<4c32205175657279204f7074696f6e733a>.4 E/F1 10 +/Times-Bold@0 SF108 100.8 Q/F2 10/Times-Italic@0 SF +<62616e645f737472696e67>A F0 2.091 +<54686520737065637472616c2062616e6470617373206973206769>148 112.8 R -.15 +<7665>-.25 G 4.591<6e69>.15 G 4.591<6e72>-4.591 G 2.091 +<616e67652d6c69737420666f726d61742e>-4.591 F -.15<466f>7.091 G 4.592 +<72616e>.15 G 2.092 +<756d65726963616c2062616e64706173732074686520756e69747320617265>-4.592 F +-.1<7761>148 124.8 S -.15<7665>-.1 G .499<6c656e67746820696e2076>.15 F +.499<616375756d20696e20756e697473206f66206d65746572732e>-.25 F .498<5468 +6520737065637472616c2072657374206672616d65206d6179206f7074696f6e616c6c79 +206265207175616c698c6564206173>5.499 F<656974686572>148 136.8 Q F2 +<736f7572>2.813 E<6365>-.37 E F0<6f72>2.813 E F2<6f62736572766572>2.813 +E F0 2.813<2c73>C .313 +<706563698c656420617320612072616e67652d6c697374207175616c698c6572>-2.813 +F 5.314<2e42>-.55 G .314 +<616e6470617373206e616d657320617265206f6674656e206e6f742075736566756c> +-5.314 F .065<666f7220737065637472612028746865>148 148.8 R 2.564<7961> +-.15 G .064<72652070726f6261626c79206d6f72652075736566756c20666f7220696d +616765206f722074696d65207365726965732064617461292062>-2.564 F .064 +<757420746865726520617265206361736573207768657265>-.2 F<746865>148 160.8 +Q 2.5<7961>-.15 G +<72652075736566756c20666f7220737065637472612c20666f722065>-2.5 E +<78616d706c6520666f7220612076>-.15 E<656c6f6369747920737065637472756d20 +6f6620612073706563698c6320656d697373696f6e206c696e652e>-.15 E F1 +108 177.6 Q F2<74696d655f737472696e67>A F0 .935 +<5468652074696d6520636f>148 189.6 R -.15<7665>-.15 G .935<72616765202865 +706f6368292073706563698c656420696e2072616e67652d6c69737420666f726d206173 +2064658c6e656420696e2073656374696f6e20382e372e322c20696e2049534f20383630 +31>.15 F .903<666f726d61742e204966207468652074696d652073797374656d207573 +6564206973206e6f742073706563698c65642055544320697320617373756d65642e2054 +68652076>148 201.6 R .903<616c75652073706563698c6564206d61792062652061> +-.25 F .352<73696e676c652076>148 213.6 R .352<616c7565206f7220616e206f70 +656e206f7220636c6f7365642072616e67652e20496620612073696e676c652076>-.25 +F .352<616c75652069732073706563698c6564206974206d61746368657320616e>-.25 +F 2.853<7973>-.15 G .353<7065637472756d20666f72>-2.853 F 1.184 +<7768696368207468652074696d6520636f>148 225.6 R -.15<7665>-.15 G 1.184 +<7261676520696e636c75646573207468652073706563698c65642076>.15 F 1.184 +<616c75652e2049662061207477>-.25 F 3.684<6f76>-.1 G 1.183 +<616c7565642072616e6765206973206769>-3.934 F -.15<7665>-.25 G 1.183 +<6e2c20612064617461736574>.15 F<6d61746368657320696620616e>148 237.6 Q +2.5<7970>-.15 G<6f7274696f6e206f66206974206f>-2.5 E -.15<7665>-.15 G +<726c61707320746865206769>.15 E -.15<7665>-.25 G 2.5<6e74>.15 G +<656d706f72616c207265>-2.5 E<67696f6e2e>-.15 E/F3 10.95/Times-Bold@0 SF +<4445534352495054494f4e>72 290.4 Q F0<546865>108 302.4 Q F1 -.1<766f> +2.752 G<64617461>.1 E F0 .252<7461736b20616c6c6f>2.752 F .252 +<77732061207573657220746f20717565727920616e64206163636573732056>-.25 F +2.752<4f64>-.4 G .252<61746120666f72206d756c7469706c65207265736f75726365 +7320616e64206f626a656374732066726f6d2061206465736b2d>-2.752 F +<746f70206f7220736372697074696e6720656e>108 314.4 Q 2.5 +<7669726f6e6d656e742e204279>-.4 F +<64657369676e2c20746865207461736b20696e74657266>2.5 E +<616365206973206d65616e7420746f2070726f>-.1 E +<766964652074686520666f6c6c6f>-.15 E<77696e672066656174757265733a>-.25 E +F1108 343.2 Q F0 .665<5265736f75726365732028692e652e2064617461207365 +72766963657329206d617920626520726566657272656420746f207573696e672061206d +6f72652066>14.3 F<616d696c696172>-.1 E F2<53686f72744e616d65>3.164 E F0 +.664<64657369676e6174696f6e2c206f7220616e>3.164 F<4956>128 355.2 Q 2.578 +<4f69>-.4 G<64656e74698c6572>-2.578 E 2.578<2c65>-.4 G .078 +<6974686572206f662077686963682077696c6c206265207265736f6c76>-2.578 F +.078<656420746f20612073706563698c63>-.15 F F2<5365727669636555524c>2.578 +E F0 .078<696e7465726e616c6c79207573696e6720746865204469726563746f7279> +2.578 F<2e>-.65 E F1108 372 Q F0 .556<4f626a656374206e616d6573206d61 +79206265207573656420746f207370656369667920746865206c6f636174696f6e206f66 +20612064617461207175657279>14.3 F 3.056<2c74>-.65 G .556 +<686520706f736974696f6e2077696c6c206265207265736f6c76>-3.056 F .556 +<656420696e746572>-.15 F<2d>-.2 E<6e616c6c79207573696e6720746865>128 384 +Q F2<536573616d65>2.5 E F0<77656220736572766963652e>2.5 E F1108 +400.8 Q F0 1.246 +<4f7574707574208c6c6573206d6179206265206372656174656420696e20612076>14.3 +F 1.246<617269657479206f6620636f6d6d6f6e20666f726d61747320656173696c7920 +6d616e6970756c617465642077697468206f74686572206465736b746f70>-.25 F +<746f6f6c732e>128 412.8 Q F1108 429.6 Q F0<4d756c7469706c6520726573 +6f757263657320616e64206f626a65637473207368616c6c206265207175657269656420 +696e20706172616c6c656c207768656e20706f737369626c6520746f206f7074696d697a +6520746865207461736b2e>14.3 E F1108 446.4 Q F0<44617461207265666572 +656e63656420696e206120717565727920726573706f6e73652073686f756c6420626520 +61636365737369626c6520627920746865207461736b206175746f6d61746963616c6c79> +14.3 E<2e>-.65 E F1108 463.2 Q F0 .952 +<54686520636f6d6d616e642d6c696e6520696e74657266>14.3 F .951 +<6163652073686f756c6420626520617320667269656e646c7920616e64206173208d65> +-.1 F .951<7869626c6520617320706f737369626c6520746f20616c6c6f>-.15 F +3.451<7774>-.25 G .951<6865207461736b20746f206265>-3.451 F +<7573656420696e206d756c7469706c652077>128 475.2 Q<6179732e>-.1 E .258 +<546865207461736b2073686f756c6420717569636b6c79206265636f6d652066>108 +504 R .259<616d696c69617220746f20757365727320616e64206973206d65616e7420 +6f70657261746520696e20636f6e63657274207769746820746865>-.1 F F1 -.1 +<766f>2.759 G<646972>.1 E<6563746f7279>-.18 E F0<616e64>2.759 E F1 -.1 +<766f>108 516 S<736573616d65>.1 E F0 .858<7461736b7320746f20616c6c6f> +3.358 F 3.358<776e>-.25 G -.15<6f76>-3.358 G .858 +<69636520757365727320746f206265>.15 F .858<67696e20746f2065>-.15 F .858< +78706c6f726520666f722064617461207265736f757263657320746f2062652075736564 +20696e20746865208c6e616c207175657279>-.15 F<2e>-.65 E .453 +<536f6d65206f6620746865208d65>108 528 R .453 +<786962696c697479206f6620746865207461736b2069732073686f>-.15 F .454 +<776e20696e20746865204578616d706c65732073656374696f6e2062656c6f>-.25 F +4.254 -.65<772e204d>-.25 H .454 +<616a6f7220636f6e6365707473206f6620746865207461736b20617265>.65 F +<64657461696c65642062656c6f>108 540 Q 2.5<7761>-.25 G 2.5<7377>-2.5 G +<656c6c2e>-2.5 E F1<4172>87 580.8 Q<67756d656e742050>-.1 E<617273696e67> +-.1 E F0<546865206d65616e696e67206f66207468652076>108 592.8 Q +<6172696f757320636f6d6d616e642d6c696e65206172>-.25 E +<67756d656e74732069732064657461696c65642062656c6f>-.18 E<773a>-.25 E F2 +<3c72>108 621.6 Q<65736f7572>-.37 E<63653e>-.37 E F0<546865>148 633.6 Q +F2<53686f72744e616d65>2.794 E F0<6f72>2.794 E F2<4964656e74698c6572> +2.794 E F0 .294<6f6620612064617461207265736f7572636520746f20626520717565 +726965642c206120636f6d6d612d64656c696d69746564206c697374206f662065697468 +6572>2.794 F 2.793<2c6f>-.4 G<72>-2.793 E .8 +<746865206e616d65206f662061208c6c6520636f6e7461696e696e6720656974686572> +148 645.6 R 5.8<2e54>-.55 G .8 +<68657365206e616d65732077696c6c206265207265736f6c76>-5.8 F .8 +<656420746f2061206461746120736572766963652055524c207573696e67>-.15 F +1.062<746865204469726563746f7279>148 657.6 R 6.062<2e54>-.65 G<6865> +-6.062 E F2<2d73>3.562 E F0 1.062<6f7074696f6e206d6179206265207573656420 +746f20737065636966792061206e6f6e2d7265>3.562 F<6769737465726564>-.15 E +F2<5365727669636555524c>3.562 E F0 1.062<7468617420746865207461736b> +3.562 F<6d6179207573652c20686f>148 669.6 Q<7765>-.25 E -.15<7665>-.25 G +2.5<7274>.15 G<6865>-2.5 E F2<2d74>2.5 E F0<6f7074696f6e206973207468656e +20616c736f20726571756972656420746f2073706563696679207468652074797065206f +6620736572766963652e>2.5 E F2<3c6f626a6e616d653e>108 686.4 Q F0 .562<54 +6865206e616d65206f6620616e206f626a6563742c206120636f6d6d612d64656c696d69 +746564206c697374206f66206f626a656374206e616d65732c206f7220746865206e616d +65206f662061208c6c6520636f6e7461696e696e67>148 698.4 R .907 +<6f626a656374206e616d65732e>148 710.4 R .907<54686520636f6f7264696e6174 +6573206f662065616368206f626a6563742077696c6c206265207265736f6c76>5.907 F +.906<656420746f206120706f736974696f6e207072696f7220746f2070726f63657373 +696e67>-.15 F .835<7573696e6720746865>148 722.4 R F2<536573616d65>3.335 +E F0 .835<6e616d65207265736f6c76>3.335 F .835<657220736572766963652e> +-.15 F .835<416e206572726f722077696c6c2062652072657475726e65642069662061 +6e206f626a656374206e616d652063616e6e6f74206265>5.835 F<4e56>72 768 Q 2.5 +<4f56>-.4 G<4f2d434c492050726f6a656374>-2.9 E<4a756c792032303037>126.345 +E<36>209.415 E 0 Cg EP +%%Page: 7 7 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.4<564f>72 48 S -.4<4441>.4 G -.93<5441>-.71 G +363.44<2831292056>.93 F<4f44>-.4 E -1.21 -1.11<41542041>-.4 H<283129> +1.11 E<7265736f6c76>148 84 Q<65642c20616e642074686174206f626a6563742077 +696c6c20626520736b69707065642e>-.15 E/F1 10/Times-Italic@0 SF<3c72>108 +100.8 Q<613e203c6465633e>-.15 E F0 .347<546865204a323030302065717561746f +7269616c20524120616e642044656320706f736974696f6e20746f207468652073656172 +636865642e>148 112.8 R -1.11<5661>5.347 G .346<6c756573206769>1.11 F +-.15<7665>-.25 G 2.846<6e61>.15 G 2.846<738d>-2.846 G .346 +<6f6174696e6720706f696e742076>-2.846 F<616c756573>-.25 E .724 +<61726520617373756d656420746f20626520696e20646563696d616c206465>148 +124.8 R .724<67726565732c207365>-.15 F .724<7861676573696d616c2076>-.15 +F .725<616c7565732061726520617373756d656420746f2062652065717561746f7269 +616c2052412f446563>-.25 F 2.557<706f736974696f6e732e205365>148 136.8 R +.057<7861676573696d616c2076>-.15 F .057 +<616c756573206d6179206265206f662074686520666f726d>-.25 F F1 +<68683a6d6d3a73732e73>2.556 E F0<6f72>2.556 E F1<68683a6d6d2e6d>2.556 E +F0 .056<666f722052412c206f72>2.556 F F1<64643a6d6d3a73732e73>2.556 E F0 +<6f72>148 148.8 Q F1<64643a6d6d2e6d>2.5 E F0<666f72204465632e>2.5 E<4f6e +6c79206f6e6520636f6f7264696e6174652070616972206d61792062652073706563698c +6564206f6e2074686520636f6d6d616e646c696e652e>5 E F1<3c73723e>108 165.6 Q +F0 .73<546865207365617263682073697a6520666f7220746865206461746120717565 +72792073706563698c656420696e20646563696d616c206465>18.72 F 3.23 +<67726565732e20546865>-.15 F<646566>3.23 E .73 +<61756c742073697a65206f6620302e31206465>-.1 F<6772656573>-.15 E .741<77 +696c6c20626520757365642069662074686973206973206e6f742073706563698c656420 +6f6e2074686520636f6d6d616e64206c696e652e>148 177.6 R<546865>5.74 E F1 +<2d72>3.24 E<73>-.1 E F0<616e64>3.24 E F1<2d726d>3.24 E F0 .74 +<6f7074696f6e73206d61792062652075736564>3.24 F 1.028<737065636966792074 +68652073697a6520696e20617263207365636f6e647320616e64206d696e757465732072 +65737065637469>148 189.6 R -.15<7665>-.25 G<6c79>.15 E 6.028<2e54>-.65 G +<6865>-6.028 E F1<2d69>3.528 E F0 1.028 +<6f7074696f6e206d6179206265207573656420746f2073706563696679>3.528 F +1.998<636f6d6d616e642d6c696e6520696e707574206f7074696f6e732c207768657265 +206561636820636f6d6d616e642d6c696e652063616e20696e636c756465206120646966> +148 201.6 R 1.997<666572656e742076>-.25 F 1.997 +<616c756520666f7220746865>-.25 F +<7365617263682073697a652c206f7468657277697365206f6e6c79206f6e652076>148 +213.6 Q<616c756520697320616c6c6f>-.25 E<7765642e>-.25 E F1<3c75726c3e> +108 230.4 Q F0 2.5<4173>14.83 G<696e676c652055524c2c206f7220746865206e61 +6d65206f662061208c6c6520636f6e7461696e696e672055524c73206c6973746564206f +6e6520706572206c696e652e>-2.5 E/F2 10/Times-Bold@0 SF +<4d756c74692d546872>87 271.2 Q<65616420616e64204d756c74692d5072>-.18 E +<6f636573732044617461205175657279696e67>-.18 E F0 .466<416c6c2064617461 +20717565726965732072657175697265206174206c65617374206f6e65>108 283.2 R +F1 -.37<7265>2.967 G<736f7572>.37 E<6365>-.37 E F0 .467<616e64206f6e65> +2.967 F F1<736f7572>2.967 E<6365>-.37 E F0 .467 +<746f206265207375636365737366756c2e>2.967 F<546865>5.467 E F1 -.37<7265> +2.967 G<736f7572>.37 E<6365>-.37 E F0 .467<64658c6e65732061207370652d> +2.967 F .845<63698c632064617461207365727669636520746f206265207175657269 +65642c20616e6420746865>108 295.2 R F1<736f7572>3.345 E<6365>-.37 E F0 +.845<69732065697468657220616e2065>3.345 F .845 +<78706c6963697420706f736974696f6e206f6e2074686520736b>-.15 F 3.344<796f> +-.15 G 3.344<7274>-3.344 G .844<6865206e616d65206f6620616e>-3.344 F +1.552<6f626a65637420746861742063616e206265207265736f6c76>108 307.2 R +1.552<656420746f206120706f736974696f6e2e>-.15 F 1.553<4164646974696f6e61 +6c20706172616d657465727320746f207468652071756572792061726520757365642074 +6f2073706563696679206f74686572>6.552 F .997<6f7074696f6e732c2062>108 +319.2 R .996<757420696e20657373656e636520656163682064617461207175657279 +206973207472616e736c6174656420746f20612073696e676c652055524c207468617420 +6d7573742062652061636365737365642062792074686520636c69656e74>-.2 F 3.399 +<7461736b2e20496e>108 331.2 R 3.399<6163>3.399 G<6f6d706c65>-3.399 E +3.399<7871>-.15 G<75657279>-3.399 E 3.399<2c6c>-.65 G .899<69737473206f +66207265736f7572636520616e642f6f72206f626a656374732063726561746520612070 +6f74656e7469616c6c79206c6172>-3.399 F .9 +<6765206d6174726978206f6620717565726965732074686174>-.18 F .455 +<6d757374206265206d6164652028692e652e>108 343.2 R F1 +<4e2d7365727669636573>5.455 E F0<6279>2.955 E F1<4e2d6f626a65637473> +2.955 E F0 .455<696e20746f74616c292e>2.955 F .454 +<426563617573652061206c6172>5.454 F .454 +<6765206672616374696f6e206f66207468652074696d65207370656e7420696e2077> +-.18 F<616974696e67>-.1 E .629 +<666f72206120717565727920746f208c6e69736820697320696e2077>108 355.2 R +.629<616974696e6720666f72207468652073657276>-.1 F .63<657220746f20726573 +706f6e642c207765206172652061626c6520746f2072756e206d756c7469706c65207175 +65726965732073696d756c74616e652d>-.15 F +<6f75736c7920776974686f75742073617475726174696e67206f7572206e657477>108 +367.2 Q<6f726b2062616e64776964746820696e206d6f73742063617365732e>-.1 E +<546865>108 384 Q F2 -.1<766f>3.255 G<64617461>.1 E F0 .754<7461736b2077 +696c6c20706172616c6c656c697a6520746865206c697374206f66207365727669636573 +20746f20626520717565726965642062792072756e6e696e672061207365706172617465 +2070726f63657373696e67>3.255 F F1<746872>3.254 E<656164>-.37 E F0 1.151< +28692e652e2061206c696768747765696768742070726f636573732072756e6e696e6720 +696e20706172616c6c656c2077697468696e20746865206d61696e206170706c69636174 +696f6e2920666f722065616368206f662074686520736572766963657320746f206265> +108 396 R 2.553<63616c6c65642e2054686973>108 408 R<616c6c6f>2.553 E .053 +<7773207175657269657320746f20646966>-.25 F .053<666572656e742073657276> +-.25 F .053<65727320746f2062652072756e20696e20706172616c6c656c2c20616e64 +2073696e63652074686573652073657276>-.15 F .052 +<6572732077696c6c206f6674656e20726573696465>-.15 F 1.695 +<6f6e206d756c7469706c65206d616368696e65732074686520636c69656e742077>108 +420 R<6f6e27>-.1 E 4.195<7469>-.18 G 1.695<6d7061637420616e>-4.195 F +4.195<796f>-.15 G 1.695<6e6520646174612070726f>-4.195 F 1.695 +<766964657220746f6f206261646c79>-.15 F 6.696<2e49>-.65 G 4.196<6e61> +-6.696 G 1.696<64646974696f6e2c20746865206c697374206f66>-4.196 F .569<6f +626a6563747320746f206265207175657269656420617420656163682073657276696365 +2077696c6c2062652062726f6b>108 432 R .569<656e20757020696e746f206d756c74 +69706c65206368696c642070726f63657373657320616e642063616c6c65642073696d75 +6c74616e652d>-.1 F<6f75736c79>108 444 Q 5.358<2e54>-.65 G .358 +<68697320616c6c6f>-5.358 F .358<77732c20666f722065>-.25 F .358<78616d70 +6c652c203130206f626a6563747320746f20626520717565726965642066726f6d203320 +736572766963657320286120746f74616c206f662033302071756572696573292073696d +756c74616e652d>-.15 F<6f75736c79>108 456 Q<2e>-.65 E<546865>108 472.8 Q +F1<2d2d6d6178746872>2.516 E<656164733d3c4e3e6d74>-.37 E F0 .015<6f707469 +6f6e2063616e206265207573656420746f2073657420746865206d6178206e756d626572 +206f66207468726561647320746f206265206372656174656420666f722070726f636573 +73696e67>2.516 F .81 +<746865207265736f75726365206c697374202874686520646566>108 484.8 R .81 +<61756c74206973203230292e>-.1 F .81 +<496620746865207265736f75726365206c697374206973206c6172>5.81 F .811 +<676572207468616e20746869732076>-.18 F .811 +<616c75652c20746865206c6973742077696c6c2062652070726f636573736564>-.25 F +.883<77697468206e6f206d6f7265207468616e20746865206d6178206e756d62657220 +72756e6e696e6720617420616e>108 496.8 R 3.383<796f>-.15 G .883 +<6e652074696d6520756e74696c20616c6c207265736f7572636573206861>-3.383 F +1.182 -.15<76652062>-.2 H .882<65656e20717565726965642e>.15 F +<53696d692d>5.882 E<6c61726c79>108 508.8 Q 2.678<2c74>-.65 G<6865>-2.678 +E F1<2d2d6d61787072>2.678 E<6f63733d3c4e3e>-.45 E F0 .178<6f7074696f6e20 +63616e206265207573656420746f2073657420746865206e756d626572206f6620636869 +6c642070726f63657373657320746f206265206372656174656420746f2070726f636573 +73>2.678 F .287<746865206f626a656374206c697374202874686520646566>108 +520.8 R .287<61756c74206973203130292e>-.1 F .286 +<5768656e2073657474696e672074686573652076>5.286 F .286<616c756573206974 +20697320696d706f7274616e7420746f2072656d656d6265722074686174207468652074 +6f74616c206e756d2d>-.25 F .302<626572206f66>108 532.8 R F1 +<706f74656e7469616c>2.802 E F0 .303<70726f6365737365732072756e6e696e6720 +6f6e20796f7572206d616368696e652077696c6c206265207468652070726f6475637420 +6f6620746865736520746f2076>2.802 F 2.803<616c7565732e20546865>-.25 F +<646566>2.803 E .303<61756c742076>-.1 F<616c2d>-.25 E +<756573207765726520656d7069726963616c6c7920666f756e6420746f2077>108 +544.8 Q<6f726b20726561736f6e61626c792077656c6c206f6e206d6f7374206d6f6465 +726e206d616368696e65732e>-.1 E<4164646974696f6e616c6c79>108 561.6 Q +2.876<2c69>-.65 G 2.876<7469>-2.876 G 2.876<7377>-2.876 G .376<6f727468 +20636f6e7369646572696e672074686520706f74656e7469616c2073747261696e207468 +61742063616e20626520707574206f6e20646174612070726f>-2.976 F .375 +<76696465727327206d616368696e6573206265666f7265>-.15 F 1.375 +<6368616e67696e672074686573652073657474696e67732e>108 573.6 R 1.375 +<546865206c6172>6.375 F 1.376 +<6765206d616a6f72697479206f6620436f6e6520736572766963657320666f722065> +-.18 F 1.376 +<78616d706c6520636f6d652066726f6d20612073696e676c652073657276>-.15 F +1.376<6572206174>-.15 F 1.46<4845415341524320616e64206f>108 585.6 R -.15 +<7665>-.15 G 1.46<726c6f6164696e67207468652073657276>.15 F 1.459<657220 +776974682068756e6472656473206f6620726571756573747320746f206d756c7469706c +65207265736f75726365732069742070726f>-.15 F 1.459<7669646573206d6179> +-.15 F .677<726573756c7420696e20612066>108 597.6 R .677 +<61696c6564207265717565737420616e6420776861742077>-.1 F .677 +<6f756c642061707065617220746f206265206e6f20646174612e>-.1 F .677 +<4f6e652073686f756c6420636f6e7369646572207573696e6720746865>5.677 F F1 +<2d69>3.177 E F0 .678<8d61672061732061>3.178 F .406 +<6d65616e7320746f2071756572792061206c6172>108 609.6 R .406 +<6765206f626a656374206c697374206167>-.18 F .405<61696e73742061207265736f +75726365206c69737420737563682074686174206f6e6c7920746865206f626a65637420 +70726f63657373696e6720697320706172616c6c656c697a6564>-.05 F +<616e64207468652073657276>108 621.6 Q +<6572206c6f6164206973206d696e696d697a65642028536565207468652065>-.15 E +<78616d706c652062656c6f>-.15 E<77292e>-.25 E F2 +<4f75747075742046696c656e616d652047656e65726174696f6e>87 662.4 Q F0 +<546865>108 674.4 Q F1<2d4f>3.564 E F0 1.064<6f7074696f6e206d6179206265 +207573656420746f20737065636966792074686520726f6f742070617274206f66206f75 +74707574208c6c6573206372656174656420627920612064617461207175657279>3.564 +F 6.064<2e48>-.65 G -.25<6f77>-6.064 G -2.15 -.25<65762065>.25 H 1.864 +-.4<722c2074>.25 H<6f>.4 E .222<67756172616e74656520746861742061206d756c +74692d736572766963652c20616e642f6f72206d756c74692d6f626a6563742071756572 +7920646f65736e27>108 686.4 R 2.721<746f>-.18 G -.15<7665>-2.871 G .221< +72777269746520612073696e676c65206f7574707574208c6c652c20746865208c6c656e +616d65>.15 F .472<726f6f742077696c6c20616c736f20696e636c75646520746865> +108 698.4 R F1<706964>2.972 E F0 .472<2870726f6365737320494429206f662074 +6865207461736b207468617420637265617465642069742e>2.972 F -.15<466f>5.473 +G 2.973<726173>.15 G .473 +<696e676c65207365727669636520616e64206f626a656374207175657279>-2.973 F +<6e6f>108 710.4 Q F1<706964>3.092 E F0 .591<77696c6c20626520757365642061 +732070617274206f6620746865208c6c656e616d652e>3.092 F .591<54686973207363 +68656d652067756172616e7465657320756e69717565206f7574707574208c6c65732061 +63726f7373207468652076>5.591 F<6172696f7573>-.25 E<70726f63657373696e67 +207363656e6172696f732c20776974682073696d696c617220726f6f74206e616d657320 +666f72206d756c7469706c65208c6c6573206173736f6369617465642077697468206120 +73706563698c63207175657279>108 722.4 Q<2e>-.65 E<4e56>72 768 Q 2.5<4f56> +-.4 G<4f2d434c492050726f6a656374>-2.9 E<4a756c792032303037>126.345 E<37> +209.415 E 0 Cg EP +%%Page: 8 8 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.4<564f>72 48 S -.4<4441>.4 G -.93<5441>-.71 G +363.44<2831292056>.93 F<4f44>-.4 E -1.21 -1.11<41542041>-.4 H<283129> +1.11 E .351<4f7574707574207461626c6573206d617920626520637265617465642069 +6e2061206e756d626572206f6620666f726d61747320616e642077696c6c206c696b>108 +84 R -.25<6577>-.1 G .351<697365206861>.25 F .651 -.15<7665206578>-.2 H +.352<74656e73696f6e7320696e6469636174696e6720746865207461626c65>.15 F +3.516<747970652e20546865>108 96 R/F1 10/Times-Italic@0 SF<2d65>3.516 E +F0<2f>A F1<2d2d65>A<787472>-.2 E<616374>-.15 E F0 1.016<6f7074696f6e206d +617920637265617465206164646974696f6e616c208c6c657320666f7220656163682071 +75657279>3.516 F 3.515<2c61>-.65 G 1.015<6e6420746865>-3.515 F F1<2d67> +3.515 E F0<2f>A F1<2d2d67>A<6574>-.1 E F0 1.015 +<6f7074696f6e20746f20616363657373>3.515 F<646174612077696c6c2073696d696c +61726c7920637265617465206164646974696f6e616c208c6c65732e>108 108 Q<5468 +6520737472756374757265206f6620616e206f7574707574208c6c656e616d652069733a> +5 E F1<3c72>180 144 Q<6f6f743e5b5f3c7069643e5d2e3c65>-.45 E<78746e3e>-.2 +E F0 .72<546865206d65616e696e67206f66>108 168 R F1<3c7069643e>3.22 E F0 +<616e64>3.22 E F1<3c65>3.22 E<78746e3e>-.2 E F0<6861>3.22 E 1.02 -.15 +<76652062>-.2 H .72<65656e206469736375737365642061626f>.15 F -.15<7665> +-.15 G 5.721<2e49>.15 G 3.221<6674>-5.721 G<6865>-3.221 E F1<2d4f>3.221 +E F0 .721<6f7074696f6e2077>3.221 F .721<617320736574207468656e20746865> +-.1 F F1<3c72>3.221 E<6f6f743e>-.45 E F0 .795<70617274206f6620746865206e +616d652077696c6c2073696d706c7920626520746865206172>108 180 R .794 +<67756d656e74206769>-.18 F -.15<7665>-.25 G 3.294<6e74>.15 G 3.294<6f73> +-3.294 G .794<65742074686520726f6f74206e616d652e>-3.294 F .794 +<4f74686572776973652c20746865>5.794 F F1<3c72>3.294 E<6f6f743e>-.45 E F0 +<656c656d656e74>3.294 E<77696c6c206265206f662074686520666f726d3a>108 192 +Q F1<3c7376633e5f3c747970653e5f3c6f626a6e616d653e>180 216 Q +<3c7376633e5f3c747970653e5f3c696e6465>180 228 Q<783e>-.2 E F0<546865>108 +252 Q F1<3c7376633e>2.574 E F0 .074<69732064657269>2.574 F -.15<7665> +-.25 G 2.574<6466>.15 G .074 +<726f6d207468652073657276696365206e616d6520757365642c20746865>-2.574 F +F1<3c747970653e>2.574 E F0 .075<697320612073696e676c652d6368617261637465 +7220636f646520746f20696e646963617465207468652074797065>2.575 F<6f662073 +6572766963652075736564202827492720666f7220696d6167652c206f626a656374206e +616d65206f722074686520696e6465>108 264 Q 2.5<7869>-.15 G 2.5<6e616c>-2.5 +G<697374206f6620706f736974696f6e73206f66206e6f206f626a6563742077>-2.5 E +<61732073706563698c65642e>-.1 E/F2 10/Times-Bold@0 SF -1<5665>87 292.8 S +<72626f73697479>1 E F0<546865>108 304.8 Q F1<2d76>2.52 E F0<616e64>2.52 +E F1<2d7676>2.52 E F0 .02<6f7074696f6e732073657276>2.52 F 2.52<656164> +-.15 G .02 +<75616c20707572706f73653a2077697468696e20746865207461736b20746865>-2.52 +F 2.519<7973>-.15 G .019<657420746865206c65>-2.519 F -.15<7665>-.25 G +2.519<6c6f>.15 G 2.519<666f>-2.519 G .019<75747075742076>-2.519 F .019 +<6572626f7369747920696e207465726d73206f66>-.15 F 2.093 +<77686174206973207265706f7274656420647572696e672070726f63657373696e67> +108 316.8 R<2853696d696c61726c79>7.094 E 4.594<2c74>-.65 G<6865>-4.594 E +F1<2d71>4.594 E F0 2.094 +<6f7074696f6e2063616e206265207573656420746f207475726e206f66>4.594 F +4.594<666f>-.25 G 2.094<7574707574207265706f7274696e67>-4.594 F 3.606 +<656e746972656c79292e205468657365>108 328.8 R 1.106 +<8d6167732077696c6c20686f>3.606 F<7765>-.25 E -.15<7665>-.25 G 3.606 +<7261>.15 G 1.106<6c736f20696e637265617365207468652076>-3.606 F 1.106 +<616c7565206f6620746865>-.25 F F2<564552424f5345>3.606 E F0 1.106 +<706172616d657465722073656e7420746f207365727669636573>3.606 F .799 +<647572696e6720612064617461207175657279>108 340.8 R 5.799<2e54>-.65 G +.799<686520646566>-5.799 F .799<61756c742076>-.1 F .799<616c756520697320 +6174206c6561737420312c2077697468207468652068696768657374206c65>-.25 F +-.15<7665>-.25 G 3.3<6c62>.15 G .8<65696e6720332e>-3.3 F .8 +<5573696e6720746865>5.8 F F1<2d76>3.3 E F0 .8<8d61672073657473>3.3 F F2 +<564552424f53453d32>108 352.8 Q F0<616e64>2.5 E F1<2d7676>2.5 E F0 +<73657473>2.5 E F2<564552424f53453d33>2.5 E F0<2e>A .226 +<54686520564552424f5345206c65>108 369.6 R -.15<7665>-.25 G 2.726<6c63> +.15 G .226<616e20626520696d706f7274616e7420696e20616363657373696e672072 +6573756c7420636f6c756d6e732074686174206d6179206f6e6c79206265207265747572 +6e6564206174207468652068696768657374>-2.726 F<6c65>108 381.6 Q -.15 +<7665>-.25 G 2.736<6c2e205768656e>.15 F .236<7573696e6720746865>2.736 F +F1<2d6d>2.736 E F0<286f72>2.736 E F1<2d2d6d657461>2.736 E F0 2.737<298d> +C .237<616720746f207072696e742074686520636f6c756d6e206d657461646174612c +207468652076>-2.737 F .237 +<6572626f7365206f7074696f6e732077696c6c20616c736f206166>-.15 F<66656374> +-.25 E<74686520726573756c747320616e6420697420697320696d706f7274616e7420 +74686174207468652073616d652076>108 393.6 Q<6572626f73697479206265207365 +74207768656e20646f696e67207468652061637475616c20646174612071756572792061 +6e64206163636573732e>-.15 E F2<42616e647061737320616e6420536572>87 422.4 +Q<766963652054>-.1 E<79706520416c6961736573>-.74 E F0 +<546865207479706520636f6e73747261696e742028>108 434.4 Q F1<2d74>A F0 +<6f72>2.5 E F1<2d2d74797065>2.5 E F0 2.5<2961>C +<636365707473206f6e6c792074686520666f6c6c6f>-2.5 E<77696e67206172>-.25 E +<67756d656e74733a>-.18 E 66.62<636174616c6f6720436f6e65>118 458.4 R +<736561726368207365727669636573>2.5 E 71.06<696d6167652053696d706c65>118 +470.4 R<496d61676520416363657373207365727669636573>2.5 E 67.18 +<737065637472612053696d706c65>118 482.4 R +<537065637472616c20416363657373207365727669636573>2.5 E 76.06 +<7461626c652056>118 494.4 R<697a696572207365727669636573>-.6 E 60.89 +<3c6c69746572616c3e205265736f7572636554>118 506.4 R +<7970652066726f6d204469726563746f7279207265636f7264>-.8 E +<5468652062616e647061737320636f6e73747261696e742028>108 535.2 Q F1<2d62> +A F0<6f72>2.5 E F1<2d2d62616e6470617373>2.5 E F0 2.5<2961>C +<636365707473206f6e6c792074686520666f6c6c6f>-2.5 E<77696e67206172>-.25 E +<67756d656e74733a>-.18 E 71.61<526164696f204d696c6c696d65746572>118 +559.2 R<496e6672617265642028495229>65.22 E 66.06 +<4f70746963616c20556c747261>118 571.2 R<76696f6c65742028555629>-.2 E +<582d52617920287872617929>41.27 E<47616d6d612d5261792028475229>118 583.2 +Q -1.11<5661>108 607.2 S<6c75657320696e20706172656e74686573652061726520 +61636365707461626c6520616c69617365732e>1.11 E +<416c6c206d6174636865732061726520636173657320696e73656e73697469>5 E -.15 +<7665>-.25 G<2e>.15 E F2<52616e67652d4c6973742050>87 648 Q +<6172616d6574657273>-.1 E F0 .036 +<536f6d6520706172616d65746572732028666f722065>108 660 R .036 +<78616d706c652042>-.15 F .036 +<414e4420616e642054494d4529206d617920616c6c6f>-.35 F 2.536<776170>-.25 G +.036<6172616d657465722076>-2.536 F .036 +<616c756520746f2062652073706563698c65642061732061206e756d65726963>-.25 F +.515<72616e67652e20537563682072616e67652d76>108 672 R .515 +<616c75656420706172616d6574657273207573652074686520666f7277>-.25 F .516 +<61726420736c6173682028>-.1 F F1<2f>A F0 3.016<2963>C .516<686172616374 +65722061732074686520736570617261746f72206265747765656e20656c656d656e7473> +-3.016 F .806<6f66207468652072616e67652073706563698c636174696f6e20286173 +20696e207468652049534f203836303120646174652073706563698c636174696f6e2061 +66746572207768696368207468697320636f6e>108 684 R -.15<7665>-.4 G .806 +<6e74696f6e206973207061747465726e6564292e>.15 F -.15<466f>108 696 S +3.402<7265>.15 G<78616d706c652c>-3.552 E F1<35452d372f38452d37>3.402 E +F0 -.1<776f>3.402 G .902<756c64207370656369667920612072616e676520636f6e +73697374696e67206f6620616c6c2076>.1 F .903 +<616c7565732066726f6d2035452d3720746f2038452d372c20696e636c757369>-.25 F +-.15<7665>-.25 G 3.403<2e49>.15 G 3.403<6661>-3.403 G .636<746869726420 +8c656c642069732073706563698c6564206974206973206120737465702073697a652066 +6f7220747261>108 708 R -.15<7665>-.2 G .635<7273696e672074686520696e6469 +63617465642072616e67652e204966206120706172616d65746572207065726d69747320 +6120737465702073697a65>.15 F<7468652073656d616e74696373206f662074686520 +737465702073697a65206172652064658c6e6564206279207468652073706563698c6320 +706172616d65746572>108 720 Q<2e>-.55 E<4e56>72 768 Q 2.5<4f56>-.4 G +<4f2d434c492050726f6a656374>-2.9 E<4a756c792032303037>126.345 E<38> +209.415 E 0 Cg EP +%%Page: 9 9 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.4<564f>72 48 S -.4<4441>.4 G -.93<5441>-.71 G +363.44<2831292056>.93 F<4f44>-.4 E -1.21 -1.11<41542041>-.4 H<283129> +1.11 E 1.129<416e206f70656e2072616e6765206d61792062652073706563698c6564 +206279206f6d697474696e67206569746865722072616e67652076>108 84 R 1.129 +<616c75652e20496620746865208c7273742076>-.25 F 1.129 +<616c7565206973206f6d6974746564207468652072616e6765206973>-.25 F .565 +<6f70656e20746f>108 96 R -.1<7761>-.25 G .565<7264206c6f>.1 F .565 +<7765722076>-.25 F .565<616c7565732e20496620746865207365636f6e642076> +-.25 F .565<616c7565206973206f6d6974746564207468652072616e6765206973206f +70656e20746f>-.25 F -.1<7761>-.25 G .564<7264206869676865722076>.1 F +.564<616c7565732e204f6d697474696e67>-.25 F 1.132<626f74682076>108 108 R +1.133<616c75657320696e6469636174657320616e20696e8c6e6974652072616e676520 +7768696368206163636570747320616c6c2076>-.25 F 1.133<616c7565732e2046> +-.25 F 1.133<6f722065>-.15 F<78616d706c652c>-.15 E/F1 10/Times-Italic@0 +SF<2f35>3.633 E F0 1.133<697320616e206f70656e2072616e6765207768696368> +3.633 F .367<6163636570747320616c6c2076>108 120 R .367 +<616c756573206c657373207468616e206f7220657175616c20746f20352e2054>-.25 F +2.867<6f73>-.8 G .367<70656369667920616c6c2076>-2.867 F .367 +<616c756573206c657373207468616e20352c>-.25 F F1<2f34>2.867 E F0 -.1 +<776f>2.867 G .366<756c6420626520757365642028666f7220616e20696e7465>.1 F +<676572>-.15 E -.25<7661>108 132 S +<6c7565642072616e6765292e2052616e67652076>.25 E +<616c75657320617265206c696d6974656420746f206e756d657269632076>-.25 E +<616c756573206f722049534f2064617465732e>-.25 E 2.555<416c>108 148.8 S +.056<697374206d6179206265207175616c698c656420627920617070656e64696e6720 +74686520636861726163746572>-2.555 F F1<3b>2.556 E F0 .056 +<2873656d69636f6c6f6e2920666f6c6c6f>2.556 F .056 +<7765642062792061207175616c698c657220737472696e672e2046>-.25 F .056 +<6f722065>-.15 F<78616d706c65>-.15 E F1<31452d372f33452d363b736f7572>108 +160.8 Q<6365>-.37 E F0 .606<636f756c642073706563696679206120737065637472 +616c2062616e647061737320696e207468652072657374206672616d65206f6620746865 +20736f757263652e>3.106 F .605 +<4c69737420616e642072616e67652073796e746178>5.605 F .53<6d61792062652063 +6f6d62696e65642c20652e672e2c20746f20696e6469636174652061206c697374206f66 +207363616c6172206f722072616e67652d76>108 172.8 R .53 +<616c75656420706172616d657465722076>-.25 F .53 +<616c7565732e205375636820612072616e6765206c697374206d6179>-.25 F 1.806< +6265206f726465726564206f7220756e6f7264657265642c20616e64206d617920636f6e +7461696e20656974686572206e756d65726963206f7220737472696e6720646174612e20 +416e206f726465726564206c697374206973206f6e65207768696368>108 184.8 R +.373<72657175697265732076>108 196.8 R .373<616c75657320746f206265207072 +6f63657373656420696e20612073706563698c6564206f72646572>-.25 F 2.873 +<2c61>-.4 G .373<6e6420746f20656e737572652074686973207468652072616e6765 +206c69737420697320736f72746564206f72206f726465726564206279>-2.873 F .008 +<7468652073657276696365206173206e6563657373617279206265666f726520626569 +6e6720757365642e2049742069732074686520726573706f6e736962696c697479206f66 +20746865207365727669636520746f20736f727420616e206f7264657265642072616e67 +65206c6973742c>108 208.8 R .106<68656e63652074686520636c69656e742063616e +20696e7075742072616e676573206f722072616e67652076>108 220.8 R .106 +<616c75657320696e20616e>-.25 F 2.606<796f>-.15 G .106<7264657220666f7220 +616e206f7264657265642072616e6765206c69737420616e642074686520726573756c74 +2077696c6c206265>-2.606 F .474<7468652073616d652e205468652073657175656e +636520696e207768696368206974656d7320696e20616e20756e6f726465726564206c69 +7374206f63637572206f6e20746865206f746865722068616e64206973207369676e698c +63616e742c2061732073696e6365>108 232.8 R .694<7468657265206973206e6f2069 +6e7472696e736963206f72646572696e6720666f7220746865206c697374207768696368 +2063616e20626520656e666f726365642062792074686520736572766963652c20697465 +6d732077696c6c2062652070726f636573736564206279>108 244.8 R +<746865207365727669636520696e20746865206f7264657220746865>108 256.8 Q +2.5<7961>-.15 G<726520696e7075742062792074686520636c69656e742e>-2.5 E +.654<54494d4520616e642042>108 273.6 R .654 +<414e4420617265207479706963616c2065>-.35 F .653<78616d706c6573206f66206f +7264657265642072616e6765206c697374732e2053696e63652061206461746173657420 +6d6174636865732074686520717565727920696620697420636f6e2d>-.15 F .548 +<7461696e73206461746120696e20616e>108 285.6 R 3.048<796f>-.15 G 3.048 +<6674>-3.048 G .548<68652073706563698c65642072616e6765732c206c6f67696361 +6c6c7920697420646f6573206e6f74206d617474657220696e2077686174206f72646572 +207468652072616e67657320617265206769>-3.048 F -.15<7665>-.25 G .548 +<6e2c206f72>.15 F .36<7768657468657220746865208c72737420656c656d656e7420 +6f6620612072616e6765206973206c657373207468616e20746865207365636f6e642c20 +6f7220776865746865722072616e676573206f>108 297.6 R -.15<7665>-.15 G .359 +<726c61703b2074686520726573756c742073686f756c64206265>.15 F 1.017<746865 +2073616d6520696e20616c6c2063617365732e2048656e6365207468652072616e676520 +6c6973742068617320616e20696e7472696e736963206f72646572696e67206972726573 +7065637469>108 309.6 R 1.317 -.15<7665206f>-.25 H 3.517<6668>.15 G 1.517 +-.25<6f772072>-3.517 H 1.017<616e6765732061726520696e7075742e>.25 F<556e +6c657373206f74686572776973652073706563698c656420696e207468652064658c6e69 +74696f6e206f662061206769>108 321.6 Q -.15<7665>-.25 G 2.5<6e70>.15 G +<6172616d65746572>-2.5 E 2.5<2c72>-.4 G<616e6765206c69737473206172652061 +7373756d656420746f206265206f7264657265642e>-2.5 E/F2 10.95/Times-Bold@0 +SF -.493<564f>72 374.4 S<434c49454e542044>.493 E<41454d4f4e205052>-.383 +E<4f43455353494e47>-.329 E F0 .605<416c6c2056>108 386.4 R .605 +<4f2d434c49207461736b73206172652062>-.4 F .605 +<75696c742075706f6e207468652056>-.2 F .605<4f436c69656e7420696e74657266> +-.4 F .605<61636520616e2072656c79206f6e2061207365706172617465>-.1 F F1 +<766f636c69656e7464>3.104 E F0 .604<70726f6365737320746f2070726f>3.104 F +<76696465>-.15 E .382<7468652056>108 398.4 R 2.882<4f66>-.4 G +<756e6374696f6e616c697479>-2.882 E 5.382<2e54>-.65 G .382<68652076> +-5.382 F .382<6f636c69656e7464207461736b2069732064697374726962>-.2 F +.383<757465642061732070617274206f662056>-.2 F .383<4f2d434c4920616e6420 +77696c6c2062652073746172746564206175746f6d61746963616c6c79>-.4 F .524<62 +792065616368207461736b206966206974206973206e6f7420616c72656164792072756e +6e696e672e>108 410.4 R .524<49662070726f626c656d732061726520656e636f756e +74657265642c20796f75206d61792077>5.524 F .523 +<616e7420746f206d616e75616c6c7920737461727420746865>-.1 F -.2<766f>108 +422.4 S<636c69656e746420696e20612073657061726174652077696e646f>.2 E 2.5 +<7762>-.25 G<65666f72652072756e6e696e6720746865207461736b20736f20796f75 +2063616e206d6f6e69746f7220746865206f757470757420666f72206572726f72206d65 +7373616765732e>-2.5 E F2<5245534f55524345204341>72 451.2 Q<4348494e47> +-.602 E F0 3.363<4469726563746f7279207265736f6c7574696f6e20697320612063 +6f6d6d6f6e2061637469>108 463.2 R 3.363<76697479206f662056>-.25 F 3.363< +4f2d434c49207461736b7320616e6420736f20726573756c74732077696c6c2062652063 +616368656420696e20746865>-.4 F<24484f4d452f2e76>108 475.2 Q +<6f636c69656e742f63616368652f7265>-.2 E<675265736f6c76>-.15 E .364<6572 +206469726563746f7279206261736564206f6e2074686520736561726368207465726d2c +2073657276696365207479706520616e642062616e647061737320706172616d2d>-.15 +F 2.5<65746572732e2044658c6e696e67>108 487.2 R<746865>2.5 E F1 -.3<564f> +2.5 G<435f4e4f5f4341>.3 E<434845>-.3 E F0<656e>2.5 E +<7669726f6e6d656e742076>-.4 E<61726961626c652077696c6c206361757365207468 +65207461736b20746f2069676e6f7265207468652063616368652e>-.25 E F2 +<4558414d504c4553>72 516 Q F0 9.17<3129205175657279>108 528 R .176<7468 +652047534320322e3320636174616c6f6720666f72207374617273206129207769746869 +6e2074686520302e31206465>2.676 F .176<6772656520646566>-.15 F .176 +<61756c74207365617263682073697a652061726f756e64204e474320313233343a>-.1 +F<6229>5.177 E .12<61726f756e6420616c6c20706f736974696f6e7320636f6e7461 +696e656420696e208c6c652027706f732e747874273a>128 540 R .119 +<632920666f7220746865206c697374206f66206f626a65637473206769>5.12 F -.15 +<7665>-.25 G 2.619<6e6f>.15 G 2.619<6e74>-2.619 G .119 +<686520636f6d6d616e64206c696e653a>-2.619 F<6429>5.119 E .433<7175657279 +2061206c697374206f6620736572766963657320666f722061206c697374206f6620706f +736974696f6e733a206529207072696e74206120636f756e74206f6620726573756c7473 +20746861742077>128 552 R .434 +<6f756c642062652072657475726e65642066726f6d2033>-.1 F<736572766963657320 +666f72206561636820706f736974696f6e20696e2061208c6c653a>128 564 Q 2.5 +<2576>164 588 S<6f6461746120677363322e33206e676331323334>-2.7 E<286129> +77.44 E 2.5<2576>164 600 S<6f6461746120677363322e3320706f732e747874>-2.7 +E<286229>84.93 E 2.5<2576>164 612 S +<6f6461746120677363322e33206d33312c6d35312c6d3933>-2.7 E<286329>53.54 E +2.5<2576>164 624 S<6f6461746120737663732e74787420706f732e747874>-2.7 E +<286429>80.48 E 2.5<2576>164 636 S +<6f64617461206873742c6368616e6472612c677363322e3320706f732e747874>-2.7 E +<286529>36.61 E 9.17<3229205175657279>108 676.8 R .614 +<616c6c20283134322920696d616765207365727669636573206861>3.114 F .613 +<76696e672064617461206f6620746865207375626477>-.2 F .613<6172662067>-.1 +F .613<616c6178792049432031302c207072696e74206120636f756e74206f66207468 +6520726573756c7473>-.05 F<6f6e6c793a>128 688.8 Q 2.5<2576>164 712.8 S +<6f64617461202d63202d7420696d61676520616e>-2.7 E 2.5<7949>-.15 G<433130> +-2.5 E 2.5<2576>164 724.8 S +<6f64617461202d2d636f756e74202d2d747970653d696d61676520616e>-2.7 E 2.5 +<7949>-.15 G<433130>-2.5 E<4e56>72 768 Q 2.5<4f56>-.4 G +<4f2d434c492050726f6a656374>-2.9 E<4a756c792032303037>126.345 E<39> +209.415 E 0 Cg EP +%%Page: 10 10 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.4<564f>72 48 S -.4<4441>.4 G -.93<5441>-.71 G +363.44<2831292056>.93 F<4f44>-.4 E -1.21 -1.11<41542041>-.4 H<283129> +1.11 E .377<4e6f74652074686174207765207573652074686520726573657276>128 +84 R .378<65642077>-.15 F .378<6f72642027>-.1 F/F1 10/Times-Italic@0 SF +<616e79>A F0 2.878<2766>C .378<6f72207468652073657276696365206e616d6520 +616e6420636f6e73747261696e20627920696d61676520747970652e>-2.878 F .378 +<546865207461736b>5.378 F<77696c6c206175746f6d61746963616c6c792071756572 +7920746865204469726563746f727920746f2063726561746520746865206c697374206f +6620736572766963657320746f20626520717565726965642e>128 96 Q 9.17 +<3329205072696e74>108 124.8 R 2.5<6163>2.5 G<6f756e74206f6620582d726179 +20636174616c6f6720646174612061726f756e64204162656c6c323731323a>-2.5 E +2.5<2576>164 148.8 S +<6f64617461202d63202d7420636174616c6f67202d6220782d72617920616e>-2.7 E +2.5<7961>-.15 G<62656c6c32373132>-2.5 E 2.5<2576>164 160.8 S<6f64617461 +202d2d636f756e74202d2d747970653d636174616c6f67202d2d62616e64706173733d78 +2d72617920616e>-2.7 E 2.5<7961>-.15 G<62656c6c32373132>-2.5 E 1.758<496e +2074686973206361736520776520636f6e73747261696e20626f74682074686520736572 +7669636520747970652061732077656c6c2061732074686520737065637472616c20636f> +128 184.8 R -.15<7665>-.15 G 1.758 +<72616765207075626c697368656420666f7220746865>.15 F .277 +<7265736f7572636520696e20746865204469726563746f7279>128 196.8 R 5.277 +<2e57>-.65 G 2.777<6575>-6.077 G .277<73652074686520726573657276>-2.777 +F .277 +<6564208d616720746f207072696e74206120636f756e7420776974686f7574207361> +-.15 F .277<76696e6720726573756c74732e>-.2 F .278<546865206f626a656374> +5.277 F<6e616d65206973207265736f6c76>128 208.8 Q +<656420746f20636f6f7264696e6174657320696e7465726e616c6c79>-.15 E 2.5 +<2e28>-.65 G<4e6f74653a20746869732065>-2.5 E +<78616d706c65206d61792074616b>-.15 E 2.5<656177>-.1 G +<68696c6520746f2072756e292e>-2.5 E 9.17<3429205072696e74>108 249.6 R<74 +686520636f6c756d6e206d657461646174612072657475726e6564206279207468652052 +433320636174616c6f6720736572766963653a>2.5 E 2.5<2576>164 273.6 S +<6f64617461202d2d6d65746120726333>-2.7 E 5<6f722076>7.5 F +<6f64617461202d6d20726333>-.2 E 1.293<546865206f75747075742077696c6c2070 +72696e742074686520726573756c74207573696e672074686520646566>128 297.6 R +1.292<61756c7420564552424f5345206c65>-.1 F -.15<7665>-.25 G 1.292 +<6c2c20616464696e6720746865>.15 F F1<2d76>3.792 E F0 1.292 +<77696c6c2073657420746865207175657279>3.792 F 1.605 +<706172616d6574657220564552424f53453d322c20616464696e67>128 309.6 R F1 +<2d7676>4.106 E F0 1.606 +<77696c6c2073657420564552424f53453d332028746f207072696e7420616c6c2061> +4.106 F -.25<7661>-.2 G 1.606<696c61626c6520636f6c756d6e73292e>.25 F +<5768656e>6.606 E<616363657373696e672064617461207468652073616d65>128 +321.6 Q F1<2d76>2.5 E F0 +<8d6167732077696c6c20626520726571756972656420746f20726574726965>2.5 E .3 +-.15<76652063>-.25 H<6f6c756d6e732061742074686174>.15 E F1 +<564552424f5345>2.5 E F0<6c65>2.5 E -.15<7665>-.25 G<6c2e>.15 E 9.17 +<352920557365>108 362.4 R .639<746865204469726563746f727920746f20717565 +727920666f72207265736f7572636573207573696e672074686520736561726368207465 +726d732022636f6f6c696e67208d6f>3.14 F 3.139<77222e2055706f6e>-.25 F -.15 +<6578>3.139 G .639<616d696e696e6720746865>.15 F 1.187 +<6f7574707574207468652075736572206e6f746963657320612056>128 374.4 R +1.187<697a696572207061706572207469746c65642022>-.6 F F1 1.188 +<436f6f6c696e6720466c6f777320696e2032303720636c7573746572>B 3.688<736f> +-.1 G 3.688<6647>-3.688 G<616c6178696573>-3.688 E F0 3.688<2274>C 1.188 +<686174206c6f6f6b73>-3.688 F 3.339<696e746572657374696e672e20557365>128 +386.4 R<746865>3.339 E/F2 10/Times-Bold@0 SF -.1<766f>3.339 G<64617461> +.1 E F0 .839<7461736b20746f20646f>3.339 F .839<776e6c6f616420616c6c2074 +61626c6573206173736f63696174656420776974682074686973207061706572>-.25 F +3.338<2c73>-.4 G -2.25 -.2<61762065>-3.338 H .838 +<7461626c657320696e20746865>3.538 F<646566>128 398.4 Q +<61756c742043535620666f726d61743a>-.1 E 2.5<2576>164 422.4 S +<6f6469726563746f727920636f6f6c696e67208d6f>-2.7 E<77>-.25 E 2.5<2576> +164 434.4 S<6f64617461202d4f2077686974653937202d616c6c204a2f4d4e5241532f +3239322f3431392f>-2.7 E 2.5<2576>164 446.4 S<6f64617461202d2d6f75747075 +743d77686974653937202d2d616c6c204a2f4d4e5241532f3239322f3431392f>-2.7 E +.095<416c6c2037207461626c65732077696c6c206265207772697474656e20746f2074 +68652063757272656e74206469726563746f727920746f208c6c6573206861>128 470.4 +R .095<76696e67206120726f6f74206e616d6520277768697465393727202863686f73 +656e206261736564>-.2 F<6f6e2074686520617574686f7220616e64207075626c6963 +6174696f6e2064617465292e>128 482.4 Q 9.17<36292046696e64>108 523.2 R +2.992<6173>2.992 G .492<75697461626c6520584d4d20696d61676520736572766963 +652c206765742061202862726965662920636f756e74206f662074686520584d4d20696d +616765732061>-2.992 F -.25<7661>-.2 G .491 +<696c61626c6520666f722033633237332c20616e64>.25 F +<6966207468657265206172656e27>128 535.2 Q 2.5<7474>-.18 G<6f6f206d616e> +-2.5 E 1.3 -.65<792c2064>-.15 H -.25<6f77>.65 G +<6e6c6f61642074686520696d6167657320616e64207361>.25 E .3 -.15<76652074> +-.2 H<68652065>.15 E<7874726163746564206163636573732055524c733a>-.15 E +2.5<2576>164 559.2 S +<6f6469726563746f7279202d7276202d7420696d61676520786d6d>-2.7 E 15 +<53686f72744e616d65205265736f7572636554>164 571.2 R 7.5<7970652054>-.8 F +<69746c65>-.35 E<2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d +2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2e2e2e2e>164 583.2 +Q<584d4d2d4e65>164 595.2 Q 12.5<77746f6e20534941502f41524348495645>-.25 +F<584d4d2d4e65>10 E<77746f6e204172636869>-.25 E .3 -.15<7665202e>-.25 H +<2e2e2e>.15 E 2.5<2576>164 619.2 S<6f64617461202d637120786d6d2d6e65>-2.7 +E<77746f6e203363323733>-.25 E<786d6d2d6e65>169 631.2 Q 20 +<77746f6e203237>-.25 F 5<4958>10 G<4d4d2d4e65>-5 E<77746f6e204172636869> +-.25 E .3 -.15<7665202e>-.25 H<2e2e2e>.15 E 2.5<2576>164 655.2 S +<6f64617461202d2d636f756e74202d2d717569657420786d6d2d6e65>-2.7 E +<77746f6e203363323733>-.25 E<786d6d2d6e65>169 667.2 Q 20<77746f6e203237> +-.25 F 5<4958>10 G<4d4d2d4e65>-5 E<77746f6e204172636869>-.25 E .3 -.15 +<7665202e>-.25 H<2e2e2e>.15 E 2.5<2576>164 691.2 S +<6f64617461202d2d67657420786d6d2d6e65>-2.7 E<77746f6e203363323733>-.25 E +<2e2e2e2e2077696c6c20717565727920616e6420646f>171.5 703.2 Q +<776e6c6f616420323720696d616765732e>-.25 E<4e56>72 768 Q 2.5<4f56>-.4 G +<4f2d434c492050726f6a656374>-2.9 E<4a756c792032303037>126.345 E<3130> +204.415 E 0 Cg EP +%%Page: 11 11 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.4<564f>72 48 S -.4<4441>.4 G -.93<5441>-.71 G +363.44<2831292056>.93 F<4f44>-.4 E -1.21 -1.11<41542041>-.4 H<283129> +1.11 E 9.17<3729205175657279>108 84 R 1.574 +<666f722074686520696d616765732061>4.074 F -.25<7661>-.2 G 1.574 +<696c61626c652066726f6d20324d4153532061742061206769>.25 F -.15<7665>-.25 +G 4.074<6e70>.15 G 1.574<6f736974696f6e2c2065>-4.074 F 1.574 +<7874726163742074686520706f736974696f6e7320616e642073657276696365>-.15 F +<55524c7320746f207365706172617465208c6c65733a>128 96 Q 2.5<2576>164 120 +S<6f64617461202d65202d4f20326d617373202d7420696d61676520326d617373203132 +3a33343a35362e37202d32333a31323a34352e32>-2.7 E 2.5<2576>164 132 S<6f64 +617461202d65202d2d6f75747075743d326d617373202d2d747970653d696d6167652032 +6d6173732031323a33343a35362e37202d32333a31323a34352e32>-2.7 E .688<5468 +652071756572792070726f6475636573208c6c657320776974682074686520726f6f7420 +6e616d652027326d617373272c20616e642065>128 156 R .688 +<7874656e2d2073696f6e73206f662022>-.15 F/F1 10/Times-Italic@0 SF +<2e637376>A F0 3.188<2228>C .688<746865206d61696e20726573706f6e7365292c> +-3.188 F<22>128 168 Q F1<2e706f73>A F0 3.413<2228>C .913<7468652065> +-3.413 F .913<787472616374656420706f732d206974696f6e73292c20616e642022> +-.15 F F1<2e75726c73>A F0 3.413<2228>C .913 +<74686520616363657373207265666572656e636573292e>-3.413 F .914 +<546865207573657220696e73706563747320746865208c6c657320616e64>5.913 F +.466<6e6f7469636573207468617420746865207265666572656e636573207265747572 +6e20626f7468204649545320616e642048544d4c208c6c65732c2062>128 180 R .465 +<757420736865206f6e6c792077>-.2 F .465 +<616e747320746865204649545320696d6167652064617465>-.1 F +<616e642075736573>128 192 Q/F2 10/Times-Bold@0 SF -.1<766f>2.5 G +<64617461>.1 E F0<746f20646f>2.5 E<776e6c6f6164206f6e6c792074686f73653a> +-.25 E 2.5<2567>164 216 S<726570208c747320326d6173735f495f3030315f313539 +39382e75726c73203e20696d616765732e747874>-2.5 E 2.5<2576>164 228 S +<6f6461746120696d616765732e747874>-2.7 E<6f72>138 240 Q 2.5<2567>164 252 +S<726570208c747320326d6173735f495f3030315f31353939382e75726c73207c2076> +-2.5 E<6f64617461202d69202d>-.2 E 1.462<496e20626f7468206361736573207765 +20706173732055524c7320746f20746865207461736b2077686963682062797061737365 +732074686520717565727920616e64206469726563746c79206163636573732074686520 +696d616765732e>128 276 R<486f>128 288 Q<7765>-.25 E -.15<7665>-.25 G +1.566 -.4<722c2069>.15 H 3.266<6e74>.4 G .766<6865208c727374206361736520 +77652070726f636573732074686520656e74697265206c69737420616e64206172652061 +626c6520746f2074616b>-3.266 F 3.265<6561>-.1 G<6476>-3.265 E .765 +<616e74616765206f6620746865>-.25 F F1<2d6d6178646f776e2d>3.265 E +<6c6f6164733d3c4e3e>128 300 Q F0 .432<6f7074696f6e20746f20696e6372656173 +6520746865206e756d626572206f662073696d756c74616e656f757320646f>2.932 F +2.933<776e6c6f6164732e20496e>-.25 F .433 +<746865207365636f6e6420636173652c20746865>2.933 F F1<2d69>2.933 E F0 +<8d6167>2.933 E .944<63617573657320746865207461736b20746f20696e74657270 +7265742065616368206c696e65206f662074686520696e7075742073747265616d206173 +206120736570617261746520636f6d6d616e6420616e6420736f20746865206461746120 +617265>128 312 R<616c>128 324 Q -.1<7761>-.1 G<797320646f>.1 E<776e6c6f +61646564206f6e6520617420612074696d65202877686963682069732074686520646566> +-.25 E<61756c7420646f>-.1 E<776e6c6f61642062656861>-.25 E +<76696f7220616e>-.2 E<7977>-.15 E<6179292e>-.1 E 9.17<382920557365>108 +352.8 R F2 -.1<766f>2.5 G<64617461>.1 E F0<61732061207465737420636c6965 +6e7420666f722061206c6f63616c6c792d696e7374616c6c656420534941502073657276 +6963653a>2.5 E 2.5<2576>164 376.8 S<6f64617461202d7420696d616765202d7320 +687474703a2f2f6c6f63616c686f73742f736961702e706c203138302e3020302e30> +-2.7 E 2.5<2576>164 388.8 S<6f64617461202d2d747970653d696d616765202d2d73 +76633d687474703a2f2f6c6f63616c686f73742f736961702e706c203138302e3020302e +30>-2.7 E .89<496e2074686973206361736520776520666f7263652074686520536572 +7669636555524c207573696e67207468652027>128 412.8 R F1<2d73>A F0 3.391 +<278d>C .891<61672c2062>-3.391 F .891<75742073696e63652077652063616e27> +-.2 F 3.391<7464>-.18 G 3.391<6f6144>-3.391 G .891 +<69726563746f727920717565727920746f>-3.391 F<646973636f>128 424.8 Q -.15 +<7665>-.15 G 2.5<7277>.15 G<6861742074797065206f662073657276696365207468 +69732069732c207765206d75737420757365207468652027>-2.5 E F1<2d74>A F0 2.5 +<278d>C<616720746f20696e64696361746520697420697320616e20696d616765207365 +72766963652e>-2.5 E 9.17<392920437265617465>108 465.6 R 2.923<616c>2.923 +G .423<6f63616c207461626c6520636f6e7461696e696e6720746865204162656c6c20 +636174616c6f672e>-2.923 F<4265>5.423 E .422<67696e2077697468206120446972 +6563746f727920717565727920746f208c6e64206c696b>-.15 F .422 +<656c79207365727669636573>-.1 F<7573696e6720746865>128 477.6 Q F2 -.1 +<766f>2.5 G<646972>.1 E<6563746f7279>-.18 E F0 +<7461736b2c207072696e7420612076>2.5 E<6572626f7365206465736372697074696f +6e206f662065616368207265736f7572636520616e642070616765207468652072657375 +6c74732077697468>-.15 E F1<6c657373>2.5 E F0<3a>A 2.5<2576>164 501.6 S< +6f6469726563746f7279202d76202d76202d2d747970653d636174616c6f67206162656c +6c207c206c657373>-2.7 E 1.268<5468652076>128 525.6 R 1.268<6572626f7365 +20726573756c747320696e6469636174652061206e756d626572206f6620736572766963 +6573207769746820646966>-.15 F 1.269<666572696e6720726571756972656d656e74 +7320666f72207768617420697320696e636c756465642e>-.25 F 2.848 -.8 +<57652064>128 537.6 T 1.247<656369646520746f2075736520746865207365727669 +63652066726f6d20484541534152432073696e636520697420636f6e7461696e7320736f +75746865726e2068656d69737068657265206461746120616e6420636f6e2d>.8 F .437 +<73747261696e74732077652061726520696e746572657374656420696e2e>128 549.6 +R -.35<5472>5.437 G 2.937<7961>.35 G 2.938<6e61>-2.937 G<6c6c2d736b> +-2.938 E 2.938<7971>-.15 G .438<7565727920746f20726574726965>-2.938 F +.738 -.15<76652074>-.25 H .438<686520656e7469726520636174616c6f672c2075 +7365207468652073657276696365206964656e74692d>.15 F +<8c657220746f2062652073706563698c632061626f75742077686572652077652077> +128 561.6 Q<616e7420746f20676f3a>-.1 E 2.5<2576>164 585.6 S +<6f64617461202d652069>-2.7 E -.2<766f>-.25 G +<3a2f2f6e6173612e686561736172632f6162656c6c20302e3020302e30203138302e30> +.2 E 2.5<2576>164 597.6 S<6f64617461202d2d65>-2.7 E<7874726163742069> +-.15 E -.2<766f>-.25 G +<3a2f2f6e6173612e686561736172632f6162656c6c20302e3020302e30203138302e30> +.2 E 1.733 -.8<57652075>128 621.6 T .133<7365207468652027>.8 F F1<2d65>A +F0 2.633<278d>C .133<616720746f2065>-2.633 F .133<7874726163742074686520 +706f736974696f6e7320746f2061207365706172617465208c6c65207769746820612022> +-.15 F F1<2e706f73>A F0 2.633<2265>C .132 +<7874656e73696f6e20736f20746861742077652063616e20757365>-2.783 F .576 +<746865736520696e206c6174657220717565726965732e>128 633.6 R<486f>5.576 E +<7765>-.25 E -.15<7665>-.25 G 1.376 -.4<722c2074>.15 H<6865>.4 E F1 +<2e706f73>3.076 E F0 .576<8c6c65206164646974696f6e616c6c7920636f6e746169 +6e73207468652049442066726f6d20746865206f726967696e616c20636174616c6f6720 +696e>3.076 F .246<636f6c756d6e20312e>128 645.6 R .246 +<5374726970207468697320636f6c756d6e20736f20776527>5.246 F .246<7265206c +6566742077697468206f6e6c7920524120616e642044454320616e642071756572792066 +6f72204368616e647261206f6273657276>-.5 F<6174696f6e73>-.25 E +<6174206561636820706f736974696f6e3a>128 657.6 Q 2.5<2563>164 681.6 S +<7574202d63362d202a2e706f73207c2076>-2.5 E<6f646174612069>-.2 E -.2 +<766f>-.25 G +<3a2f2f6e6173612e686561736172632f6368616e6d6173746572202d70202d>.2 E 2.5 +<2563>164 693.6 S<7574202d63362d202a2e706f73207c2076>-2.5 E +<6f646174612069>-.2 E -.2<766f>-.25 G +<3a2f2f6e6173612e686561736172632f6368616e6d6173746572202d2d706f733d2d>.2 +E .808<4865726520776520757365642074686520756e69782027>128 717.6 R F1 +<637574>A F0 3.308<2775>C .808<74696c69747920746f2072656d6f>-3.308 F +1.108 -.15<76652074>-.15 H .809<6865208c72737420636f6c756d6e20616e642070 +6970652074686520726573756c74696e6720706f736974696f6e7320746f20746865>.15 +F .383<7461736b2c207573696e67207468652027>128 729.6 R F1 .383<2d70202d>B +F0 2.882<276f>C .382<7074696f6e20746f20696e64696361746520706f736974696f +6e732073686f756c6420626520726561642066726f6d20737464696e672c20616e642074 +6865204956>-2.882 F 2.882<4f69>-.4 G .382<64656e74698c6572206f66>-2.882 +F<4e56>72 768 Q 2.5<4f56>-.4 G<4f2d434c492050726f6a656374>-2.9 E +<4a756c792032303037>126.345 E<3131>204.415 E 0 Cg EP +%%Page: 12 12 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.4<564f>72 48 S -.4<4441>.4 G -.93<5441>-.71 G +363.44<2831292056>.93 F<4f44>-.4 E -1.21 -1.11<41542041>-.4 H<283129> +1.11 E<746865204368616e647261206f6273657276>128 84 Q +<6174696f6e206d6173746572206c6f6720776520616c736f20646973636f>-.25 E +-.15<7665>-.15 G<7265642066726f6d20746865204469726563746f7279>.15 E<2e> +-.65 E 4.17<31302920496e74657261637469>108 124.8 R -.15<7665>-.25 G<6c79 +20717565727920666f72206120636f756e74206f66204368616e647261206f6273657276> +.15 E<6174696f6e73206f66204d657373696572206f626a656374733a>-.25 E 2.5 +<2576>164 148.8 S<6f64617461202d6371206368616e647261202d69202d>-2.7 E +<6d3331>164 160.8 Q 17.5<6368616e64726120333335>166.5 172.8 R 5<4943>10 +G<68616e64726120582d526179204f6273657276>-5 E +<61746f72792044617461204172636869>-.25 E -.15<7665>-.25 G 32.5<3a3a> +171.5 184.8 S 30<3a3a>-10 G<3a>-12.5 E .311 +<4e6f74652074686174206279207573696e67207468652027>128 208.8 R/F1 10 +/Times-Italic@0 SF<2d69>A F0 2.811<278d>C .311<61672077652065>-2.811 F +-.15<7865>-.15 G .311 +<63757465206561636820717565727920617320696620776527>.15 F 2.811<6470>-.5 +G .311 +<757420746865206f626a656374206e616d65206f6e2074686520636f6d6d616e64> +-2.811 F 4.068<6c696e652e205573696e67>128 220.8 R 1.568<7468652027>4.068 +F F1<2d6f>A F0 4.068<278d>C 1.567<61672077>-4.068 F 1.567<6f756c6420696e +7374656164207265616420616c6c206f6620746865206f626a656374732066726f6d2074 +686520737464696e2062>-.1 F 1.567<7574207468656e2065>-.2 F -.15<7865>-.15 +G 1.567<6375746520746865>.15 F +<7175657269657320696e20706172616c6c656c20666f6c6c6f>128 232.8 Q +<77696e6720616e20454f4620746f207465726d696e6174652074686520696e7075742e> +-.25 E 4.17<31312920557365>108 273.6 R<746865>3.902 E F1<5354494c>3.903 +E<5453>-.2 E F0 1.403<7461736b2027>3.903 F F1<7470697065>A F0 3.903 +<2774>C 3.903<6f73>-3.903 G 1.403<656c65637420726f>-3.903 F 1.403 +<77732066726f6d20612056>-.25 F -.4<4f54>-.4 G 1.403<61626c65206f66205153 +4f7320286d616465207769746820616e206561726c69657220717565727929>-.4 F +.297<776865726520746865207265647368696674206973203e20302e322e>128 285.6 +R .297<4f7574707574206f6e6c792074686520706f736974696f6e7320616e64207069 +7065207468697320746f>5.297 F/F2 10/Times-Bold@0 SF -.1<766f>2.797 G +<64617461>.1 E F0 .296<746f2067656e65726174652061206e65>2.797 F 2.796 +<7771>-.25 G<75657279>-2.796 E +<746f2073656520776865746865722048535420686173206f6273657276>128 297.6 Q +<656420616e>-.15 E 2.5<796f>-.15 G 2.5<6674>-2.5 G +<68657365206f626a656374733a>-2.5 E 2.5<2573>164 321.6 S +<74696c74732074706970652069666d743d76>-2.5 E +<6f7461626c652071736f5f73757276>-.2 E -.15<6579>-.15 G<2e76>-.5 E<6f74> +-.2 E<636d643d27>174 333.6 Q<73656c65637420225a203e20302e322227>-.55 E +<636d643d276b>158 345.6 Q<656570636f6c7320225241204445432227207c2076>-.1 +E<6f64617461202d70202d2068737470616563>-.2 E .677 +<4e6f7465207468617420776520757365207468652027>128 369.6 R F1 .677 +<2d70202d>B F0 3.177<278d>C .677 +<616720746f2074656c6c20746865207461736b20746f2074616b>-3.177 F 3.177 +<6569>-.1 G<7427>-3.177 E 3.177<736c>-.55 G .678<697374206f6620706f7369 +74696f6e732066726f6d2074686520706970656420696e7075742e>-3.177 F<546865> +5.678 E<706f736974696f6e7320617265207573656420746f2071756572792074686520 +48535420506c616e6e656420616e64204172636869>128 381.6 Q -.15<7665>-.25 G +2.5<6445>.15 G<78706f7375726520436174616c6f672028>-2.5 E F1 +<68737470616563>A F0<29>A 4.17<31322920546865>108 422.4 R .604 +<75736572206861732061207461736b2063616c6c65642027>3.104 F F1 +<776373696e666f>A F0 3.104<2774>C .604<6861742074616b>-3.104 F .604<6573 +2061206c697374206f6620696d6167657320616e64206f7574707574732061207465>-.1 +F .603<7874207461626c6520636f6e7461696e696e6720746865>-.15 F .044 +<706c6174652063656e74657220616e642073697a6520696e206465>128 434.4 R +2.544<67726565732e20557365>-.15 F .044<74686973207461736b20617320706172 +74206f66206120717565727920666f7220324d41535320706f696e7420736f7572636573 +20636f6e7461696e656420696e>2.544 F<6561636820696d6167653a>128 446.4 Q +2.5<2577>164 470.4 S<6373696e666f202a2e8c7473207c2076>-2.5 E +<6f6461746120326d6173732d707363202d69202d>-.2 E .564<486572652077652073 +70656369667920746865206465736972656420736572766963652028>128 494.4 R F1 +<326d6173732d707363>A F0 3.064<296f>C 3.064<6e74>-3.064 G .564 +<686520636f6d6d616e646c696e6520617320757375616c2c20616e6420616c6c6f> +-3.064 F 3.064<7774>-.25 G .564<68652072656d61696e2d>-3.064 F .949 +<646572206f6620746865206172>128 506.4 R .949<67732028692e652e2074686520 +706f736974696f6e20616e64207365617263682073697a652920746f2062652072656164 +2066726f6d2074686520737464696e2e>-.18 F .95<5468697320616c6c6f>5.95 F +.95<777320666f722076>-.25 F<61726961626c65>-.25 E .27 +<7365617263682073697a65732062>128 518.4 R .27 +<75742070726f6365737365732074686520706f736974696f6e732073657269616c6c79> +-.2 F 5.27<2e49>-.65 G 2.77<6674>-5.27 G .27<68652073697a65732061726520 +616c6c207468652073616d652028736179203235206172636d696e292c206d756c746970 +6c65>-2.77 F<717565726965732063616e20626520646f6e652073696d756c74616e65 +6f75736c79207573696e67206a757374206120706f736974696f6e208c6c652c20652e67 +2e>128 530.4 Q 2.5<2577>164 554.4 S<6373696e666f202d706f735f6f6e6c79202a +2e8c7473203e2063656e746572732e747874>-2.5 E 2.5<2576>164 566.4 S<6f6461 +7461202d2d73723d32356d20326d6173732d7073632063656e746572732e747874>-2.7 +E 4.17<313329205175657279>108 631.2 R 3.478<616c>3.478 G<6172>-3.478 E +.978<6765206c697374206f66206f626a65637473206167>-.18 F .978 +<61696e73742061206e756d626572206f662041534341207265736f75726365732e>-.05 +F .978<4265636175736520746865204153434120636174616c6f677320617265>5.978 +F<73657276>128 643.2 Q 1.276 +<6564206279207468652073616d65206d616368696e652c2075736520746865>-.15 F +F1<272d6927>3.775 E F0 1.275<6f7074696f6e20616e64206120636f6d6d616e6420 +8c6c6520746f2070726f63657373206f6e6c792065616368207265736f75726365>3.775 +F<73657175656e7469616c6c79207768696c65207374696c6c20706172616c6c656c697a +696e6720746865206f626a656374206c697374733a>128 655.2 Q 2.5<2563>164 +679.2 S<617420636d64732e747874>-2.5 E 2.5<415343412073757276>164 691.2 R +-.15<6579>-.15 G<2e74626c>-.5 E<415343415c20474953>164 703.2 Q<73757276> +5 E -.15<6579>-.15 G<2e74626c>-.5 E<415343415c20475053>164 715.2 Q +<73757276>5 E -.15<6579>-.15 G<2e74626c>-.5 E 22.5<3a3a>174 727.2 S +<4e56>72 768 Q 2.5<4f56>-.4 G<4f2d434c492050726f6a656374>-2.9 E +<4a756c792032303037>126.345 E<3132>204.415 E 0 Cg EP +%%Page: 13 13 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.4<564f>72 48 S -.4<4441>.4 G -.93<5441>-.71 G +363.44<2831292056>.93 F<4f44>-.4 E -1.21 -1.11<41542041>-.4 H<283129> +1.11 E 2.5<2576>164 84 S<6f64617461202d6920636d64732e747874>-2.7 E .656 +<4e6f7465207468617420776527>108 100.8 R .956 -.15<7665206e>-.5 H .656<65 +6564656420746f206573636170652074686520737061636520696e20746865207265736f +75726365206e616d6520696e20736f6d652063617365732e>.15 F 2.256 -.8 +<546f2061>5.656 H -.2<766f>.6 G .656 +<696420746869732c20757365206f6620746865>.2 F<4956>108 112.8 Q 2.5<4f69> +-.4 G<64656e74698c657220666f722065616368207265736f7572636520697320757375 +616c6c79207072656665727265642e>-2.5 E 4.17<313429205175657279>108 141.6 +R 1.352<7468652056>3.852 F 3.852<4f66>-.4 G 1.352 +<6f722047414c45582064617461206f66204d35312e>-3.852 F 1.352 +<4265636175736520746865>6.352 F/F1 10/Times-Italic@0 SF +<53686f72744e616d65>3.852 E F0 1.352 +<47414c4558206973206e6f7420756e697175652c207765206d757374>3.852 F .233 +<656974686572207370656369667920746865204956>128 153.6 R 2.733<4f69>-.4 G +.233<64656e74698c6572206f6620612073706563698c63207365727669636520746f20 +7175657279>-2.733 F 5.233<2c6f>-.65 G 2.733<7269>-5.233 G 2.734<6677> +-2.733 G<6527>-2.734 E .234 +<726520696e746572657374656420696e20726573756c74732066726f6d20616c6c>-.5 +F<737570706f7274656420646174612073657276696365732077697468>128 165.6 Q +F1<67616c65>2.5 E<78>-.2 E F0<696e20746865206e616d653a>2.5 E 2.5<2576> +164 189.6 S<6f64617461202d612067>-2.7 E<616c65>-.05 E 2.5<784d>-.15 G +<3531>-2.5 E 2.5<2576>164 201.6 S<6f64617461202d2d616c6c2067>-2.7 E +<616c65>-.05 E 2.5<784d>-.15 G<3531>-2.5 E .284<54686520726573756c747320 +636f6d652066726f6d2074686520436f6e6520616e642053494150207365727669636573 +20626f74682063616c6c6564>128 225.6 R F1<47414c4558>2.784 E F0 2.784 +<2c61>C 2.784<7377>-2.784 G .284 +<656c6c20617320616e206164646974696f6e616c2053494150>-2.784 F +<736572766963652063616c6c6564202747414c45585f41746c6173272e>128 237.6 Q< +4e6f74652074686174207468652073657276696365206e616d6573206172652063617365 +20696e73656e73697469>5 E .3 -.15<76652069>-.25 H 2.5<6e65>.15 G +<697468657220636173652e>-2.5 E 4.17<3135292050726f63657373>108 278.4 R +2.5<616c>2.5 G +<697374206f662068756e6472656473206f6620706f736974696f6e73206167>-2.5 E +<61696e73742074686520475343322e3320636174616c6f673a>-.05 E 2.5<2576>164 +302.4 S<6f6461746120677363322e3320706f736974696f6e732e747874>-2.7 E 4.17 +<3136292050726f63657373>108 355.2 R 2.893<616c>2.893 G .393 +<697374206f662068756e6472656473206f6620706f736974696f6e73206167>-2.893 F +.394<61696e73742074686520475343322e3320636174616c6f672c20617373756d6520 +746861742074686520696e707574207461626c652068617320612035>-.05 F .442 +<6c696e6520686561646572206f66207465>128 367.2 R .441 +<787420616e6420746872656520636f6c756d6e73202869642c72612c646563292e>-.15 +F .441<4e6f7465207468617420746865>5.441 F F1<636f6c73>2.941 E F0 .441 +<6f7074696f6e20726571756972657320746865206f7074696f6e616c206964206265> +2.941 F<73706563698c6564206c6173743a>128 379.2 Q 2.5<2576>164 403.2 S<6f +64617461202d2d636f6c733d322c332c31202d2d68736b69703d3520677363322e332070 +6f736974696f6e732e747874>-2.7 E/F2 10.95/Times-Bold@0 SF -.11<4255>72 +444 S<4753>.11 E F0<536f6d6520736572766963657320646f6e27>108 456 Q 2.5 +<7472>-.18 G<65706f6e642070726f7065726c7920746f20746865206d657461646174 +6120717565727920616e642077696c6c207072696e74206120226e6f20617474726962> +-2.5 E<7574657320666f756e6422206d6573736167652e>-.2 E F2 -.197<544f>72 +484.8 S<444f>.197 E F0 5<2d41>108 496.8 S<64646974696f6e616c20636f6d6d61 +6e642d6c696e65206f7074696f6e732073686f756c6420626520616c6c6f>-5 E<776564 +20746f2062652073706563698c656420696e206120636f6d6d616e64208c6c652e>-.25 +E 5<2d53>108 513.6 S<7570706f727420666f722053534150>-5 E 2.5<2c53>-1.11 +G<414d50>-2.5 E 2.5<2c54>-1.11 G<4150>-3.43 E F2<5265>72 554.4 Q +<766973696f6e20486973746f7279>-.164 E F0 +<4a756e652032303037202d2054686973207461736b206973206e65>108 566.4 Q -.65 +<772e>-.25 G F2 -.548<4175>72 583.2 S<74686f72>.548 E F0<4d69636861656c +204669747a7061747269636b20288c747a406e6f616f2e656475292c204a756e65203230 +3037>108 595.2 Q F2<53454520414c534f>72 612 Q F0 -.2<766f>108 624 S +<636c69656e742831292c2076>.2 E<6f636c69656e74642831292c2076>-.2 E +<6f736573616d652831292c2076>-.2 E<6f6469726563746f7279283129>-.2 E<4e56> +72 768 Q 2.5<4f56>-.4 G<4f2d434c492050726f6a656374>-2.9 E +<4a756c792032303037>126.345 E<3133>204.415 E 0 Cg EP +%%Trailer +end +%%EOF diff --git a/vendor/voclient/doc/OLD/vodirectory.html b/vendor/voclient/doc/OLD/vodirectory.html new file mode 100644 index 00000000..2e8d5fee --- /dev/null +++ b/vendor/voclient/doc/OLD/vodirectory.html @@ -0,0 +1,445 @@ +Content-type: text/html + +Manpage of VODIRECTORY + +

VODIRECTORY

+Section: User Commands (1)
Updated: July 2007
Index +Return to Main Contents
+ +  +

NAME

+ +vodirectory - NVO Directory search client +  +

SYNOPSIS

+ +vodirectory [-<flags>] [ <keywords> | <term> ] [ ... ] +

+  +

OPTIONS

+ +The vodirectory task accepts the following options: +
+
-h,--help + +
+Print a help summary to the terminal and exit. No processing is done +following this flag. +
-v,--verbose + +
+Verbose output. The output will be more verbose than normal but exactly +what is printed depends on whether other flags are enabled to changed the +basic task behavior. +
--vverbose + +
+Very-verbose output. Even more output. +
The following flags control the major behavior of the task, i.e. the type
+of output to present. +
-c, --count + +
+Print a count of matching records. For each of the search terms, a simple +count of matching resources will be printed. A breakdown by service type +will be printed if the verbose flag is enabled. +
-e, --exact + +
+Match exactly the search term (resolve mode only). The term in this +case will normally be an IVO identifier, this flag can be used to match the +identifier exactly rather than as a potential substring. This option will +return an empty string if no exact match is found. +
-l, --list + +
+List the full resource record for each matching resource. For each matching +resource, all (well, most) of the information available about a resource +will be printed to the screen. Additional information may be available from +the Directory web interface. +
-m, --meta + +
+List the metadata for the data services associated with the resource. For +each resource found, the table metadata (i.e. the column UCD values) +associated with the resource will be printed. Currently only those DAL +services supported by VOClient may be queried. +
-r, --resolve + +
+Resolve the search term to a specified resource. In resolve mode +the search terms are assumed to be either the resource ShortName or +Identifier and the match will be done using only these two fields in +the Directory resource record. The default output is simply the +ServiceURL for all matching records (i.e. resources where the search +string is part of the ShortName or Identifier fields) unless +the -f flag is given to select other fields. +
-s, --search + +
+Do a full search of the keywords and/or search terms. This is the default +mode and will output a list of matching resources containing at a minimum the +service Type, Title, ShortName and Subject. +Additional information is printed depending on the verbose level. +
Shorthand Convenience Options:
+
-I, --Id + +
+Print only the Identifier field for the resolved resource. +
-L, --long + +
+Suppress the linebreaks imposed for output fields that would wrap around the +normal 80-character output and allow long lines. This allows tasks to parse +the output more predictably. +
-R, --Resolve + +
+Print the ShortName, ServiceType and Identifier fields for +the resolved resource. +
-S, --SName + +
+Print only the ShortName field for the resolved resource. +
-T, --Title + +
+Print only the Title for the resolved resources. +
Constraint Options:
+
+

+ +The list of allowed constraint strings is generally specified in the +Resource Metadata for the Virtual Observatory document available on +the IVOA document repository. These flags provide a convenient method to +limit a result list to resources that explicitly specify a value for the +given constraint. +

+
-b <bpass> or --bandpass=<bpass> + +
+Constrain the search to the specified bandpass string. +The text argument following the -f flag +will be matched against the SpectralCoverage field of the resource +record. Directory resources allow a list of values, however only a single +argument may be used to constrain the search. Permitted values include: +"Radio", "Millimeter", "Infrared" (IR), "Optical", "Ultraviolet" (UV), +"X-Ray" (XRay), and "Gamma-Ray" (GR). The match is case insensitive, values +shown in parentheses may be given and will be substituted automatically. +
-C <content> or --clevel=<content> + +
+Constrain the search to the specified ContentLevel string. The Directory +may contain data for a variety of intended audiences; Most often this +constraint will be used to limit the results to 'Research' grade data. +
-t <type> or --type=<type> + +
+Constrain the search to the specified ResourceType string. The Directory +records may contain any user-specified string, however unless you know +specifically how a specific resource is defined, this constraint should +use the values 'catalog' (for Cone services), 'image' (for SIAP +services), 'spectra' (for SSAP services), 'table' (for Vizier tables), +or a literal string which appears in the +resource record. Additional aliases will be added as new +data services are supported. +
--new <time> or --new=<time> + +
+Constrain the search to those resources that have been newly created during +the specified <time>. By default, <time> is an integer value assumed to be +a number of days, the last character may contain one of the qualifying +characters to change the time period: 'h' for hours, 'd' for days, + +refers to the last siz months. If no search term is given, all results +for that period will be returned, otherwise only those results that match +both the search terms and the time constraint will be listed. +
--updated <time> or --updated=<time> + +
+Constrain the search to those resource records that have been updated during +the specified time period. +
Output Control Options:
+
-a, --all + +
+Output all matching records (default). When used with the constraint flags +above, this flag will allow those constraint strings to be matched as a +substring, e.g. using "-t siap" will exactly match resources with type + +
-f <fields> or --fields=<fields> + +
+Output the specified fields from the resource record (used in Resolve Mode +only). The list of available fields is given below, an 'INDEF' string is +printed for invalid field names or when no information is available. +
-o, --or + +
+Logically OR the search terms. By default, all terms will be used when +matching resource records. +
-n <index> or --index=<index> + +
+Output only the results for the matchng index. Results are 1-indexed, +i.e. the first result is index 1 (one). +

+

+  +

DESCRIPTION

+ +The vodirectory task provides a command-line interface to the NVO +Directory at STScI/JHU. The task also provides a basic search capability +for the Directory, as well as a "Resolve Mode" that can be used to lookup +resource records given some familiar name (e.g. 'USNO-B1'). Constraint +parameters allow the search to be restricted to resources declaring a +specific type (the -t flag), spectral coverage (the -b flag), or +content level (the -C flag). +

+ +Search terms may be provided on the +command-line, in a filename specified on the commandline, or read from the +standard input (e.g. redirected from a file or other command). Advanced +users can submit a quoted ADQL string to access specific fields of a resource +record. This is similar to using the "Advanced Search" capability on the +NVO Directory web page. ADQL strings are required to be in double quotes +when given on the command line, the quotes are needed when query strings +come from a file. Standard SQL operators apply for comparison and boolean +operations, the 'like' operator is used to match strings (which must be in +single quotes), one or more '%' metacharacters may be used in the string +to indicate a wildcard match. +

+ +In the default search mode, keywords given on the command line will all be +used to match resource records. The -o flag may be used to logically +OR the keyword terms, e.g. to allow a search of 'galaxy' or 'galaxies'. The +minimal output provides the resource title, type, subject and the 'ShortName' +that can be used in the resolve mode or be passed to other tasks such as +vodata(1). Additional output can be had with the -v or -vv +verbose flags. A simple count of the resources will be printed if the +-c flag is set (e.g. the command "vodirectory -oc chandra spitzer" +will print a count of how many records match each term rather than display +them directly, without the -o flag a count of resources mentioning both +keywords will be printed). +

+ +The "Resolve mode" is activated by the -r flag; In this mode the +keywords will only be matched against the Directory ShortName and +Identifier fields. The default output is simply the ServiceURL, +adding the verbose flags will instead print the ShortName, ResourceType and +Title (with "-v") or Description (with "-vv"). The user can select specific +fields to be printed using the -f flag followed by a comma-delimited +list of fields. The allowed fields are shown with the -h help flag. +

+ +The -list flag implies Resolve Mode and will cause all fields of the +matching resource to be printed. Unless the -a flag is set, the +search term will be matched exactly, otherwise it will be considered to be +a substring of the ShortName or Identifier fields. For example, searching +with the term '2mass' will list only 2MASS image service, but using the +-a flag will list all services where '2mass' appears in the ShortName. +

+ +The -meta flag likewise assumes the command line arg is a resource +ShortName to be resolved and will query the DAL service associated with it +using a FORMAT=METADATA query. The default position will be (0.0,0.0) +with a search size of 0.1 degrees, the response will be a list of the column +UCDs returned by the query (note that adding -v flags will likewise +increase the VERBOSE of the query and may return additional columns). +

+  +

RETURN STATUS

+ +The task will exit with a status of 0 if at least one search term could +be successfully resolved, otherwise the status will be 1. +

+  +

VOCLIENT DAEMON PROCESSING

+ +All VO-CLI tasks are built upon the VOClient interface an rely on a +separate voclientd process to provide the VO functionality. The +voclientd task is distributed as part of VO-CLI and will be started +automatically by each task if it is not already running. If problems +are encountered, you may want to manually start the voclientd in a separate +window before running the task so you can monitor the output for error +messages. +

+  +

RESOURCE CACHING

+ +Directory resolution is a common activity of VO-CLI tasks and so results +will be cached in the $HOME/.voclient/cache/regResolver directory based +on the search term, service type and bandpass parameters. Defining the +VOC_NO_CACHE environment variable will cause the task to ignore the +cache. +

+

+  +

EXAMPLES

+ +

+

+
1)
+Get a count of all the SIAP services available in the Directory, then +list more information about each one: +
+
+        % vodirectory -count -t image
+        142
+        % vodirectory -rv -t image
+
+
+ +
2)
+Find all catalog (i.e. Cone) services using the search words 'radio' +and 'galaxies': +
+
+        % vodirectory -t catalog radio galaxies
+
+
+ +
3)
+Print the full resource record of the GSC2.2 catalog at STScI: +
+
+        % vodirectory -list GSC2.2
+
+
+ +
4)
+Find all services with radio data of Abell clusters. Then print the +full description of the first record associated with one of the matching +Vizier tables: +
+
+        % vodirectory -b radio abell
+        % vodirectory -rvv -n 1 J/A+A/446/97/tab
+
+
+ +
5)
+Find all image services that have WFPC data: +
+
+        % vodirectory -v -t image wfpc
+
+
+ +
6)
+Print a breakdown of VO services having Keck data: +
+
+        % vodirectory -cv keck
+        keck           122   (Cat: 2  Tab: 117 SNode: 1  Other: 2)
+
+
+ +
7)
+Print a count of services having all of Chandra, HST and Spitzer data, +then break it down by each mission: +
+
+        % vodirectory -c chandra hst spitzer
+        chandra hst spitzer         3
+        % vodirectory -co chandra hst spitzer
+        chandra                   323
+        hst                       443
+        spitzer                    31
+
+
+ +
8)
+Print the column metadata returned by the GSC2.2 service: +
+
+        % vodirectory -meta gsc2.2
+
+
+ +
9)
+Use the ADQL query format to find services in which HST was the used, +and not simply a match of 'HST' in the resource record: +
+
+        % vodirectory "Facility like 'HST'"
+
+
+ +Note that use assumed knowledge of the Directory being queried, specifically +that there exists a 'Facility' field with this information and that the +syntax of the query requires the string to be in quotes. +

+

10) Use the ADQL query format to find services in which 'Keck' appears in
+the Title of the resource: +
+
+        % vodirectory "Title like '%Keck%'"
+
+                or
+
+        % cat query.txt
+        Title like '%Keck%'
+        % cat query.txt | vodirectory
+
+
+ +Note that here we use the '%' operator around the string so that we perform +a substring match on the entire title. As before, the ADQL string itself +must be enclosed in double quotes. +

+

11) Find all resources that are newly registered in the last 3 months, then
+find only those resources dealing with "cool stars", and finally just print +a count of resources updated in the last year: +
+
+        % vodirectory --new 3m
+        % vodirectory --new 3m cool stars
+        % vodirectory --updated 12m --count
+
+
+ +

+

+  +

BUGS

+ +Some services don't repond properly to the metadata query and will print +a "no attributes found" message. +  +

Revision History

+ +June 2007 - This task is new. +  +

Author

+ +Michael Fitzpatrick (fitz@noao.edu), July 2007 +  +

SEE ALSO

+ +voclient(1), voclientd(1), vosesame(1), vodata(1) +

+ +


+ 

Index

+
+
NAME
+
SYNOPSIS
+
OPTIONS
+
DESCRIPTION
+
RETURN STATUS
+
VOCLIENT DAEMON PROCESSING
+
RESOURCE CACHING
+
EXAMPLES
+
BUGS
+
Revision History
+
Author
+
SEE ALSO
+
+
+This document was created by +man2html, +using the manual pages.
+Time: 20:46:31 GMT, May 21, 2009 + + diff --git a/vendor/voclient/doc/OLD/vodirectory.man b/vendor/voclient/doc/OLD/vodirectory.man new file mode 100644 index 00000000..734df4e2 --- /dev/null +++ b/vendor/voclient/doc/OLD/vodirectory.man @@ -0,0 +1,359 @@ +.\" @(#)vodirectory.1 1.0 June-07 MJF +.TH VODIRECTORY 1 "July 2007" "NVO VO-CLI Project" +.SH NAME +vodirectory \- NVO Directory search client +.SH SYNOPSIS +\fBvodirectory\fP [\-\fI\fP] [ \fI\fP | <\fIterm\fP> ] [ ... ] + +.SH OPTIONS +The \fIvodirectory\fP task accepts the following options: +.TP 8 +.B \-h,--help +Print a help summary to the terminal and exit. No processing is done +following this flag. +.TP 8 +.B \-v,--verbose +Verbose output. The output will be more verbose than normal but exactly +what is printed depends on whether other flags are enabled to changed the +basic task behavior. +.TP 8 +.B \--vverbose +Very-verbose output. Even more output. +.TP 0 +The following flags control the major behavior of the task, i.e. the type +of output to present. +.TP 8 +.B \-c, --count +Print a count of matching records. For each of the search terms, a simple +count of matching resources will be printed. A breakdown by service type +will be printed if the verbose flag is enabled. +.TP 8 +.B \-e, --exact +Match exactly the search term (resolve mode only). The \fIterm\fP in this +case will normally be an IVO identifier, this flag can be used to match the +identifier exactly rather than as a potential substring. This option will +return an empty string if no exact match is found. +.TP 8 +.B \-l, --list +List the full resource record for each matching resource. For each matching +resource, all (well, most) of the information available about a resource +will be printed to the screen. Additional information may be available from +the Directory web interface. +.TP 8 +.B \-m, --meta +List the metadata for the data services associated with the resource. For +each resource found, the table metadata (i.e. the column UCD values) +associated with the resource will be printed. Currently only those DAL +services supported by VOClient may be queried. +.TP 8 +.B \-r, --resolve +\fIResolve\fP the search term to a specified resource. In \fIresolve mode\fP +the search terms are assumed to be either the resource \fIShortName\fP or +\fIIdentifier\fP and the match will be done using only these two fields in +the Directory resource record. The default output is simply the +\fIServiceURL\fP for all matching records (i.e. resources where the search +string is part of the \fIShortName\fP or \fIIdentifier\fP fields) unless +the \fI-f\fP flag is given to select other fields. +.TP 8 +.B \-s, --search +Do a full search of the keywords and/or search terms. This is the default +mode and will output a list of matching resources containing at a minimum the +service \fIType\fP, \fITitle\fP, \fIShortName\fP and \fISubject\fP. +Additional information is printed depending on the \fIverbose\fP level. +.TP 0 +Shorthand Convenience Options: +.TP 8 +.B \-I, --Id +Print only the \fIIdentifier\fP field for the resolved resource. +.TP 8 +.B \-L, --long +Suppress the linebreaks imposed for output fields that would wrap around the +normal 80-character output and allow long lines. This allows tasks to parse +the output more predictably. +.TP 8 +.B \-R, --Resolve +Print the \fIShortName\fP, \fIServiceType\fP and \fIIdentifier\fP fields for +the resolved resource. +.TP 8 +.B \-S, --SName +Print only the \fIShortName\fP field for the resolved resource. +.TP 8 +.B \-T, --Title +Print only the \fITitle\fP for the resolved resources. +.TP 0 +Constraint Options: +.PP +The list of allowed constraint strings is generally specified in the +\fIResource Metadata for the Virtual Observatory\fP document available on +the IVOA document repository. These flags provide a convenient method to +limit a result list to resources that explicitly specify a value for the +given constraint. +.TP 8 +.B \-b or --bandpass= +Constrain the search to the specified bandpass string. +The text argument following the -f flag +will be matched against the \fISpectralCoverage\fP field of the resource +record. Directory resources allow a list of values, however only a single +argument may be used to constrain the search. Permitted values include: +"Radio", "Millimeter", "Infrared" (IR), "Optical", "Ultraviolet" (UV), +"X-Ray" (XRay), and "Gamma-Ray" (GR). The match is case insensitive, values +shown in parentheses may be given and will be substituted automatically. +.TP 8 +.B \-C or --clevel= +Constrain the search to the specified ContentLevel string. The Directory +may contain data for a variety of intended audiences; Most often this +constraint will be used to limit the results to 'Research' grade data. +.TP 8 +.B \-t or --type= +Constrain the search to the specified ResourceType string. The Directory +records may contain any user-specified string, however unless you know +specifically how a specific resource is defined, this constraint should +use the values 'catalog' (for Cone services), 'image' (for SIAP +services), 'spectra' (for SSAP services), 'table' (for Vizier tables), +or a literal string which appears in the +resource record. Additional aliases will be added as new +data services are supported. +.TP 8 +.B \--new